Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/google-sheets/3.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

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/java/390.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 如何在条件格式中引用行的最左侧单元格?_Google Sheets_Google Sheets Formula_Gs Conditional Formatting - Fatal编程技术网

Google sheets 如何在条件格式中引用行的最左侧单元格?

Google sheets 如何在条件格式中引用行的最左侧单元格?,google-sheets,google-sheets-formula,gs-conditional-formatting,Google Sheets,Google Sheets Formula,Gs Conditional Formatting,我想引用一行中最左边的单元格,以确定是否应该着色。如果行最左侧单元格中的值与特定(绝对)单元格引用中的值匹配,则目标单元格应着色 基本上,我有一个目标重量(比如50公斤)在一个特定的单元格里,比如$a$1 然后,如果工作表中任何其他单元格的最左边单元格的值为$A$1,我希望它被着色 不知道怎么写这个 编辑-这里有一个我想做的示例。 您需要保存一份副本才能进行编辑。从功能上讲,这是我想要的(根据单元格A3中的内容更改相应行的着色),但我是以一种非常复杂的方式完成的。 只是想一定有更好的方法…试着

我想引用一行中最左边的单元格,以确定是否应该着色。如果行最左侧单元格中的值与特定(绝对)单元格引用中的值匹配,则目标单元格应着色

基本上,我有一个目标重量(比如50公斤)在一个特定的单元格里,比如$a$1

然后,如果工作表中任何其他单元格的最左边单元格的值为$A$1,我希望它被着色

不知道怎么写这个

编辑-这里有一个我想做的示例。

您需要保存一份副本才能进行编辑。从功能上讲,这是我想要的(根据单元格A3中的内容更改相应行的着色),但我是以一种非常复杂的方式完成的。 只是想一定有更好的方法…

试着这样做:

=$A6=$A$3


这有点让人困惑。。。“最左边的单元格”总是A列(如果你不是从右到左的国家),你能分享一份你的工作表副本和所需输出的示例吗?我添加了一张工作表和一些注释,希望这有助于澄清。我可能错过了一些非常明显的东西。