How can I present in a gantt chart that the task exceed the due date?
How can I present in a gantt chart that the task exceed the due date? for example the due date of a task was 01/09/20 but until now it is still in progress . I want to show that the actual performance exceed the due date, not only that it is 80% complition, since we exceded our planning time.
Answers
-
You could create a "Symbol" column using the Red/Yellow/Green Balls.
Then add the formula:
=IF(AND([Due Date]@row < TODAY(), Status@row <> "Complete"), "Red", "Green")
This will give you a red indicator if the Due date is in the past and the line is not marked complete.
If you wanted text, you could change it to something like:
=IF(AND([Due Date]@row < TODAY(), Status@row <> "Complete"), "Past Due", "On Target")
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.1K Get Help
- 448 Global Discussions
- 154 Industry Talk
- 504 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 513 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives