if formula
HI Guys
Looking for 3 formulas ( cant get mine to work)
1st one -- when status is Closed RYG must be green - when status in open must be red and when pending must be orange
2nd one
when "action Required" is blank status must be "No Action Required" when Action Required is not blank then
Status should say "Action Required" SECOND PART of the formula - when Action Taken is not blank the status should say "closed"
Best Answers
-
Hi,
Try:
For RYG:
=IF(status@row="closed", "green", IF(staus@row="open", "red", "orange"))
For Status:
=IF(ISBLANK([action required]@row), "No Action Required", IF(NOT(ISBLANK([action taken]@row)), "Closed", "Open"))
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
-
Hi Sue, Get it to work? Thank you for contributing to the community.
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
Answers
-
Hi,
Try:
For RYG:
=IF(status@row="closed", "green", IF(staus@row="open", "red", "orange"))
For Status:
=IF(ISBLANK([action required]@row), "No Action Required", IF(NOT(ISBLANK([action taken]@row)), "Closed", "Open"))
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
-
Thanks Mark
Got the first one working battling with second one - but will rethink it for a bit :-)
-
Hi Sue, Get it to work? Thank you for contributing to the community.
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
-
Hi Mark -
Yes got both working :-)
Thank you so much
Sue
-
Prefect. Thank you for the vote up.
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.5K Get Help
- 367 Global Discussions
- 202 Industry Talk
- 432 Announcements
- 4.4K Ideas & Feature Requests
- 137 Brandfolder
- 129 Just for fun
- 128 Community Job Board
- 446 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 286 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!