Color cell RED if cell above value is lower

前端 未结 2 1780
粉色の甜心
粉色の甜心 2021-01-24 15:28

I need a formula/script for a Google spreadsheet that will do this:

If the current cell value is higher than the value in the cell above the make the current cell backgr

2条回答
  •  南笙
    南笙 (楼主)
    2021-01-24 16:14

    Conditional formatting wont work.

    Probably not at the time that was written but it does now.

    Assuming your array starts in B34 for its top left, clear formatting and select B35:AC41 and Format, Conditional formatting..., Format cells if... Custom formula is and:

    =A35>A34
    

    select red fill and Done.

提交回复
热议问题