Google 张:Arrayformula with importrange

Google sheets: Arrayformula with importrange

我正在尝试使用组合的 arrangeformula 和 importrange 公式。我想要来自 spreadsheet1:Table1 P4 value would be taken to spreadsheet2 C3 cell: Table2 的那个,只有当我将新的 link 添加到“L”列时,它才会将自动值放在 C4 上。所以我想使用 arrangeformula 所以它会在整个列上工作,但我想从我添加的所有 links 中修复它会采用相同的“P4”值。可能吗?

没有解决办法。参见 link1 and

尽你所能

={IFERROR(IMPORTRANGE($L3;"Lapas1!A2");"");
IFERROR(IMPORTRANGE($L4;"Lapas1!A2");"");
IFERROR(IMPORTRANGE($L5;"Lapas1!A2");"");
IFERROR(IMPORTRANGE($L6;"Lapas1!A2");"")}

次数不限