Forum Discussion
ChadBoronow
Jan 31, 2019Copper Contributor
Autofill the Row_Index_num field on a Hlookup
i am currently creating a table auto populated with Hlookups. the table as formulas looks a bit like this 1 A =hlookup(A1,'Sheet2'A1:A2,[2],False) B =hlookup(A1,'Sheet2'A1:A2,[3],False) ...
SergeiBaklan
MVP
Please check attached, it works with function
ChadBoronow
Jan 31, 2019Copper Contributor
Oh I see, i was thinking i had to plug in a starting cell in the () in Row()+1. I had a small problem with the starting result being 2 rows below where my data starts, but was able to simply shift my table down to make it work.
Thanks again for the help I got it working how i need now!
Thanks again for the help I got it working how i need now!
- SergeiBaklanJan 31, 2019MVP
You may use ROW()+something, e.g. ROW()+ROW($A$1) if A1 is your header cell, or like