View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Don Guillett Don Guillett is offline
external usenet poster
 
Posts: 10,124
Default 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.