Formulas

I'm Trying to add a function to the following formula in which adds "should the cell to the right of this formula show anything else except completed then the formula will display BEHIND
=IF(AND(TODAY() + 1 >= [Completion Due Date]29, [Days to Completion]29 < 100), "BEHIND", "")
Comments
-
Try this:
=IF(AND(TODAY() + 1 >= [Completion Due Date]@row, [Days to Completion]@row < 100, Status@row <> "Complete"), "BEHIND", "")
This should fire IF and only IF - Today + 1 is greater than or equal to the completion due date AND Days to completion is less than 100 and the status row doesn't say complete.
-
You are AMAZING!! Thank you so much it worked!! I'll buy you a beer!
Thanks,
Jay
-
Lol. Sounds good. Glad I got it working for you.
-
?!?! How come no one ever offers to buy ME a beer?!?!
Hahahahaha
-
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.7K Get Help
- 473 Global Discussions
- 201 Use Cases
- 514 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 82 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!