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.
-
Happy to help! 👍️
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!
-
Happy to help! 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!