Forumla showing 0s - would like it to be blank if 0
Hello, I am trying to make my formula to be blank if a 0 shows up and I do not want a 0 showing up on my dashboard. I tried adding the if function and must of been entering it wrong because it did not come back as an actual formula.
The below is the current formula I am using. I am pulling data from a set of rows based on department name and if a goal is "In Progress" "Not Started" or "Complete"
=COUNTIFS({Department column}, $[Column3]@row, {Progress column}, [In Progress]$1)
Any assistance is appreciated. Thank you
Best Answer
-
@Steve1298 Try this...
=if(COUNTIFS({Department column}, $[Column3]@row, {Progress column}, [In Progress]$1)=0,"",COUNTIFS({Department column}, $[Column3]@row, {Progress column}, [In Progress]$1))
Basically if your formula result returns a 0, then blank, else execute your formula.
Answers
-
@Steve1298 Try this...
=if(COUNTIFS({Department column}, $[Column3]@row, {Progress column}, [In Progress]$1)=0,"",COUNTIFS({Department column}, $[Column3]@row, {Progress column}, [In Progress]$1))
Basically if your formula result returns a 0, then blank, else execute your formula.
-
@JamesB thank you! It works.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.9K Get Help
- 441 Global Discussions
- 153 Industry Talk
- 501 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 79 Community Job Board
- 511 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!