update column in VLOOKUP when columns are inserted

  • Thread starter Thread starter Takeadoe
  • Start date Start date
T

Takeadoe

Folks,

Is there a way to automatically change the column (where the data is to
come from) in the VLOOKUP function so that when a column is inserted
into the worksheet, the column in the VLOOKUP advances by 1? Of
course, the reverse would apply when a column is deleted.

Mike
 
I think this is what you may want.
=VLOOKUP("a",A1:E5,COLUMN(C3))
 

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

Similar Threads

Can't Explain N/A in Vlookup 2
help with a vlookup 2
VLookup Function HELP 7
vlookup from right to left 2
VLOOKUP formula? 12
Vlookup or similar 7
Vlookup and Indirect help!! 2
incorporate paste value in vlookup 1

Back
Top