IF, AND Formula for multiple parameters
Hello,
How do I create a formula for this scenario? I want the RYG Ball on the task level to automatically change colors when the dates on:
Finish is less than TODAY= Green
Finish is TODAY= Yellow
Finish is Greater than TODAY= RED
But I also want the RYG ball to turn green if the status has been marked complete, no matter what the finish date is?
Attached are the columns I am using:
Answers
-
I'd recommend a nested if/or statement over an if/and. something along the lines of:
=IF(OR(Status@row="Complete", Finish@row<TODAY()), Turn ball green, IF(Finish@row=Today(), Turn Ball Yellow, Turn Ball Red))
I haven't played with the RYG balls yet so I'm not familiar with the specific requirements to get that accomplished.
Sorry I can't give you a complete answer
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!