Tour Count Formula Question
Hello,
I currently have a smartsheet grid that tracks tours. I am using a formula to count how many tours we have every year but the 2025 numbers are not matching up and I realized it is because I need the status to be set to "complete" for it to count.
I am currently using this formula but I have not been able to figure out how to add the status complete part.
=COUNTIFS([Tour Date]:[Tour Date], IFERROR(YEAR(@cell ), 0) = 2025)
Any help would be greatly appreciated! Thank you!
Answers
-
Hi -
@somalley1124 - Is your name Sean?
@Jason Miller Here's a formula puzzle you should help with!!💚
Koleen Steiner
IT PM & Smartsheet Guru, BeiGene, Inc.
-
This is assuming you have a Status column with a complete selection.
=IFERROR(COUNTIFS([Tour Date]:[Tour Date], YEAR(@cell ) = 2025, Status:Status, "complete"),""
Jason Miller
Smartsheet Developer, Consultant, & Solutions Engineer
(614) 571-9069
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.9K Get Help
- 429 Global Discussions
- 147 Industry Talk
- 486 Announcements
- 5.2K Ideas & Feature Requests
- 86 Brandfolder
- 151 Just for fun
- 74 Community Job Board
- 498 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!