Formula to highlight a column in RED when date is past the task end date and progress is <100%
Here is what I have:
Any time the task end date is past today's date and the progress is less than 100% complete, I want this to be highlighted in red. Below is the formula I am using but it does not seem to work. Please help.
=AND(date>=task_start, date<=task_end,task_progress<0.1)
Date = the weekly dates in the row in BLUE (1/4, 1/11 etc)
Task_start = Start column
task_end - end column
task_progress = Complete column
Answers
-
Have you looked at conditional formatting? This seems to be a perfect fit for that rather than needing a formula.
-
Yes, using conditional formatting and I have pasted what I have in it.
-
I think the issue is in how you're marking for 100% complete. In your formula you're saying IF less than 0.1. I think you just want to say if < 1
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 472 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