VLOOKUP help

jwevans

New Member
Joined
Oct 12, 2020
Messages
4
Office Version
  1. 365
Platform
  1. Windows
I have a spreadsheet where i use vlookup to pull customer specific info every month and quarter. How do i avoid having to type in the address for the new tab each month? the new tab comes from a different excel file run from the company's servers.
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
What is the TAB called - you could use sheetname based on a month for today() based on an indirect()
to extract the month you want and use that as the range referring to the sheet name
OR add a cell with the name of the sheet in
BUT need a little more info / example

Book2
ABCDEF
1NewSheetName
2b2
3
Sheet1
Cell Formulas
RangeFormula
B2B2=VLOOKUP(A2,INDIRECT(E1&"!A2:B5"),2,FALSE)


I have a 2nd sheet
Book2
ABC
1
2a1
3b2
4c3
5
6
NewSheetName
 
Upvote 0
I name the tab for the month or quarter i want to see the data from:
1602532628046.png
The vlookup formula:
1602532719690.png
I add a tab each month and quarter with new data from and another spreadsheet
 

Attachments

  • 1602532676132.png
    1602532676132.png
    3.9 KB · Views: 1
Upvote 0
you could put the TAB into a cell and refer to that cell on your vlookup

fir example - Cell you put Q3 in

Do you have a free cell on the summary tab you can use to update and reference the TAB you need

=VLOOKUP(A4,INDIRECT(Cell you put Q3 in &"!$E$425:$S$511"),7,FALSE)
 
Upvote 0

Forum statistics

Threads
1,215,011
Messages
6,122,677
Members
449,092
Latest member
tayo4dgacorbanget

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top