获取多行和多列的vlookup结果


0

作为标题,我被困在我希望获得名称“A”的所有结果的公式。

以下是给出的所有价值。但是,我想得到的名字是“A”。

捕获器

以下是我想要的结果。

捕捉2

在此先感谢您的帮助


尝试=FILTER()

@I' - '我需要它才能在excel中工作..

1
Excel在这里是offtopic。

Answers:


0

=QUERY( A1:D17; "select A, B, C, D where A = 'A'"; 1) 〜>〜>〜>〜>〜> 〜>〜>〜>〜>〜>(EUROPE SYNTAX)

=QUERY( A1:D17, "select A, B, C, D where A = 'A'", 1) (U.S.A. SYNTAX)


我试着和它没有工作

@DD不能。也许你需要逗号版本:=QUERY( A1:D17, "select A, B, C, D where A = 'A'", 1)
gamer0

@用户0我认为这不会在Excel工作

1
@DD这个网站是关于网络应用程序,而不是桌面程序。这个答案适用于Google的电子表格 - docs.google.com/spreadsheets/d / ...
gamer0
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.