Hlookup-row_index_num question

G

Guest

Hi,
I am wondering how I get the row number to sequentially increase as I copy
my HLOOKUP formula down a column. My Lookup Value and Table Array would be
the same but I want my row number to increase as I paste down the column. Is
there an easy way to do this? Thanks, Eden 397
 
R

RagDyer

Try something like this, which starts at Row2:

=HLOOKUP($A$20,$A$1:$K$5,ROWS($1:2),0)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top