I've got a conditionally formatted pivot table with 3 columns:
starttime (datetime) grouped into Hours
starrtime2 (datetime) grouped into Days of Month
Running, a column containing either 0 or 1 (off and on) depending on whether to denote if a machine was running. Aggregated with SUM, the pivot table shows how many machines were running at any given hour any time of the day.
Conditionally formatted using 3 color default settings, shows the lowest value in green and the highest value as red. But, my boss wants to use the heatmap as a dashboard, and to start turning red only when we're at 80% capacity of available machines.
While the data sheet behind the pivot table contains a column called SumAvailableMachines, corresponding to the other values, it isn't actually used for the heatmap. Since the number of available machines fluctuates from 879 to 1247, 80% is a moving target as well. So, I need CF to be flexible and show red only if the SUM(Running) value in the pivot table for that hour of day is 80% of the SumOfMachinesAvail.
I did try some formulas but CF isn't doing anything in response to them. eg. SUM(.80*H:H) where H is the SumAvailableMachines.
I'm wondering if I post my excel spreadsheet would someone be willing to take a look and offer advice on how to do this?
starttime (datetime) grouped into Hours
starrtime2 (datetime) grouped into Days of Month
Running, a column containing either 0 or 1 (off and on) depending on whether to denote if a machine was running. Aggregated with SUM, the pivot table shows how many machines were running at any given hour any time of the day.
Conditionally formatted using 3 color default settings, shows the lowest value in green and the highest value as red. But, my boss wants to use the heatmap as a dashboard, and to start turning red only when we're at 80% capacity of available machines.
While the data sheet behind the pivot table contains a column called SumAvailableMachines, corresponding to the other values, it isn't actually used for the heatmap. Since the number of available machines fluctuates from 879 to 1247, 80% is a moving target as well. So, I need CF to be flexible and show red only if the SUM(Running) value in the pivot table for that hour of day is 80% of the SumOfMachinesAvail.
I did try some formulas but CF isn't doing anything in response to them. eg. SUM(.80*H:H) where H is the SumAvailableMachines.
I'm wondering if I post my excel spreadsheet would someone be willing to take a look and offer advice on how to do this?