need help with a formula looking at 2 criteria and summarizes

JRAMZ88

New Member
Joined
Jun 7, 2017
Messages
28
Office Version
  1. 365
Platform
  1. Windows
Hi everyone,

As always, I appreciate any and all help - this board has been a lifesaver.

I understand the plugin for the data set is preferred, but I'm using a work-issued laptop at the moment and apologize for only the snip image.

I am looking for help in building yet another formula this time that looks at 2 pieces of criteria and summarizes the activity.

In this example, I would like a formula that looks at cell A2 "Account" and summaries the total activity through the month in cell A1.
In this case, it would be Account 300 through month 3 for a total of 195 (so month 1, 2, 3, etc..)

This sample data set is laid out exactly the same as my current problem.


Again, thank you in advance!
 

Attachments

  • sample 2.JPG
    sample 2.JPG
    41.2 KB · Views: 5

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
Give this a try:

Excel Formula:
=SUMIFS($D$5:$D$12,$B$5:$B$12,$A$2,$C$5:$C$12,"<="&$A$1)
 
Upvote 1
Solution

Forum statistics

Threads
1,215,374
Messages
6,124,571
Members
449,173
Latest member
Kon123

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