R
ReyDelSol
Guest
When using a vlookup on an array or table, if you drag the vlookup across, the index number doesn't change.
For example if I have in cell A2 =vlookup(lookup_table,array,3,false) and drag that to cell A3, I will still have the '3' as the index number in the vlookup formula.
Is there a way to have the index number change sequentially when dragged as in other formulas?
The only thing I can think of is kinda clunky. I could number the columns and then set the index value to the column number and $lock it down.
Just curious because when a formula has several vlookups in it, it is a pain to update if you drag it acoss several columns.
For example if I have in cell A2 =vlookup(lookup_table,array,3,false) and drag that to cell A3, I will still have the '3' as the index number in the vlookup formula.
Is there a way to have the index number change sequentially when dragged as in other formulas?
The only thing I can think of is kinda clunky. I could number the columns and then set the index value to the column number and $lock it down.
Just curious because when a formula has several vlookups in it, it is a pain to update if you drag it acoss several columns.