Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I need to return data on one spreadsheet that is two rows above, and 10
columns accross, from the data that I want to base the search on. I intended to use a combination of a lookup and an offset command, but have so far been unable. Is this possible, or is there an alternative solution? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=INDEX(J1:J100,MATCH(Lookup_Value,A1:A100,0)-2)
Of course this will give you problems if the lookup value is in row 2 or above -- Regards, Peo Sjoblom "PJ" wrote in message ... I need to return data on one spreadsheet that is two rows above, and 10 columns accross, from the data that I want to base the search on. I intended to use a combination of a lookup and an offset command, but have so far been unable. Is this possible, or is there an alternative solution? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Perhaps,
=LOOKUP(A1,A10:A30,K8:K28) Mike "PJ" wrote: I need to return data on one spreadsheet that is two rows above, and 10 columns accross, from the data that I want to base the search on. I intended to use a combination of a lookup and an offset command, but have so far been unable. Is this possible, or is there an alternative solution? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VLOOKUP with OFFSET | Excel Worksheet Functions | |||
Offset VLookup | Excel Worksheet Functions | |||
vlookup and offset | Excel Worksheet Functions | |||
Vlookup then OFFSET over and down | Excel Worksheet Functions | |||
offset and vlookup | Excel Worksheet Functions |