Lesley Keddy
New Member
I have two sheets of data in the same Workbook. One sheet is constantly being refreshed by cutting and pasting information from an external source. There can be up to 50 columns of data. In the 2nd sheet we are doing a series of VLOOKUPS to extract information from the 1st sheet against an account number.
Due to the number of columns this becomes very messy. I feel there must be a more efficient way of doing this - also I'd quite like to sometimes add extra columns. Is there a way I can extract data from the relevant column in the first sheet by using the column heading e.g. ACTIVE rather than referring to the 28th column?
EXAMPLE
=VLOOKUP(C3, Datafile!$AL$EK,28,0)
C3 = cell number where account number is typed
Due to the number of columns this becomes very messy. I feel there must be a more efficient way of doing this - also I'd quite like to sometimes add extra columns. Is there a way I can extract data from the relevant column in the first sheet by using the column heading e.g. ACTIVE rather than referring to the 28th column?
EXAMPLE
=VLOOKUP(C3, Datafile!$AL$EK,28,0)
C3 = cell number where account number is typed