bobbyexcel
Board Regular
- Joined
- Nov 21, 2019
- Messages
- 88
- Office Version
- 365
- Platform
- Windows
Can someone help me on my below requirement please. My data looks like this and I want to check the rows matching or not but they are comma separated..
I've A,B columns and want to get the result(Match or not) in column C.
I've A,B columns and want to get the result(Match or not) in column C.
Book2 | |||||
---|---|---|---|---|---|
A | B | C | |||
1 | Data 1 | Data 2 | Result | ||
2 | abc, bcc | bcc, abc | Match | ||
3 | xyz, mno | abc, xyz | UnMatch | ||
4 | mno, tuv | mno, tuv | Match | ||
5 | abb, bbc | abb, bbc | Match | ||
Sheet1 |