过滤Google表格中的值

时间:2017-02-13 14:49:44

标签: excel google-sheets

我将要一个电子表格,我需要在一个工作表的一列中查找一个值,然后在另一个工作表的另一列中返回该值。在这里,我必须在查找表中显示所有其他列。

Here I have to display all the other column in the lookup sheet.

我已使用 if (IDAddresses.contains(i)) { System.out.println("Account found"); } else { System.out.println("Account not found"); } 在另一张表格中返回该值,但我只获得了一列。

如何显示与过滤列关联的其他列?

1 个答案:

答案 0 :(得分:0)

将过滤器的范围更改为要返回的列。像:

=filter(DEC_JAN!A5:J82,DEC_JAN!F5:F82<65)