How to get a column to state a status off the health color indicator
Hi,
I have a column with colored health status of some project tasks, due to the fact in email updates and that you cannot see the colored got in the email, I am hoping to add a column that with align with the colored dot column with words so those getting the email can see the health if the item.
So just looking to have the following:
If dot is red, new column will state "Late"
If dot is yellow, new column will state "At Risk (<10days)"
If dot is green, new column will state " On-Track"
If dot is grey , new column will state "TBD"
OR if anyone knows a better way to send update emails that looks better than the following - note the "project status" column in the photo is a manual drop down and what to do the above to that column
Answers
-
=IF(Dot@row = "red", "Late", IF(Dot@row = "Yellow", "At Risk", IF(Dot@row = "green", "On-track", IF(Dot@row = "Gray", "TBD"))))
Also could just send them the link to a view only dashboard with this info and possibly other info on it instead of emailing the status report.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 142 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!