[Exce] Count value only this month

picmaster

New Member
Joined
Sep 9, 2014
Messages
11
Hi
I am new to excel and now I'm trying to develop excel to be my cheque management software.

However, I want to count the amount of money that I need to pay for this month.

In column D7:D1000 = Due date of my cheque
In column Q7:Q1000 = Value (TRUE, FALSE) for check that this cheque already paid or not
In column R7:R1000 = Amount of money of the cheque

I want Cell K3 to show how much do I need to pay for this month (this value should depend on the current month that match with cheque)

Thankyou in advance,
Picmaster
 

Excel Facts

How to show all formulas in Excel?
Press Ctrl+` to show all formulas. Press it again to toggle back to numbers. The grave accent is often under the tilde on US keyboards.
Try

=SUMPRODUCT(--(MONTH(D7:D1000)=MONTH(TODAY())),--(Q7:Q1000=FALSE),R7:R1000)
 
Last edited:
Upvote 0

Forum statistics

Threads
1,225,073
Messages
6,182,710
Members
453,132
Latest member
nsnodgrass73

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