Find and Match Between Two Lists, Delete Matched Ones and List Again

zakmuh

New Member
Joined
Apr 24, 2014
Messages
31
Hi,
Please see attached screenshot below.....In Googlesheet, Ive done it to find matching VERO titles and lists it in column E. I now want it to get those from the columns A and B, delete matching vero titles + SKUs and then put the rest in column G and H as shown. Would this be possible with a formula?

Formula currently used:
D5 =ARRAYFORMULA(IFERROR(LOOKUP(2,1/SEARCH(" "&C5&" "," "&$B$5:$B$11&" "),$B$5:$B$11),""))
E5 =IFERROR(filter(D5:D11,D5:D11<>""))

Capture.JPG



Thank you very much in advance
 

Excel Facts

Format cells as date
Select range and press Ctrl+Shift+3 to format cells as date. (Shift 3 is the # sign which sort of looks like a small calendar).
Found the solution:

F5 =IF(COUNTIF(D6:D12,B6)=0,A6,"") G5 =IF(COUNTIF(D6:D12,B6)=0,B6,"")

I5 =IFERROR(filter(F5:F11,F5:F11<>"")) J5 =IFERROR(filter(G5:G11,G5:G11<>""))


Capture.JPG


Cheers
 
Upvote 0
Solution

Forum statistics

Threads
1,223,374
Messages
6,171,727
Members
452,419
Latest member
mapa

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top