在excel中,如何检查不同列中单元格的匹配并返回其旁边的单元格值?
sheet 1
A B C
1 GRADE3 return "abc, ddd" here <-checkMatch
2 GRADE4 return "eee" here
sheet 2
GRADE3 abc
GRADE3 abc
GRADE3 ddd
GRADE4 eee
检查匹配,
单元格 C1,返回 2 或 "abc, ddd"
单元格 C2,返回 1 或“eee”