【发布时间】:2014-10-23 15:14:41
【问题描述】:
我在 Excel 2010 中需要垂直搜索方面的帮助。
我有一个包含两张纸的文档,每张纸中都有一个包含数据的表格...
sheet one
A B C D
123 sth sth 'need to find and copy value from second sheet(key is collumn A); formula here
321
678
845
983
sheet two
A B C
123, 321 sth 100 'looking for this value, copy 100 to first sheet to key 123 and also 321
678 99 'value for key 678 in sheet one
845, 983 82 'value for keys 845 and 983 in sheet one ..
我使用 vlookup(),但是当我在一个单元格中有两个用逗号分隔的值时,它不起作用,我必须手动完成。
是否有类似 vlookup 的函数可以与 left() 和 right() 函数结合使用,还是必须使用更复杂的 VB 宏?
我无法更改这些工作表的布局 ...
谢谢。
【问题讨论】:
标签: search excel-2010 vlookup