Using name tabs in formulas

mikedharding

New Member
Joined
Mar 11, 2014
Messages
1
I have a workbook where for each new month I am importing data into a new tab and then using SUMIFS to derive a total by data values. Each tab is named Jan 14, Feb 14 etc. I'd like to have a formula that will go to the right tab and select the data based on the month that is input to a cell e.g. Jan. I'm thinking this may be something to do with the INDIRECT function but can't figure it out.
 

Excel Facts

Show numbers in thousands?
Use a custom number format of #,##0,K. Each comma after the final 0 will divide the displayed number by another thousand
Mike,

Welcome to the forum.

Unless you had all 12 monthly sheets in place it would not be possible to reference them all back to a mainsheet (which I assume is what you are doing) using a conventional formula, without adjusting it for each month.

How many cells to you want to add within each sheet?

Are you opposed to VBA? As we could write code that when each sheet is added it then loops thru all sheets and gets your totals.

You could also get some ideas from looking at 'consolidation' in Excel help.

Hope that helps,

FarmerScott
 
Last edited:
Upvote 0

Forum statistics

Threads
1,221,310
Messages
6,159,173
Members
451,543
Latest member
cesymcox

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