siclic
Chemical
- Apr 24, 2003
- 4
Hi Guys, can anyone help?
I'm using VLOOKUP in Excel 2000 to obtain a value from an array. VLOOKUP returns a value that is <= the lookup_value. I need the next highest value. e.g. in the array "Area"
lookup_value = 1000
VLOOKUP(1000,Area,2,True)
"Area" Array values 950 A
1050 B
VLOOKUP returns 'A' but I want 'B'.
Is there a way of doing this without using a macro?
I'm using VLOOKUP in Excel 2000 to obtain a value from an array. VLOOKUP returns a value that is <= the lookup_value. I need the next highest value. e.g. in the array "Area"
lookup_value = 1000
VLOOKUP(1000,Area,2,True)
"Area" Array values 950 A
1050 B
VLOOKUP returns 'A' but I want 'B'.
Is there a way of doing this without using a macro?