Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/facebook/8.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 数组#u公式+;VLookUp没有显示桌子_Google Sheets_Vlookup - Fatal编程技术网

Google sheets 数组#u公式+;VLookUp没有显示桌子

Google sheets 数组#u公式+;VLookUp没有显示桌子,google-sheets,vlookup,Google Sheets,Vlookup,我试图在谷歌表单中根据日期提取表中重复的水果(我想保留最新的)。所以我使用VLookUp,但我只能提取一列。我试着将列号放在{1;2;3;4}之间,但没有效果 有没有办法只用一个公式就能做到这一点 =ARRAYFORMULA(IFERROR(VLOOKUP(唯一的(A1:A6);A1:D6;1);“”)) 试试: =SORTN(SORT(A:D; 4; 1); 9^9; 2; 1; 0)

我试图在谷歌表单中根据日期提取表中重复的水果(我想保留最新的)。所以我使用VLookUp,但我只能提取一列。我试着将列号放在
{1;2;3;4}
之间,但没有效果

有没有办法只用一个公式就能做到这一点

=ARRAYFORMULA(IFERROR(VLOOKUP(唯一的(A1:A6);A1:D6;1);“”))

试试:

=SORTN(SORT(A:D; 4; 1); 9^9; 2; 1; 0)