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

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.
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,207,402
Messages
6,078,270
Members
446,324
Latest member
JKamlet

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