Automate RYGB Balls
I'm trying to automate RYGB balls by Date Needed [date] and Completed [checkbox] fields.
Blue - Completed field is checked.
Green - Up to 3 Days after Date Needed
Yellow - 4-5 Days after Dated Needed
Red - 6 Days after Date Needed
Could you please assist? Thank you.
Best Answers
-
Try something like this...
=IF(Completed@row = 1, "Blue", IF(TODAY() <= [Date Needed]@row + 3, "Green", IF(TODAY() <= [Date Needed]@row + 5, "Yellow", "Red")))
-
Thank you, Paul. This is PERFECT! I greatly appreciate your help!
Answers
-
Try something like this...
=IF(Completed@row = 1, "Blue", IF(TODAY() <= [Date Needed]@row + 3, "Green", IF(TODAY() <= [Date Needed]@row + 5, "Yellow", "Red")))
-
Thank you, Paul. This is PERFECT! I greatly appreciate your help!
-
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!