Complex COUNTIFS with date range and specific date?

LTParis

New Member
Joined
Dec 4, 2013
Messages
2
Currently I have a COUNTSIFS formula that I would like to add an additional element to:

Code:
=COUNTIFS('events Report'!$C:$C,">=1/1/2017",'events Report'!$C:$C,"<=1/31/2017",'events Report'!$F:$F,B38)

What I have been trying to add is if the date does not exceed or equal to the first date of a specified month it would display nothing. I am creating a date grid with colored conditional formatting and the easiest way it seems to not display a color is if the value return is nothing. Otherwise I would need to go into each individual cell and create a DATE check and stopping the conditional formula if true.

I've tried adding an if statement and nesting the countifs and that would not work, I tried adding a specific criteria in the first part of the countifs, and nothing.
 

Excel Facts

Format cells as currency
Select range and press Ctrl+Shift+4 to format cells as currency. (Shift 4 is the $ sign).

Forum statistics

Threads
1,214,520
Messages
6,120,013
Members
448,935
Latest member
ijat

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