Best way to have word to show which words uniquely show in list 3 that are not in list 1 and 2, 4, 5 etc.

Zelmai

New Member
Joined
Jun 8, 2021
Messages
2
Office Version
  1. 365
Platform
  1. Windows
In the attached spreadsheet, in sheets b1, b2, and b3 the first column contains a list of words. In column f of b2 I have formula that compares column a of b2 with column a of b1 and shows all the unique words. This is fine.

However I can't figure out a way to in b3 have column f compare the list of words in column a of b3 with both column a of b1 and b2 and list out words that don't appear in either column a of b1 or column a of b2.

I plan to add lots more sheets, about 65 total and each new sheet will need to see which new words it presents that aren't in column a of any of the previous sheets. So it would be helpful to have the easiest way possible to do this.
 

Excel Facts

Return population for a City
If you have a list of cities in A2:A100, use Data, Geography. Then =A2.Population and copy down.
Here is the formula in sheet b2 f2
=FILTER('B2'!A2:D1000,if('B2'!A2:A1000="",FALSE,nOT(ISNUMBER(match('B2'!A2:A1000,'B1'!A2:A1000, 0)) )))
 

Attachments

  • Screenshot_20210608-170306.png
    Screenshot_20210608-170306.png
    140 KB · Views: 3
  • Screenshot_20210608-170253.png
    Screenshot_20210608-170253.png
    217.3 KB · Views: 3
  • Screenshot_20210608-170249.png
    Screenshot_20210608-170249.png
    101.7 KB · Views: 5
Upvote 0

Forum statistics

Threads
1,214,979
Messages
6,122,561
Members
449,089
Latest member
Motoracer88

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