简体   繁体   English

VLookup 在谷歌表格上的多个结果

[英]VLookup multiple Results on Google Sheets

Im Trying to Filter a list with Listitems and their Properties in Google Sheets.我正在尝试在 Google 表格中过滤包含 Listitems 及其属性的列表。 For that I normally use Vlookup.为此,我通常使用 Vlookup。 Now I know that Vlookup only shows the first result, is there a way to find multiples and combine them into a comma seperated list?现在我知道 Vlookup 只显示第一个结果,有没有办法找到倍数并将它们组合成一个逗号分隔的列表?

Heres an Example:这是一个例子: 在此处输入图像描述

Try尝试

=textjoin(", ",,filter(B:B,A:A="China"))

在此处输入图像描述

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM