Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/ant/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Google sheets GoogleSheet条件格式_Google Sheets_Google Sheets Formula_Gs Conditional Formatting - Fatal编程技术网

Google sheets GoogleSheet条件格式

Google sheets GoogleSheet条件格式,google-sheets,google-sheets-formula,gs-conditional-formatting,Google Sheets,Google Sheets Formula,Gs Conditional Formatting,我试图比较不同列中两个单元格之间的值,以快速定位错误。如果一个单元格中的值与相邻单元格中的值不同,我希望更改该单元格中的颜色。在条件格式中使用自定义公式,如=A1=B1比如在范围A1:B 或者更复杂一些: =($B1=$C1)*($C1<>"")*($B1<>"") =($B1=$C1)*($C1”“)*($B1”“)

我试图比较不同列中两个单元格之间的值,以快速定位错误。如果一个单元格中的值与相邻单元格中的值不同,我希望更改该单元格中的颜色。

在条件格式中使用自定义公式,如
=A1=B1
比如在范围A1:B

或者更复杂一些:

=($B1=$C1)*($C1<>"")*($B1<>"")
=($B1=$C1)*($C1”“)*($B1”“)