Count matching instances between a date range then multiply answer by another cell

JustyR

New Member
Joined
Nov 19, 2004
Messages
45
Hi, all,

I'm trying to countif using exact criteria.

A B C
08/08/2017 • x
15/08/2017 • x
22/08/2017 x •
29/08/2017 • x

Year 1
08/08/2017
07/08/2018

I want to count the number of bullets (•) from columns B and C, BUT only when they fall within the date range specified in A7:A8.

Is that possible? Just not finding anything online.

Many, many thanks if you can help. It's driving me nuts.

Edit: the subject is a little misleading as I don't need the resulting value multiplied by another cell....yet!
 
Last edited:

Excel Facts

Show numbers in thousands?
Use a custom number format of #,##0,K. Each comma after the final 0 will divide the displayed number by another thousand
All done

=SUMPRODUCT((Dates!$B$6:$F$999="•")*(Dates!$A$6:$A$999>=A6)*(Dates!$A$6:$A$999<=A7))
 
Upvote 0

Forum statistics

Threads
1,214,542
Messages
6,120,116
Members
448,945
Latest member
Vmanchoppy

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