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) =vlookup($a1,B:CD,3,false)
Does anyone know of a way to write the formula so that the col_index_num changes automatically when you copy it across columns?
Do I need to use {}? What are {} for?
Thanks!!!!!!1
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) =vlookup($a1,B:CD,3,false)
Does anyone know of a way to write the formula so that the col_index_num changes automatically when you copy it across columns?
Do I need to use {}? What are {} for?
Thanks!!!!!!1