Hi.
I have a simple sheet that shows the individual duration, in minutes, of a series of activities in column H, and their combined total duration, in hours and minutes, in column I. The heading of column I also displays the "target" duration. In this example, the target is 5:00 hours.
Is it possible to use conditional formatting to gradually "fill" the total duration cell with a colour (green) as activities and their durations are added, and the target duration is approached, with the colour finally filling the cell when the target is met?
A couple of additional, but not essential, requirements:
Thank you for any guidance provided.
I have a simple sheet that shows the individual duration, in minutes, of a series of activities in column H, and their combined total duration, in hours and minutes, in column I. The heading of column I also displays the "target" duration. In this example, the target is 5:00 hours.
Is it possible to use conditional formatting to gradually "fill" the total duration cell with a colour (green) as activities and their durations are added, and the target duration is approached, with the colour finally filling the cell when the target is met?
A couple of additional, but not essential, requirements:
- Ideally, the green fill colour would be a gradient from green to transparent, that creeps up as the total duration moves closer to the target.
- The fill colour switches to red if the target is exceeded.
! NEW Module Map Template V2.3.xlsx | |||||
---|---|---|---|---|---|
G | H | I | |||
1 | Activity Number | Activity Duration (Minutes) | Total Duration (Hours:Minutes) (Target =5:00) | ||
2 | 1 | 90 | 4:50 | ||
3 | 2 | 10 | |||
4 | 3 | 20 | |||
5 | 4 | 10 | |||
6 | 5 | 10 | |||
7 | 6 | 30 | |||
8 | 7 | 120 | |||
9 | 8 | ||||
10 | 9 | ||||
11 | 10 | ||||
Sheet2 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
I2 | I2 | =SUM(H2:H11)/60/24 |
Thank you for any guidance provided.