Formula that counts the total of red dot symbols in my status column
Hi everyone, I have a project plan with several rows. There's a STATUS column in which traffic lights colours (gray, green, yellow and red) appear depending on the closeness of the task to its deadline.
In another sheet, I'd like to link a cell to the STATUS column and use a formula that counts how many red dots there are in the project plan. Does someone know a formula that works for that?
Best Answer
-
You will want to setup a cross sheet reference to be able to access the information from your source sheet. Your formula would then be something similar to:
=COUNTIF({Status}, "Red")
Where {Status} is your label for the reference to the source sheet.
Answers
-
You will want to setup a cross sheet reference to be able to access the information from your source sheet. Your formula would then be something similar to:
=COUNTIF({Status}, "Red")
Where {Status} is your label for the reference to the source sheet.
-
Hey Carson, thank you for the quick answer! What's a cross sheet reference?
-
Hang on, I've found something on YouTube. All good, thanks!
-
👍️
Just respond back if you need any help getting it setup.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.7K Get Help
- 406 Global Discussions
- 218 Industry Talk
- 456 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 297 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!