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 GoogleSheets:在另一个单元格中打印输出_Google Sheets_Unique_Google Sheets Formula - Fatal编程技术网

Google sheets GoogleSheets:在另一个单元格中打印输出

Google sheets GoogleSheets:在另一个单元格中打印输出,google-sheets,unique,google-sheets-formula,Google Sheets,Unique,Google Sheets Formula,如果在B1单元格上使用公式:=UNIQUE(A1:A9),则B列将填充从A1到A9的唯一外观。换句话说:它将删除重复项 问题是,如果我想对C列的A到Z进行排序,公式将被移动到其他位置,因此它将停止工作 到目前为止,我的解决办法是: 然而,你会同意这不是最优雅的解决方案 我想知道是否可以使用Z1中的公式从Z3开始打印输出 可能吗 我想知道是否可以使用Z1中的公式从Z3开始打印输出 在Z1中使用: ={""; ""; UNIQUE(I3:I313)} 美好

如果在B1单元格上使用公式:
=UNIQUE(A1:A9)
,则B列将填充从A1到A9的唯一外观。换句话说:它将删除重复项

问题是,如果我想对C列的A到Z进行排序,公式将被移动到其他位置,因此它将停止工作

到目前为止,我的解决办法是:

然而,你会同意这不是最优雅的解决方案

我想知道是否可以使用Z1中的公式从Z3开始打印输出

可能吗

我想知道是否可以使用Z1中的公式从Z3开始打印输出

在Z1中使用:

={""; ""; UNIQUE(I3:I313)}

美好的在理解了您的公式之后,我使用了以下公式(在Z2中使用):
={“无重复”;UNIQUE(I3:I)}