VLOOKUP

W

Weather-Check

Okay I have figured out how to do a VLOOKUP in a column of some 250 entries
and it returns the highest value in the column, however I would also like to
have it return the numbers in the column to the left of the highest value
found by the VLOOKUP.
 
M

Matt Geare

Hi,

I suspect you will need to use INDEX and MATCH functions together, as a
VLOOKUP cannot do what you want.

Have a look at this to see the technique:

http://www.contextures.com/xlFunctions03.html

Look at the "INDEX / MATCH -- Example" for starters.

It's a little bit mind bending the first time you look at it but the last
two sentences in this paragraph I have referenced explain the two separate
steps well.

Cheers,

Matt
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Vlookup Function 1
VLOOKUP 2
#N/A error with VLOOKUP function 3
if and vlookup formula 9
Excel IF statement with vlookup 2
Vlookup 6
Vlookup and return sheet name also 2
VLOOKUP source values are a formula result. Getting #N/A 7

Top