ChillingSabrina
New Member
- Joined
- Jul 30, 2019
- Messages
- 5
Hi, Newbie here!
I've built a spreadsheet to track reports that are on track/due or overdue. I've added IF formulas to show the on track/due/overdue items and used conditional formatting to change the cell colour which is working without any problems.
I have chart to show the volume of items under each heading which is also working until I need to close a completed item.
The chart is still showing items that are overdue even though they are completed. I'm trying to get cell B5 and D5 to change to complete when a date is input into E5 but I can't get anything to work
[TABLE="width: 351"]
<tbody>[TR]
[TD="width: 73, bgcolor: white"]Two Weeks
[/TD]
[TD="width: 73, bgcolor: white"][/TD]
[TD="width: 79, bgcolor: white"]Four Weeks
[/TD]
[TD="width: 79, bgcolor: white"][/TD]
[TD="width: 98, bgcolor: white"]Completed Date
[/TD]
[TD="width: 65, bgcolor: #0070C0"][/TD]
[/TR]
[TR]
[TD="width: 73, bgcolor: black"][/TD]
[TD="width: 73, bgcolor: black"][/TD]
[TD="width: 79, bgcolor: black"][/TD]
[TD="width: 79, bgcolor: black"][/TD]
[TD="width: 98, bgcolor: black"]Completed Date
[/TD]
[TD="width: 65, bgcolor: black"][/TD]
[/TR]
[TR]
[TD="width: 73, bgcolor: transparent, align: right"]12/08/2019
[/TD]
[TD="width: 73, bgcolor: transparent"]On Track
[/TD]
[TD="width: 79, bgcolor: transparent, align: right"]27/08/2019
[/TD]
[TD="width: 79, bgcolor: transparent"]On Track
[/TD]
[TD="width: 98, bgcolor: transparent"][/TD]
[TD="width: 65, bgcolor: transparent"]FALSE
[/TD]
[/TR]
[TR]
[TD="width: 73, align: right"]16/07/2019
[/TD]
[TD="width: 73"]Overdue
[/TD]
[TD="width: 79, align: right"]30/07/2019
[/TD]
[TD="width: 79"]Due
[/TD]
[TD="width: 98, bgcolor: transparent"][/TD]
[TD="width: 65, bgcolor: transparent"]FALSE
[/TD]
[/TR]
[TR]
[TD="width: 73, align: right"]14/06/2019
[/TD]
[TD="width: 73"]Overdue
[/TD]
[TD="width: 79, align: right"]28/06/2019
[/TD]
[TD="width: 79"]Overdue
[/TD]
[TD="width: 98, bgcolor: transparent, align: right"]30/07/2019
[/TD]
[TD="width: 65, bgcolor: transparent"]TRUE
[/TD]
[/TR]
[TR]
[TD="width: 73, align: right"]15/07/2019
[/TD]
[TD="width: 73"]Overdue
[/TD]
[TD="width: 79, align: right"]29/07/2019
[/TD]
[TD="width: 79"]Overdue
[/TD]
[TD="width: 98, bgcolor: transparent"][/TD]
[TD="width: 65, bgcolor: transparent"]FALSE
[/TD]
[/TR]
</tbody>[/TABLE]
Can anyone help before I go crazy lol!
Thanks
CS
I've built a spreadsheet to track reports that are on track/due or overdue. I've added IF formulas to show the on track/due/overdue items and used conditional formatting to change the cell colour which is working without any problems.
I have chart to show the volume of items under each heading which is also working until I need to close a completed item.
The chart is still showing items that are overdue even though they are completed. I'm trying to get cell B5 and D5 to change to complete when a date is input into E5 but I can't get anything to work
[TABLE="width: 351"]
<tbody>[TR]
[TD="width: 73, bgcolor: white"]Two Weeks
[/TD]
[TD="width: 73, bgcolor: white"][/TD]
[TD="width: 79, bgcolor: white"]Four Weeks
[/TD]
[TD="width: 79, bgcolor: white"][/TD]
[TD="width: 98, bgcolor: white"]Completed Date
[/TD]
[TD="width: 65, bgcolor: #0070C0"][/TD]
[/TR]
[TR]
[TD="width: 73, bgcolor: black"][/TD]
[TD="width: 73, bgcolor: black"][/TD]
[TD="width: 79, bgcolor: black"][/TD]
[TD="width: 79, bgcolor: black"][/TD]
[TD="width: 98, bgcolor: black"]Completed Date
[/TD]
[TD="width: 65, bgcolor: black"][/TD]
[/TR]
[TR]
[TD="width: 73, bgcolor: transparent, align: right"]12/08/2019
[/TD]
[TD="width: 73, bgcolor: transparent"]On Track
[/TD]
[TD="width: 79, bgcolor: transparent, align: right"]27/08/2019
[/TD]
[TD="width: 79, bgcolor: transparent"]On Track
[/TD]
[TD="width: 98, bgcolor: transparent"][/TD]
[TD="width: 65, bgcolor: transparent"]FALSE
[/TD]
[/TR]
[TR]
[TD="width: 73, align: right"]16/07/2019
[/TD]
[TD="width: 73"]Overdue
[/TD]
[TD="width: 79, align: right"]30/07/2019
[/TD]
[TD="width: 79"]Due
[/TD]
[TD="width: 98, bgcolor: transparent"][/TD]
[TD="width: 65, bgcolor: transparent"]FALSE
[/TD]
[/TR]
[TR]
[TD="width: 73, align: right"]14/06/2019
[/TD]
[TD="width: 73"]Overdue
[/TD]
[TD="width: 79, align: right"]28/06/2019
[/TD]
[TD="width: 79"]Overdue
[/TD]
[TD="width: 98, bgcolor: transparent, align: right"]30/07/2019
[/TD]
[TD="width: 65, bgcolor: transparent"]TRUE
[/TD]
[/TR]
[TR]
[TD="width: 73, align: right"]15/07/2019
[/TD]
[TD="width: 73"]Overdue
[/TD]
[TD="width: 79, align: right"]29/07/2019
[/TD]
[TD="width: 79"]Overdue
[/TD]
[TD="width: 98, bgcolor: transparent"][/TD]
[TD="width: 65, bgcolor: transparent"]FALSE
[/TD]
[/TR]
</tbody>[/TABLE]
Can anyone help before I go crazy lol!
Thanks
CS