RYGB BAlls with B = empty cell
I have a basic formula I can't get to return a B ball when there is an empty cell.
=IF(Count@row = 0, "Green", IF(Count@row > 0, "Red", IF(Count@row = "", "Blue")))
Best Answers
-
Move that argument to the beginning.
=IF(Count@row = "", "Blue", IF(Count@row = 0, "Green", IF(Count@row > 0, "Red")))
-
Try this one instead...
=IF(Count@row = 1, "Green", IF(Count@row = 0, "Blue", "Red"))
Answers
-
Move that argument to the beginning.
=IF(Count@row = "", "Blue", IF(Count@row = 0, "Green", IF(Count@row > 0, "Red")))
-
Thank you Paul. That did the trick. I'm new at this and am learning :). I have another quick question:
=IF(Count@row = 0, "Blue", IF(AND(Count@row >.01, count@row <1, "Red", IF(Count@row = 1, "Green"))))
0=Blue
Between .01-.99 =Red
1=Green
-
Try this one instead...
=IF(Count@row = 1, "Green", IF(Count@row = 0, "Blue", "Red"))
-
You're great! Thank you.
-
Happy to help! 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!