Hi new user 1st post
I have read through and found how to match data from one column against another using =IF(ISNUMBER(MATCH(A2,B:B,0)),A2,"") and that’s fine.
But how would I display the items that didn’t match?
![]()
Hi new user 1st post
I have read through and found how to match data from one column against another using =IF(ISNUMBER(MATCH(A2,B:B,0)),A2,"") and that’s fine.
But how would I display the items that didn’t match?
![]()
Try:
=IF(ISNA(MATCH(A2,B:B,0)),A2,"")
Where there is a will there are many ways.
If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner
Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.
Thanks
Worked a Treat!!![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks