MTD Data tab

Melody J

New Member
Joined
Jul 27, 2019
Messages
2
Hi, I have a spreadsheet in which I post daily data for up to 50 employees. I have a Macro that combines the data from 2 tabs into 1 sheet and creates a copy of it. I save that copy with the day. I want to create a MTD sheet that will sum up all of the fields from the daily tabs that are created. The problem I am having is that all formulas want the names of the tabs ahead of time but mine are created as I post the daily numbers. Is this something that can be done with a Macro or would it be better to manually do it?

Thank you,
 

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
Suggest you keep all files relating to a particular month in one sub folder. Load the files from the one folder into Power Query and append them to make one file. Then pivot the data and have it sum the needed fields by date.

https://www.youtube.com/watch?v=a7E29H5ZUmE


I tried to do this and it does work but is not very easy to do with the amount of fields I have. I was hoping there was VBA or something that would sum the numbers from each individual tab when the daily tabs are created.

Thank you
 
Upvote 0
Without seeing your data (or sample) and your expected results (manually mocked up) it is difficult to even suggest any VBA.
 
Upvote 0

Forum statistics

Threads
1,214,605
Messages
6,120,473
Members
448,967
Latest member
visheshkotha

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