Request for help - COUNTIFS Formula
Requesting some assistance with a COUNTIFS formula. I want to count the number of instances within a date column titled 'ACTUAL FINISH' between 1/1/23 and 3/31/23 to display a quarterly total count for Q1 using the Sheet Summary feature.
For example, there are numerous dates between 7/13/22 - 3/31/23 in my image however only '2' fall within the result range I need therefore the Sheet Summary should show the number '2' if my formula is working correctly but alas it is not.
=COUNTIFS[(ACTUAL FINSIH)] AND([DATE (ACTUAL FINISH) is between (2023,1,1:2023,3,31)
Answers
-
Hey @Bruce Venhuizen
=COUNTIFS([Actual Finish]:[Actual Finish], AND(@cell>=DATE(2023,1,1), @cell<=DATE(2023,3,31)))
Will this work for you?
Kelly
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 423 Global Discussions
- 221 Industry Talk
- 462 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 144 Just for fun
- 59 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!