COUNTIFS function
I have two columns that I am using, one is a checkbox column, the other is a date column. I want to know, of those that have a checkbox checked in one column, how many of them come after the date 07/01/2019 in the other column. Does anyone know the syntax for that? The column names. The checkbox column is "Approved", the date column is "Date Received". Thanks!!
Tags:
Comments
-
Try this:
=COUNTIFS([Date Received]:[Date Received], >=DATE(2019, 7, 1), Approved:Approved, 1)
-
Do be aware that the >= sign will take into account 7/1. Remove the equal sign if you truly want greater than 7/1/2019.
-
Thanks much!
-
I'm glad we could help you out!
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.5K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 146 Just for fun
- 63 Community Job Board
- 465 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives