Hey all,
I retrieved a value from a range, and I am trying to apply a LOOKUP to retrieve a corresponding value, in the cell next to the returned value cell.
In the range that I am pulling the data from the corresponding value is to the left of the first value, so a VLOOKUP will not work.
The first formula I am using =MAX('Page'!$I$2:$I$45) returns the MAX, and I want to use a LOOKUP type formula to return the name in a range that corresponds to the MAX. The named cells are 6 columns to the left of the column of the first value. I tried tinkering with MATCH, and INDEX but could not find my way.
All help is appreciated.
I retrieved a value from a range, and I am trying to apply a LOOKUP to retrieve a corresponding value, in the cell next to the returned value cell.
In the range that I am pulling the data from the corresponding value is to the left of the first value, so a VLOOKUP will not work.
The first formula I am using =MAX('Page'!$I$2:$I$45) returns the MAX, and I want to use a LOOKUP type formula to return the name in a range that corresponds to the MAX. The named cells are 6 columns to the left of the column of the first value. I tried tinkering with MATCH, and INDEX but could not find my way.
All help is appreciated.