Requirement:
The user trying to compare type A column with type B column if they match or not, which formula would provide the desired result?
Solution:
Code:
=IF(A2=B2,"Match","Not Match")
Obtained from the OzGrid Help Forum.
Solution provided by Carim.
See also: Index to Excel VBA Code and Index to Excel Freebies and Lesson 1 - Excel Fundamentals and Index to how to… providing a range of solutions and Index to new resources and reference sheets
See also:
How to use multiple match, including a number between two specified values |
How to obtain validation list values from 3 columns based on INDEXMATCH of value offset from cell |
How to use match formulae: input data range based on cell value |
How to use a formula to return multiple matches in separate rows |
Click here to visit our Free 24/7 Excel/VBA Help Forum where there are thousands of posts you can get information from, or you can join the Forum and post your own questions.