I've got 2 columns in Excel that contains product I.D. numbers. I need to find a quick to find out if they are the same and if not return a false value. I tried to do a vlookup but only worked one cell at a time. I need to do it in a faster way.
Item # Item #
1001 1001 True
1002 1002 True
1003 1004 False
How can I achieve this?
Thaks,
RookieDBO
Item # Item #
1001 1001 True
1002 1002 True
1003 1004 False
How can I achieve this?
Thaks,
RookieDBO