Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
VLookup returns a value in the same row. However, for my purposes I need the
value in a row ahead or a row behind. So for example if Vlookup formula returns a value in Cell b3, I actually want to know what it's in the next row i.e. Cell b4 or possibly Cell b2 Does anyone have any thoughts?? Thank you! |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Index+Match will produce the same result - however, MATCH returns the number
of the cell in the range (not necessarily the sheets ROW() number). You can add/subtract 1 from the MATCHs result. Micky "boardbug" wrote: VLookup returns a value in the same row. However, for my purposes I need the value in a row ahead or a row behind. So for example if Vlookup formula returns a value in Cell b3, I actually want to know what it's in the next row i.e. Cell b4 or possibly Cell b2 Does anyone have any thoughts?? Thank you! |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Cell b4 or possibly Cell b2
Well, you have to narrow it down to one or the other! Or, explain in great detail under what condition you want B2 and when you want B4. -- Biff Microsoft Excel MVP "boardbug" wrote in message ... VLookup returns a value in the same row. However, for my purposes I need the value in a row ahead or a row behind. So for example if Vlookup formula returns a value in Cell b3, I actually want to know what it's in the next row i.e. Cell b4 or possibly Cell b2 Does anyone have any thoughts?? Thank you! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VLOOKUP and OFFSET | Excel Worksheet Functions | |||
offset within vlookup | Excel Discussion (Misc queries) | |||
offset off a vlookup? | Excel Discussion (Misc queries) | |||
VLOOKUP and OFFSET | Excel Worksheet Functions | |||
Vlookup is not enough ... can OFFSET be used ? | Excel Worksheet Functions |