Hi all,
I have to track my work on an excel spreadsheet, including keeping track of some tasks that are time sensitive. I recently discovered the NETWORKDAYS function to track working days, which I have been (using along with conditional formatting) to trigger the date I have input in the cell (Q5 in my example below) to change colour.
=AND(Q5<>''',NETWORKDAYS(Q5,TODAY())>10)
With this formula, whilst the cell changing colour once the 10 working days has elapsed has been helpful, I was thinking what would be even better if the cell were to change colour based on the no. of working days that have passed?
So in the case of the above formula, if 5 working days have passed - 50% of the cell would be highlighted, so basically a progress bar - and with the cell progressively highlighting further from the left to the right of the cell as each day passes, until it is 100% highlighted after 10 working days.
Is there any way this can be done?
Any help/pointers would be much appreciated
I have to track my work on an excel spreadsheet, including keeping track of some tasks that are time sensitive. I recently discovered the NETWORKDAYS function to track working days, which I have been (using along with conditional formatting) to trigger the date I have input in the cell (Q5 in my example below) to change colour.
=AND(Q5<>''',NETWORKDAYS(Q5,TODAY())>10)
With this formula, whilst the cell changing colour once the 10 working days has elapsed has been helpful, I was thinking what would be even better if the cell were to change colour based on the no. of working days that have passed?
So in the case of the above formula, if 5 working days have passed - 50% of the cell would be highlighted, so basically a progress bar - and with the cell progressively highlighting further from the left to the right of the cell as each day passes, until it is 100% highlighted after 10 working days.
Is there any way this can be done?
Any help/pointers would be much appreciated