Google Spreadsheets: Alternating Background Color on Value Change?

前端 未结 6 962
别那么骄傲
别那么骄傲 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条回答
  •  遥遥无期
    2020-12-31 08:38

    I Added an additional column with the following formula: =IF($A2=$A1,$D1,$D1+1)

    A2 since I have a header row D since this is the additional column

    than conditional formatting on with the following formula: =isEven($D1)

提交回复
热议问题