Help with writing a status formula

Hi, I am trying to use a Status column to show the status of these criteria:
If [25-Hour Training] is blank and [5 Hour Training] is blank = red
If [25-Hour Training] is blank and [5 Hour Training] is not blank = yellow
If [25-Hour Training] is not blank and [5 Hour Training] is not blank = green
using a separate metrics sheet I have linked to the Status column. I am not sure if I need to use the COUNTIFS function, or otherwise. Can someone point me in the right direction? Thank you!
Best Answers
-
Try something like this...
=IF([25-Hour Training]@row = "", IF([5 Hour Training]@row = "", "Red", "Yellow"), "Green")
-
It depends on exactly what you want to show and how, but yes. The output itself can be used in a Metrics Widget on a Dashboard.
-
Answers
-
Try something like this...
=IF([25-Hour Training]@row = "", IF([5 Hour Training]@row = "", "Red", "Yellow"), "Green")
-
That worked perfectly. Thank you! Will this allow me to use it as a metric in a dashboard?
-
It depends on exactly what you want to show and how, but yes. The output itself can be used in a Metrics Widget on a Dashboard.
-
Thank you again!
-
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.1K Get Help
- 449 Global Discussions
- 155 Industry Talk
- 505 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 514 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!