G
Guest
We are trying to use the match function to locate a value in a table of data. The basic spreadsheet set up is the top row contains years (1,2,...18) the main column contains titles (Nurse, Doctor, etc.) the middle data contains salary information for each year. We are trying to find a year based on someone's title and their current salary. We can locate what row the title is falling on with the Match function. The only problem we are having is that we need to use that variable row information to determine where the next match function will look for the appropriate salary information. Does anyone know how to use a variable lookup_array to find data using the Match function?
In testing our function, it works if we manually enter the row we want it to look in, so we have the right formula set up, it is just trying to determine how to use this formula when you need the row to change with each Title that you are working with.
Thanks in advance for any and all assistance
In testing our function, it works if we manually enter the row we want it to look in, so we have the right formula set up, it is just trying to determine how to use this formula when you need the row to change with each Title that you are working with.
Thanks in advance for any and all assistance