Countifs, is not blank question??
I have a formula that counts distinct entry's in a column "IFS Service Location" (to avoid counting duplicates) and in the "booking status" column had a status of "ready to book". .
=COUNT(DISTINCT(COLLECT({IFS Service Location ID}, {Booking Status}, "Ready to Book")))
I would like to change the citerion_range1 to a different column called "incentive date" and count the non blank cells in that column.
=COUNTIFS(DISTINCT(COLLECT({IFS Service Location ID}, {Incentive Date}, <>"" )))) (unparseable)
It does not work yet. Am I on the right track? Any suggestion would be appreciated.
Answers
-
Here is a snipit of the 2 columns. The Incentive Date column is a date column.
-
Hi @TDobson
It looks like you just have an extra closing parentheses!
=COUNT(DISTINCT(COLLECT({IFS Service Location ID}, {Incentive Date}, <>"" )))
You only need three ))) one for COUNT, one for DISTINCT, one for COLLECT. Let me know if updating the COUNTIFS to COUNT and removing one ) from the end works for you.
Cheers,
Genevieve
Join us at Smartsheet ENGAGE 2024 🎉
October 8 - 10, Seattle, WA | Register now
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.1K Get Help
- 348 Global Discussions
- 199 Industry Talk
- 427 Announcements
- 4.4K Ideas & Feature Requests
- 133 Brandfolder
- 127 Just for fun
- 127 Community Job Board
- 455 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 282 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!