Countifs working with SUM/SUMIF

DPChristman

Board Regular
Joined
Sep 4, 2012
Messages
176
Office Version
  1. 365
Platform
  1. Windows
So, here is my conundrum...

I am trying to summarize data by month, based on a couple of variables.

Example:

If the Value in a column is YES, and a value in another column is a specific month, then summarize the total dollars in a third column.

Now, if I was only looking for the count of items, I could do this easily with a countifs function.

However, I am looking the dollars in a third column.

I know I can do this sloppily, by creating a (hidden) column that would say something like =F5&BN5 to achieve a result of FEBYES in column BP, then do a =sumif BP:BP=FEBYES,AM:AM, but this seems ridiculously complicated, and by time I am done, I will have a bunch of extra columns added to spreadsheet.

There has to be a simpler way to accomplish this.

Any Thoughts?

Thanks,

Dan

BTW we are talking office 2010
 

Excel Facts

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.
Now, if I was only looking for the count of items, I could do this easily with a countifs function.
try using a SUMIFS()
should work with 2010
 
Last edited:
Upvote 0
Thanks. That worked.
I've actually used that before, but not alot.

My problem is, I keep getting the order wrong, selecting the criteria range first.

Got it now, till the next time I forget : )
 
Upvote 0
they changed it from sumif() and sumifs()
so sumif() has the sumrange optional , if not the same as the criteria at the end
and
sumifs()
at the beginning

so i always have to check in the formula bar too
 
Upvote 0

Forum statistics

Threads
1,220,965
Messages
6,157,119
Members
451,398
Latest member
rjsteward

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