Modify a COUNT(DISTINCT(COLLECT to a COUNTIF(DISTINCT(COLLECT
So I have this formula which works fine.
=COUNT(DISTINCT(COLLECT({FPR24-INSTALLER}, {FPR24-INSTALL DT}, =Date@row, {FPR24-INSTALL DT}, =(Date@row))))
I want to change it to a COUNTIF but I can't get it to work.
=COUNTIF(DISTINCT(COLLECT({FPR24-INSTALLER}, {FPR24-INSTALL DT}, =Date@row, {FPR24-INSTALL DT}, =Date@row)), {FPR24-Res/Com}, "Res")
It's probably something simple, but I can't figure it out. Any help would be appreciated. Thank you...
Best Answer
-
You wouldn't use a COUNTIF. You would just stick with the COUNT and include the additional range/criteria sets in the COLLECT function.
Answers
-
You wouldn't use a COUNTIF. You would just stick with the COUNT and include the additional range/criteria sets in the COLLECT function.
-
@Paul Newcome Thanks Paul, that worked just fine. Just over thinking it I guess...
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.3K Get Help
- 364 Global Discussions
- 199 Industry Talk
- 428 Announcements
- 4.4K Ideas & Feature Requests
- 136 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 445 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!