maximum value received through vlookup

D

dpk

Sheet1
A B
5 4.5
5 5.5
5 5.4
5 8.6
5 1.2
6 5.6
6 6.4
6 5.6
8 5.6
9 1.0

sheet2
A B
5
i use =max(vlookup(sheet1:a1,sheet1a1:b11,2,0) for result 8.6 bcoz 8.6
is maximum no. for 5 but result is 4.5 bcoz it is first answer for it
 
P

Pete_UK

VLOOKUP will always return the first matched item, and only that item
- that is the way that it works !

Pete
 

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

Top