【发布时间】:2015-08-08 04:44:23
【问题描述】:
我正在使用 Google 表格。有没有办法从 a 列中的一行查询特定信息并获取同一行的所有其他列中的信息?不仅如此,即使原始信息放在多列中,我也希望在一列中列出信息。我希望能够更改搜索查询并且只填充信息而无需更改公式。这是我目前使用的公式:
=IF(A1='Student List'!A2,{'Student List'!B2;'Student List'!C2;'Student List'!D2;'Student List'!E2;'Student List'!F2;'Student List'!G2;'Student List'!H2;'Student List'!I2;'Student List'!J2;'Student List'!K2;'Student List'!L2;'Student List'!M2;'Student List'!N2;'Student List'!O2;'Student List'!P2;'Student List'!Q2})
但是,这只有在我从 A1 中选择信息时才有效,哈哈。任何帮助将不胜感激!
【问题讨论】:
标签: google-sheets