Welcome to the Smartsheet Forum Archives
The posts in this forum are no longer monitored for accuracy and their content may no longer be current. If there's a discussion here that interests you and you'd like to find (or create) a more current version, please Visit the Current Forums.
countifs with specific data set and dates
I have a column with specific criteria (Sample type) and date column. I have another formula that looks specifically for a "sample type" and specific "factory". The formula I've used for this is: =COUNTIFS($Program$3:$Program$333, "Fall Tabletop / Decor", $[Sample Type]$3:$[Sample Type]$333, "DEVELOPMENT + ARTBOARD"). This results a total number. Now I'm trying to use the same 1st half of the formula but count how many time dates have been entered in to another column (Sample Received). =COUNTIFS($[Sample Type]$3:$[Sample Type]$333, "DEVELOPMENT + ARTBOARD", how do I count how many dates have been entered)
Comments
-
Hi Kelli—
If you're looking to see if any date is in the cell, you might try a formula like this:
=COUNTIFS($[Sample Type]$3:$[Sample Type]$333, "DEVELOPMENT + ARTBOARD", $[Sample Received]$3:$[Sample Received]$333, ISDATE(@cell))
Otherwise, you can create criteria for a specific date with the DATE function:
=COUNTIFS($[Sample Type]$3:$[Sample Type]$333, "DEVELOPMENT + ARTBOARD", $[Sample Received]$3:$[Sample Received]$333, DATE(yyyy, mm, dd))
You'll want to enter a specific date in the parenthesis of the DATE function using that example format above.
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.6K Get Help
- 403 Global Discussions
- 215 Industry Talk
- 455 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 56 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives