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
- 63.5K Get Help
- 402 Global Discussions
- 213 Industry Talk
- 450 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 135 Just for fun
- 56 Community Job Board
- 454 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 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!