Conditional formatting based on another cell's value

后端 未结 6 807
旧巷少年郎
旧巷少年郎 2020-11-27 09:11

I\'m using Google Sheets for a daily dashboard. What I need is to change the background color of cell B5 based on the value of another cell - C5. If C5 is greater than 80%

6条回答
  •  一生所求
    2020-11-27 09:45

    I'm disappointed at how long it took to work this out.

    I want to see which values in my range are outside standard deviation.

    1. Add the standard deviation calc to a cell somewhere =STDEV(L3:L32)*2
    2. Select the range to be highlighted, right click, conditional formatting
    3. Pick Format Cells if Greater than
    4. In the Value or Formula box type =$L$32 (whatever cell your stdev is in)

    I couldn't work out how to put the STDEv inline. I tried many things with unexpected results.

提交回复
热议问题