Google Spreadsheets: Alternating Background Color on Value Change?

前端 未结 6 955
别那么骄傲
别那么骄傲 2020-12-31 07:51

there are lots of topics about Conditional Formatting in Google Spreadsheets, but not one like what I\'m looking for.

All I want to do is set an alt

6条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-31 08:38

    the most reliable would be to use this formula:

    =ISEVEN(SUMPRODUCT(--(A$1:A1<>A$2:A2)))
    

提交回复
热议问题