Monthly Totals From Weekly Row Entries

Danny99

Board Regular
Joined
Jun 22, 2007
Messages
66
I have 5000 rows of employee names with columns for amount paid per week and the pay date. I would like to sum the total amount paid for all employees by calendar month. Column b is the date and column c is amount paid for the week.

Name Date Amount
Bob 1/20/08 200
Chris 1/20/08 400
Bob 1/12/08 210
Chris 1/12/08 125

Thanks,

Danny
 

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.
Could you have another column to identify the month

eg in D1

=Month(B1)

you could then pivot on this field or use sumif function
 
Upvote 0
Thanks!, and it worked with the extra step. I was trying to combine in one formula.

Danny
 
Upvote 0

Forum statistics

Threads
1,215,008
Messages
6,122,672
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