Formula Help!!!
I'm having issues with making this formula work for the RYGB Balls. Any glaring mistakes?
-Green – An open request that was received 1-5 days ago.
-Yellow – An open request that was received 6-10 days ago.
-Red – An open request that was received more than 10 days ago.
-Blue - Complete
-Blank/No Date - Blank status
=IF(ISBLANK([Information Requested -Auto Filled in Date]1, "", IF(ISDATE([Date Entire Request is Complete/Sent to Law]1, "Blue", IF([Information Requested -Auto Filled in Date]1 >= TODAY(1), "Red", IF([Information Requested -Auto Filled in Date]1 >= TODAY(5), "Yellow", IF([Information Requested -Auto Filled in Date]1 >= TODAY(0),"Green")))))
Thank you!!
Comments
-
=if(today()-[Information Requested -Auto Filled in Date]1<=5,"Green",if(today()-[Information Requested -Auto Filled in Date]1 <=10,"Yellow",if(isblank([Information Requested -Auto Filled in Date]1),"","Red"
Give that a whirl and see if it does what you want.
-
Missed your verification sent piece. this formula has it:
=IF(ISDATE([Date Entire Request is Complete/Sent to Law]1),"Blue",if(today()-[Information Requested -Auto Filled in Date]1<=5,"Green",if(today()-[Information Requested -Auto Filled in Date]1 <=10,"Yellow",if(isblank([Information Requested -Auto Filled in Date]1),"","Red"
-
Check this thread HERE...
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 439 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 67 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!