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
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!