Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
Bob Phillips wrote...
=INDEX(B:B,MATCH("Sue",A:A,0) .... Uh, why not =VLOOKUP("Sue",A:B,2,0) ? Unlike 123 and possibly Quattro Pro, Excel's VLOOKUP includes and optional 4th parameter that defaults (default value TRUE or 1) to assuming the first column is sorted in ascending order, and matches the largest value in the first col less than or equal to the lookup value. When the 4th argument is FALSE or 0, VLOOKUP uses exact matching and linear searching, and only finds exact (well, case-insensitive) matches. [This is for the OP's benefit, not Bob's.] |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
find instances & report neighboring values | Excel Discussion (Misc queries) | |||
Formula for Returning values in another spreadsheet | Excel Worksheet Functions | |||
IF / VLOOKUP formula won't work until saved | Excel Worksheet Functions | |||
SUMIF where values to be summed are formula | Excel Worksheet Functions | |||
Formula for Searching & matching two values in excel | Excel Discussion (Misc queries) |