Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I want to use the hlookup function but the data I need to look up
has the lookup value at the bottom row rather than the top. (Find a match in the bottom row and return the values in the same column for the 10 rows above the lookup value). Can this be done? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
=Index(A1:J1,1,match(Value,A10:J10,0))
-- Regards, Tom Ogilvy "GEB" wrote in message ... I want to use the hlookup function but the data I need to look up has the lookup value at the bottom row rather than the top. (Find a match in the bottom row and return the values in the same column for the 10 rows above the lookup value). Can this be done? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Tom,
This is what I was looking for. Thanks. "Tom Ogilvy" wrote: =Index(A1:J1,1,match(Value,A10:J10,0)) -- Regards, Tom Ogilvy "GEB" wrote in message ... I want to use the hlookup function but the data I need to look up has the lookup value at the bottom row rather than the top. (Find a match in the bottom row and return the values in the same column for the 10 rows above the lookup value). Can this be done? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Hlookup help | Excel Discussion (Misc queries) | |||
V+HLookup? | Excel Discussion (Misc queries) | |||
hlookup & ? | Excel Worksheet Functions | |||
hlookup | Excel Discussion (Misc queries) | |||
Hlookup | Excel Discussion (Misc queries) |