如何比较excel中的两列以从另一列获取值?

时间:2015-12-07 06:07:16

标签: excel formula

请检查图像中的表信息。在excel中,我想将name2列与name1进行比较,如果name2和name1相同,则获取ID1的值。

我应该使用哪种公式。?请帮帮忙。感谢

enter image description here

1 个答案:

答案 0 :(得分:0)

=INDEX(A$2:A$6,MATCH(D2,B$2:B$6,0))

这应该可以解决问题。