Sumifs

ValpoMan

New Member
Joined
Jun 25, 2010
Messages
46
I have a SUMIFS formula that will have 3 criterias....I need help with how to handle one of these criterias.....

Here is a sample of how my data is layed out:

Posting Date
Document Header Text
Name
Val/COArea Crcy
6/30/2014
SD AC ATT MOBILITY CHARGE
AC ATT MOBILITY JUN 2014
39.09
6/1/2014
SD AC ATT MOBILITY CHARGE
AC ATT MOBILITY MAY 2014
-39.09
6/30/2014
SD AC VZ VERIZON WIRELESS
AC VERIZON WIRELESS JUN 2014
175.47
6/1/2014
SD AC VZ VERIZON WIRELESS
AC VZ VERIZON WIRELESS MAY 2014
-154.74
6/30/2014
SD ATT MOBILITY CHARGE MA
ATT MOBILITY MAY 2014
39.09
6/30/2014
SD VZ VERIZON WIRELESS CH
VERIZON WIRELESS MAY 2014
175.47
6/30/2014
SD AC VZ VERIZON WIRELESS
AC VERIZON WIRELESS JUN 2014
230.41
6/1/2014
SD AC VZ VERIZON WIRELESS
AC VZ VERIZON WIRELESS MAY 2014
-231.70
6/30/2014
SD VZ VERIZON WIRELESS CH
VERIZON WIRELESS MAY 2014
230.41
6/30/2014
SD AC ATT MOBILITY CHARGE
AC ATT MOBILITY JUN 2014
38.50

<tbody>
</tbody>

How can I sum IF the date is the last day of the month...in this case 6/30/14 but next month it will be 7/31/14 and so forth?
 
Last edited:

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.
I am just unsure how to do a SUMIFS formula that will evaluate the date and if it is the last day of the month to inlcude it in the sum....
 
Upvote 0
Try

=SUMIFS(D2:D11,A2:A11,DATE(YEAR(A2),MONTH(A2)+1,0))

Or

=SUMIFS(D2:D11,A2:A11,EOMONTH(A2,0))
 
Upvote 0

Forum statistics

Threads
1,217,289
Messages
6,135,653
Members
449,955
Latest member
ysfuyar

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