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

Easy bullets in Excel
If you have a numeric keypad, press Alt+7 on numeric keypad to type a bullet in Excel.
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,215,310
Messages
6,124,184
Members
449,147
Latest member
sweetkt327

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