get data from a different workbook based on cell data

ensee

New Member
Joined
Jul 28, 2010
Messages
8
I have two workbooks.

Workbook 1 is called Summary and has a single sheet call Additional_Info

Workbook 2 is called Income and contains twelve sheets Jan, Feb, March etc....
on each sheet I have named range JanWS, FebWS, MarWS etc....

When I type the the month (lets say June) into cell B6 in Summary.xlsx sheet Additional_Info, I want to get the data from Income.xlsx sheet June cell Q17 and paste the data into Summary.xlsx sheet Additional_Info cell G2

Again when I type the the month (lets say Feb) into cell B6 in Summary.xlsx sheet Additional_Info, I want to get the data from Income.xlsx sheet Feb cell Q17 and paste the data into Summary.xlsx sheet Additional_Info cell G2

Any help would be appreciated
 

Excel Facts

VLOOKUP to Left?
Use =VLOOKUP(A2,CHOOSE({1,2},$Z$1:$Z$99,$Y$1:$Y$99),2,False) to lookup Y values to left of Z values.
MisterCrash Thanks.... getting there

It returns the value correctly

Can I add an additional arguement ?

When I type the the month (lets say June) into cell B6 in Summary.xlsx sheet Additional_Info, I then want to look up cell B2 in Summary.xlsx sheet Additional_Info, go to the Income.xlsx sheet June, look up the value from B2 that we got from Summary.xlsx sheet Additional_Info, get the info from cell Q2 of the Income.xlsx sheet and paste the data into Summary.xlsx sheet Additional_Info cell G2
 
Upvote 0
MisterCrash

I have solved this with your help, very much appreciated ! Awesome !!!

=VLOOKUP(B19,INDIRECT("'[Income]"&$B$6&"'!$A$2:$Q$2001"),"17")
 
Upvote 0

Forum statistics

Threads
1,214,875
Messages
6,122,047
Members
449,064
Latest member
scottdog129

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