Moving columns with VLOOKUP formulas

B

Brad

I have a large spreadsheet that has a lot of VLOOKUPs in it. I want to add a
column somewhere in the worksheet (let's say for example after Column C).
The problem is that when I do that all the formulas after that column don't
seem to move with the column. What I mean is that if I had a VLOOKUP in
column C looking up to Column 10 in another spread sheet and Column D is
looking up to 11 then when I insert a new column I want D to now look up 10
and E to look up 11 but it doesn't seem to work. This makes it very hard to
add to a spreadsheet once it's created. Any suggestions?
 
B

Brad

In regards to what I wrote below, my biggest problem comes when I want to add
a column on the master spreadsheet. The other worksheets that are looking
back to this one are now all incorrect. In the past I've gone in and
manually updated each column after but their has to be a better way.
 
A

Alan Beban

Brad said:
In regards to what I wrote below, my biggest problem comes when I want to add
a column on the master spreadsheet. The other worksheets that are looking
back to this one are now all incorrect. In the past I've gone in and
manually updated each column after but their has to be a better way.

:

You might try something like
=VLOOKUP(1000,MasterSheet!A1:E10,COLUMN(MasterSheet!D1))

Alan Beban
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top