Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Example: Hlookup(a2,list,2). I have a long list where I want the formula
change to 2 to 3 and so on. Any suggestions? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hlookup(a$2,list,row(b2),false)
If you drag that down it will still be checking against A2, but will be changing which row it returns Hlookup($a2,list,column(b2),false) if you're dragging right rather than down. "Sharon" wrote: Example: Hlookup(a2,list,2). I have a long list where I want the formula change to 2 to 3 and so on. Any suggestions? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Naming a non-blank range from a col containing non-consec. blank c | Excel Worksheet Functions | |||
Hlookup, how di I get it to return more than one cell | Excel Worksheet Functions | |||
cell reference from hlookup | Excel Worksheet Functions | |||
problem with cell reference in =sum(offset(cell reference,x,y,z,a)). Want cell ref to be variable. | Excel Worksheet Functions | |||
Problem with =sum(offset(cell reference,w,x,y,z). I want cell reference to be variable | Excel Worksheet Functions |