用vlookup匹配音标存在一个问题:一个同时有大小写拼写相同的单词和一字两音的单词,匹配出来都只有一个,即只匹配了第一个单词,而第二个单词未匹配。如China, china只匹配了China;may,May只匹配了may;permit 只匹配了/pəˈmɪt pər-/而未匹配/ˈpɜːrmɪt ˈpɜːr-, pərˈmɪt/
请坛友帮忙解决,多谢!
匹配音标问题.xlsx (191.2 KB)
excel做不了的,可以通过小程序做。awk了解吗?几行程序就能解决了。如果需帮忙可以发txt文件和要求说明。
我谷歌而已。不会别问我。
Excel VLOOKUP For Multiple Results
The best way to lookup all the matches is the FILTER function, which is available for Excel Online and Excel for Microsoft 365.
Other Excel users will have to use a workaround to return all the matches, but it is still possible.
=FILTER(array,include,[if_empty])
1 Like
多谢!指个路就行。没时间和精力系统学习。学一点算一点。