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
Google sheets 如何高亮显示从一张图纸到另一张图纸的重复文本_Google Sheets_Formatting_Duplicates - Fatal编程技术网

Google sheets 如何高亮显示从一张图纸到另一张图纸的重复文本

Google sheets 如何高亮显示从一张图纸到另一张图纸的重复文本,google-sheets,formatting,duplicates,Google Sheets,Formatting,Duplicates,我有两张表:一张包含所有个人信息的主数据,另一张每天都有新数据 我想在重复的基础上突出显示新工作表上旧工作表上的文本。在excel中,可以使用条件格式->使用公式确定要格式化的单元格->=第一个单元格=工作表(X)!第一单元 在GoogleSheets中添加间接命令 Ex1:如果对两张图纸上的整个表格感兴趣,则公式为=A1=间接(SheetMaster!A1) 例2:如果对每张图纸中的一列感兴趣:=D2=间接(SheetMaster!D2)您好,先生,您能再解释一下吗。基本上,我突出显示了从旧表

我有两张表:一张包含所有个人信息的主数据,另一张每天都有新数据


我想在重复的基础上突出显示新工作表上旧工作表上的文本。

在excel中,可以使用条件格式->使用公式确定要格式化的单元格->=第一个单元格=工作表(X)!第一单元

在GoogleSheets中添加间接命令

Ex1:如果对两张图纸上的整个表格感兴趣,则公式为=A1=间接(SheetMaster!A1)
例2:如果对每张图纸中的一列感兴趣:=D2=间接(SheetMaster!D2)

您好,先生,您能再解释一下吗。基本上,我突出显示了从旧表到新表的4列。如果你给我举个例子,那将非常有帮助。