sum by month issue

anawarulhassan

New Member
Joined
Oct 17, 2018
Messages
10
Hi,

I am trying to sum by month and formula is returning the value as 0. My formula is as following:-

{=SUMIFS($H$19:$H38,$B$19:$B$38,">="&$M19,$B$19:$B$38,"<="&EOMINTH$M19,0))}

Column H is my sale value
Column B has dates 21/09/2018
Column M has months list, September, October etc...

Advance thank you
 

Excel Facts

Is there a shortcut key for strikethrough?
Ctrl+S is used for Save. Ctrl+5 is used for Strikethrough. Why Ctrl+5? When you use hashmarks to count |||| is 4, strike through to mean 5.
What is in M19?
Formula should not be Array Entered.
N.B. You can format M19 to display just the Year.


Excel 2010
BHIMN
191-Sep-181-Oct-18
2021-Sep-18125032502500
2120-Oct-181500
225-Sep-182000
2320-Oct-181000
9c
Cell Formulas
RangeFormula
M20=SUMIFS($H$19:$H38,$B$19:$B$38,">="&M19,$B$19:$B$38,"<="&EOMONTH(M19,0))
N20=SUMIFS($H$19:$H38,$B$19:$B$38,">="&N19,$B$19:$B$38,"<="&EOMONTH(N19,0))
 
Last edited:
Upvote 0
slightly different spin on the same formula.

Excel 2010
BHIMNO
191-Sep-181-Oct-181-Nov-18
2021-Sep-18125032502500
2120-Oct-181500
225-Sep-182000
2320-Oct-181000
9cc
Cell Formulas
RangeFormula
M20=SUMIFS($H$19:$H38,$B$19:$B$38,">="&M19,$B$19:$B$38,"<"&N19)
N20=SUMIFS($H$19:$H38,$B$19:$B$38,">="&N19,$B$19:$B$38,"<"&O19)
 
Upvote 0

Forum statistics

Threads
1,223,999
Messages
6,175,886
Members
452,679
Latest member
darryl47nopra

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