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
Check out the Formula Handbook template!