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

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
=SUM(INDIRECT("[Sales.xlsx]" & A10 & "!B2:B5"))
 
Upvote 0

Forum statistics

Threads
1,224,823
Messages
6,181,180
Members
453,021
Latest member
Justyna P

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