Please Help!
I am working with a worksheet in which I have a vlookup function that needs to be drag and copied 120 columns across. At each change in column, I need the column index number, in the vlookup function, to increase by one.
=vlookup($a1,B:CD,1,false) =vlookup($a1,B:CD,2,false)...