Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try...
=INDEX(A2:A100,MATCH(B2,A2:A100,0)+2) ....where B2 contains the lookup value. Hope this helps! In article , Zak <Zak @discussions.microsoft.com wrote: I am trying to find a function that looks for a value in a list and then return the value 2 cells below in the same colum of a list. What function can I use in order to do that ? Thanks Zak |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks, it did work.
Zak "Domenic" wrote: Try... =INDEX(A2:A100,MATCH(B2,A2:A100,0)+2) ....where B2 contains the lookup value. Hope this helps! In article , Zak <Zak @discussions.microsoft.com wrote: I am trying to find a function that looks for a value in a list and then return the value 2 cells below in the same colum of a list. What function can I use in order to do that ? Thanks Zak |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
numerical integration | Excel Discussion (Misc queries) | |||
Lookup Function help | Excel Discussion (Misc queries) | |||
Lookup Function Problems | Excel Worksheet Functions | |||
lookup function 1 | Excel Worksheet Functions | |||
How do I use 3 cells to create the string for a lookup function? | Excel Worksheet Functions |