G
Guest
I have a HLookup function that looks like this
=HLOOKUP($B$4,'C:\LJH\RCG\Accounting\2004\feb'' 04\[feb 04 financials.xls]consolidated YTD previous YR'!$N$111:$Y$207,2
I want to copy and paste this function into multiple rows. However, unlike copying other functions, the "2" at the end of this function does not automatically increment by one. If I copy this to 5 more rows, I have to manually go in and change the last digit on my Hlookup manually, i.e. 3,4,5,6,7.
Is there any way to programmically increment the last digit on the end of this Hlookup
Thanks.
=HLOOKUP($B$4,'C:\LJH\RCG\Accounting\2004\feb'' 04\[feb 04 financials.xls]consolidated YTD previous YR'!$N$111:$Y$207,2
I want to copy and paste this function into multiple rows. However, unlike copying other functions, the "2" at the end of this function does not automatically increment by one. If I copy this to 5 more rows, I have to manually go in and change the last digit on my Hlookup manually, i.e. 3,4,5,6,7.
Is there any way to programmically increment the last digit on the end of this Hlookup
Thanks.