Hi! The goal is to achieve sheet3. I have sheet1 (all data). I want to exclude data in sheet2 from sheet1 to produce sheet3 as the final outcome.
Is there any excel functions that I could paste? Thanks!
Hi! The goal is to achieve sheet3. I have sheet1 (all data). I want to exclude data in sheet2 from sheet1 to produce sheet3 as the final outcome.
Is there any excel functions that I could paste? Thanks!
See if this works for you:
=FILTER(Sheet1!A2:A50,Sheet1!A2:A50<>Sheet2!A2:A50)
Ali
Enthusiastic self-taught user of MS Excel who's always learning!
Don't forget to say "thank you" in your thread to anyone who has offered you help. It's a universal courtesy.
You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.
NB: as a Moderator, I never accept friendship requests.
Forum Rules (updated August 2023): please read them here.
Actually, I think this would be better:
=FILTER(Sheet1!A2:A50,NOT(COUNTIF(Sheet2!A2:A50,Sheet1!A2:A50)))&""
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks