countif with dates
Answers
-
I am needing some assistance with my formula for this as well:
=COUNTIFS({Date Resolved}, [Date for formula]16@cell,= > {Date Resolved}, {Client Impacted}, CONTAINS("All Segment", @cell), {Category}, CONTAINS("Bug", @cell))
{Date Resolved} is external sheet reference for a date column (no blanks)
{Client Impacted} is another external reference needed to count issues by client
{Category} is the type of issue
[Date for formula]16@cell is a formula in a date column: =TODAY() - 365
I'm only wanting to capture the total number of issues resolved by client / category if the date resolved is within the last year.
Formula variations tried:
=COUNTIFS({Date Resolved}, = >[Date for formula]16@cell, {Client Impacted}, CONTAINS("All Segment", @cell), {Category}, CONTAINS("Bug", @cell))
=COUNTIFS({Date Resolved}, [Date for formula]16@cell = > {Date Resolved}, {Client Impacted}, CONTAINS("All Segment", @cell), {Category}, CONTAINS("Bug", @cell))
-
@APerez Try removing the "@cell" from after [Date for Formula]16
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.1K Get Help
- 414 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!