小编Jam*_*mes的帖子

Excel VLookup公式中的分隔查找字符串

数据表值

                           A                                       B
Life Insurance;Banks;Non-life Insurance;Nonlife Insurance     Manufacturing
Mobile Telecommunications;Fixed Line Telecommunications        Retailing
Run Code Online (Sandbox Code Playgroud)

查找值

    A                                             Return
Life Insurance                                 Manufacturing
NonLife Insurance                              Manufacturing
Mobile Telecommunications                      Retailing
Run Code Online (Sandbox Code Playgroud)

目前确实如此

查找值

    A                                             Return
Life Insurance                                 Manufacturing
NonLife Insurance                              Retailing
Mobile Telecommunications                      Retailing
Run Code Online (Sandbox Code Playgroud)

在'返回'栏中我有

= IFERROR(INDEX($ F $ 32:$ F $ 33 MATCH(H31,LEFT($ E $ 32:$ E $ 33 SEARCH( ";",$ E $ 32:$ E $ 33,1)-1)),0) ,IFEXROR(INDEX($ F $ 32:$ F $ 33,MATCH(H31,MID)($ E $ 32:$ E $ 33,搜索(";",$ E $ 32:$ E $ …

excel vba vlookup

1
推荐指数
1
解决办法
390
查看次数

标签 统计

excel ×1

vba ×1

vlookup ×1