Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想从包含不同字母数字代码(如 IFCW123456-BLACK)的范围中匹配数字代码:123456。
您能否为此建议一些excel公式。
谢谢。
您可以尝试使用函数 FIND:
= FIND (123456, <细胞间隔>)