Using data from other Worksheet with multi Tabs

Turbo68

Board Regular
Joined
Jan 31, 2014
Messages
118
What i need is to get a formula that will copy some data from another sheet and tab but I want to be able to use cell data for the TAB name.


[FONT=&quot]=SUM[/FONT][FONT=&quot][Sales.xlsx]Jan!B2:B5)

[/FONT]
I want to use cell data for the JAN! Lets say that month data is in A10..A22 ( all the months) Then all i need to do is copy this down to get it to go to the FEB tab and MAR tab and so on.

[FONT=&quot]Thanks in Advance!

[/FONT]
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
=SUM(INDIRECT("[Sales.xlsx]" & A10 & "!B2:B5"))
 
Upvote 0

Forum statistics

Threads
1,223,715
Messages
6,174,065
Members
452,542
Latest member
Bricklin

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