How to sum data across sheets if data matches

tkroper

Active Member
Joined
Feb 2, 2007
Messages
255
Hi friends!

I often have workbooks containing several sheets with matching formats: usually one column lists names, and other columns list forms of payroll (one column may list overtime, another Gross pay, etc.). Each sheet represents a different time period (pay periods, or months, or quarters).

I would like to add a recap sheet that sums the payrolls for each employee name, however, some names drop off as employees terminate, and others add on as new employees are hired.

This formua would work if not for the inconsistencies between sheets: =SUM('gross_earnings 3rd Q 2010:gross_earnings 2nd Q 2011'!I2)

The name on 'gross_earnings 3rd Q 2010' in column F may not match the name on the other three sheets in column F, therefore, the payroll total for column I would be inaccurate.

I guess I would need a formula to compile a list of all the names from the other sheets, then another to sum the payrolls for each name? Is this possible?

Thank you for your help!
 

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

Forum statistics

Threads
1,224,600
Messages
6,179,836
Members
452,947
Latest member
Gerry_F

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