sum from a column based on criteria

tobysdhc

Board Regular
Joined
Aug 11, 2015
Messages
56
Office Version
  1. 365
  2. 2016
Platform
  1. Windows
  2. Web
Hello,

I have a worksheet that contains 3 columns, each down to row 3000
A Date
C Type of account
G Total
I am trying to create a summary.
I would like to have it Sum of totals each month for each broad category. There are 2 broad categories (Column C) “Fund” and “Fee”, each having 3 sub categories. “Fund – Personal”, “Fund – Private”, and “Fund – Other.” I am trying to get the worksheet to Sum all “Funds (all 3 sub categories together) from the month of January.
Once I know how to set the initial formula, I think I will be able to change it for the rest of the months
Thanks!
 

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)
This should work for January.

Change the part highlighted in red to get total for other months

=SUMIFS(G1:G3000,C1:C3000,"*Fund*",A1:A3000,">="&DATE(2017,1,1),A1:A3000,"<="&DATE(2017,1,31))
 
Upvote 0

Forum statistics

Threads
1,215,465
Messages
6,124,982
Members
449,201
Latest member
Lunzwe73

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