Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Ihave this formula:
=HLOOKUP('Hlookup table'!C2,'Hlookup table'!D2:O3,2) as I scroll I would like the lookup value and the range to increment by 2, so the next row would be: =HLOOKUP('Hlookup table'!C4,'Hlookup table'!D4:O5,2), the following offset formula returns the correct lookup value: =OFFSET('Hlookup table'!C$2,(ROW()*2)-6,0) Can i use the offset to move the range? I was try to solve a lookup problem where i had problens sorting the data into ascending order and returning them to their orginal position for other calculations. Thanks Stephen Christian |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
hlookup value within a range | Excel Worksheet Functions | |||
Hlookup-Drag to rows below | Excel Discussion (Misc queries) | |||
hLookup dynamic range | Excel Discussion (Misc queries) | |||
Using VLOOKUP or HLOOKUP to sum ROWS | Excel Discussion (Misc queries) | |||
How to fill in range of blank rows wth data fr last row previos ra | Excel Discussion (Misc queries) |