Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/svg/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 选中复选框时高亮显示列的公式-谷歌工作表_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,在下图中-如果有人选中A列(叉车)中的任何复选框-我希望C,D&E的那一行以黄色和粗体突出显示-如下所示 我试着使用条件格式,但意识到我需要一个公式来运行它——因此我问这个问题 提前谢谢 适用于范围C3:D: =$A3=TRUE 嘿@TomSawkins,为了完成这项任务,你尝试了什么?

在下图中-如果有人选中A列(叉车)中的任何复选框-我希望C,D&E的那一行以黄色和粗体突出显示-如下所示

我试着使用条件格式,但意识到我需要一个公式来运行它——因此我问这个问题

提前谢谢


适用于范围C3:D

=$A3=TRUE

嘿@TomSawkins,为了完成这项任务,你尝试了什么?