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
- Customer Resources
- 65K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 149 Just for fun
- 70 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!