Need help on a simple IF/AND formula but already spending too much time on it
Looking to show 'Delay' for tasks that have %complete <100% and Finish date < than Today ().
Tried multiple variations but some records come right and some just ignore the %complete record. Why? Formula is: =IF(AND([% Complete]@row < "100%", [EMD Finish]@row < TODAY()), "Delay"). This formula is showing "Delay" on tasks that are 100%. This tasks are complete so should not show "delay".
Help! My brain is over this! LOL
Best Answer
-
100% equals a 1 in a formula. You also don't need the quotes around it.
Try it this way: =IF(AND([% Complete]@row < 1, [EMD Finish]@row < TODAY()), "Delay")
Answers
-
100% equals a 1 in a formula. You also don't need the quotes around it.
Try it this way: =IF(AND([% Complete]@row < 1, [EMD Finish]@row < TODAY()), "Delay")
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!