Count data in cells over multiple tabs

Add365

New Member
Joined
Jun 12, 2021
Messages
35
Office Version
  1. 365
Platform
  1. Windows
Hi Everyone,

Can anyone help I have an excel file we use at work which has tabs at the bottom for the months of the year and each tab has data of Job ref's and profits etc, I am trying to work out a way to pull the data automatically from all the tabs so I can see it in a second tab. I would like to see how many job entries have been entered per day/week/month by each person (job Creator) with the running totals on revenue (profit made).

I have tried it with a pivot table but I keep getting errors and it only updates when I close the file down. Is there formuals that will work it out automatically?

1648654051030.png

1648654088268.png
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
Hi all,
So far I have worked out how to see how many entries have been made by who per week/month/etc, but I cant work out how I can get a running total on profits (column H) based on the job creator and date the jobs was entered. Below is a screenshot and the formula I have used so far.
CREATORDHCreatorDHCreatorDHCreatorDH
START DATE
01/03/2022​
START DATE
01/03/2022​
START DATE
01/03/2022​
START DATE
01/03/2022​
END DATE
07/03/2022​
END DATE
14/03/2022​
END DATE
21/03/2022​
END DATE
31/03/2022​
DH TOTAL ENTRIES
5​
6​
16​
20​

=SUMPRODUCT(--('March 2022'!$A$2:$A$2000>=$G$4), --('March 2022'!$A$2:$A$2000<=$G$5), --('March 2022'!$D$2:$D$2000=$G$3))
 
Upvote 0

Forum statistics

Threads
1,215,011
Messages
6,122,680
Members
449,091
Latest member
peppernaut

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