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.4K Get Help
- 424 Global Discussions
- 221 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 144 Just for fun
- 62 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!