I am in the delivery business. Daily, we keep track of the progress of certain routes at certain time intervals. I would like to highlight the cells if a certain % hasn't been reached. I was thinking I would need to have those % available to base the formula off of. So in J-M columns, I made formulas to calculate each one's % (and will probably hide those columns).
If J3's percentage is over 75%, then I want to highlight E3 a color
What's the best way I could accomplish this? I tried using (on cell E3) =COUNTIF(J3,J3)>80% but it's only permanently highlighting it no matter what the % is.
https://docs.google.com/spreadsheets/d/1xGkykujthCTx_VScbjH2761osZ8VUwCYILfhFzdFKwg/edit?usp=sharing
This example has no conditional formatting, but I colored it in a way that would reflect the conditional formatting I am seeking...