在EXCEL中将两列与部分匹配对齐 [英] Aligning two columns with partial matches in EXCEL

查看:260
本文介绍了在EXCEL中将两列与部分匹配对齐的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试对齐具有相同部分值的两列(比如,最多9个第一个字符)。本质上,第二列中的一些电子邮件不在第一列中。我想知道如何将第一列电子邮件与第二列进行匹配。谢谢
示例

解决方案


我想知道如何将第一列电子邮件匹配到第二列。


尝试,

  =比赛(a2&*,b:b,0)


Hey guys I am trying to align two columns that have the same partial values (say, up to the 9 first characters). Essentially, some emails in the second column show up without being in the first column. I would like to know how to match the first column emails to the second column. Thank you example

解决方案

I would like to know how to match the first column emails to the second column.

Try,

=match(a2&"*", b:b, 0)

这篇关于在EXCEL中将两列与部分匹配对齐的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆