Thread
:
row index number in a hlookup formula
View Single Post
#
1
Posted to microsoft.public.excel.programming
Don Guillett
external usenet poster
Posts: 10,124
row index number in a hlookup formula
$c1
c1
--
Don Guillett
Microsoft MVP Excel
SalesAid Software
"Crispy" wrote in message
...
Can someone let me know if it is possible to get the row index number to
change in relation to the row that the formula is copied into when using
the
fill handle. Here is an example of what I am trying to do.
=IF(ISERROR(HLOOKUP($C$1,Data!A:Z,7,FALSE)),"",(HL OOKUP($C$1,Data!A:Z,7,FALSE)))
=IF(ISERROR(HLOOKUP($C$1,Data!A:Z,8,FALSE)),"",(HL OOKUP($C$1,Data!A:Z,8,FALSE)))
The formulas would be in cells C7 and C8.
Thank you for any help here.
Reply With Quote
Don Guillett
View Public Profile
Find all posts by Don Guillett