Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
Assuming that the lookup area/table is sorted in ascending order on its
MatchRange (i.e., on its first column)... =INDEX(ReturnRange,MATCH(A1,MatchRange,1)+IF(A1<MA X(MatchRange),LOOKUP(A1,MatchRange)<A1),0) In fact, you also need a decision rule in case A1 < MIN(MatchRange) Note also that the foregoing uses MAX which presupposes a numeric MatchRange. Heinzpickle wrote: I am using Vlookup and using lookup_values that do not have an exact match. Vlookup automatically uses the next largest value that is less than lookup_value. I want to use the next largest value that is greater than lookup_value. ex: vlookup(A1, C20-Q39, B2) It ouputs K32, but I would like K33. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? | Excel Discussion (Misc queries) | |||
VLOOKUP function in Excel 97 | Excel Worksheet Functions | |||
Excel Problem: VLookup | Excel Worksheet Functions | |||
vlookup function in excel referencing an access table | Excel Worksheet Functions | |||
using a reference in vlookup with excel 2003 | Excel Worksheet Functions |