How do I remove a zero from a cell when using the COUNTM function?
Bob Kernan
✭✭
I have columns that use COUNTM.
Some of the results come back with 0 as the value. I want to leave the cell blank in this case
=COUNTM([Member Email Campaign Opt-In]@row)
I suspect I need to include an "IF" statement where "0", ""
Answers
-
=IF(COUNTM([Member Email Campaign Opt-In]@row)>0, COUNTM([Member Email Campaign Opt-In]@row), “”)
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.9K Get Help
- 429 Global Discussions
- 147 Industry Talk
- 487 Announcements
- 5.2K Ideas & Feature Requests
- 86 Brandfolder
- 151 Just for fun
- 74 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 Events
- 36 Webinars
- 7.3K Forum Archives