I'm trying to learn more about the SUMIFS and COUNTIFS functions and am practicing with some hypothetical data. I have data about the number of gallons of paint sold in 4 regions.
In my hypothetical situation, I need to find out the number of gallons sold in the Northeast region during the month of August.
I have named ranges for most categories: "Date," "Gallons_Sold," "PaintColors," and "Region."
I am able to get a correct response if I use
=SUMIFS(Gallons_Sold,Region,"NE",Date,"August 21")
–but it is only info. for a single date. I need to get a total for the entire month of August.
=SUMIFS(Gallons_Sold,Region,"NE",Date,"August") returns zero. How do I get SUMIFS to evaluate "Date" for all August dates?
Any help is greatly appreciated!
In my hypothetical situation, I need to find out the number of gallons sold in the Northeast region during the month of August.
I have named ranges for most categories: "Date," "Gallons_Sold," "PaintColors," and "Region."
I am able to get a correct response if I use
=SUMIFS(Gallons_Sold,Region,"NE",Date,"August 21")
–but it is only info. for a single date. I need to get a total for the entire month of August.
=SUMIFS(Gallons_Sold,Region,"NE",Date,"August") returns zero. How do I get SUMIFS to evaluate "Date" for all August dates?
Any help is greatly appreciated!