简体   繁体   中英

VLookup multiple Results on Google Sheets

Im Trying to Filter a list with Listitems and their Properties in Google Sheets. For that I normally use 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?

Heres an Example: 在此处输入图像描述

Try

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

在此处输入图像描述

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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