wilsonwilson4
New Member
- Joined
- Jun 25, 2015
- Messages
- 13
Hi All,
Sorry i am new in mr.excel. I am wondering if there is anyway to replace "&" in Match formula and use range instead?
I have a large data set that need to compare and found if there is any different. I found that using match is very useful but it will be painful if there are many columns to be compared.
=Match(A2&B2&C2, $H$2:$H$4&$I$2:$I$4&$J$2:$J$4,0)
For example
Data Set 1 A - C column
Data Set 2 H-J Column
In this case Data 2 - 222 - will have N/A or not match with data set 1
Sorry i am new in mr.excel. I am wondering if there is anyway to replace "&" in Match formula and use range instead?
I have a large data set that need to compare and found if there is any different. I found that using match is very useful but it will be painful if there are many columns to be compared.
=Match(A2&B2&C2, $H$2:$H$4&$I$2:$I$4&$J$2:$J$4,0)
For example
Data Set 1 A - C column
Data 1 | Data 2 | Data 3 |
123 | A | D |
222 | B | E |
333 | C | F |
Data Set 2 H-J Column
In this case Data 2 - 222 - will have N/A or not match with data set 1
Data 1 | Data 2 | Data 3 |
123 | A | D |
222 | B | D |
333 | C | F |