1

我正在尝试搜索数据以在一个单元格中获取多个 VLOOKUP 结果(逗号分隔)。例如,我有一个电子表格:

product_id | product_name
--------------------------
123        | product A
456        | product B
789        | product C

第二个:

product_image   |
--------------------------
123_first.jpg   |
123_second.jpg  |
123_third.jpg   |
456_first.jpg   |
456_sec ........

我正在努力实现:

product_id | product_name | product_images
--------------------------------------------
123        | product A    | 123_first.jpg, 123_second.jpg, 123_third.jpg
456        | product B    | 456_first.jpg, 456_second.jpg, 456_third.jpg
789        | product C    | 789_first.jpg, 789_second.jpg, 789_third.jpg
4

0 回答 0