How to check in one cell formula that all values in column A (which can be repeated) appear in Col B at least once

emedley

New Member
Joined
Nov 17, 2015
Messages
23
Example: Two columns, A and B

[TABLE="width: 151"]
<tbody>[TR]
[TD]A
bean
carrot
pea
bean
bean
apple
tomato
mango
apple
beetroot

[/TD]
[TD]B
pea
carrot
bean
beetroot







[/TD]
[/TR]
</tbody>[/TABLE]

In the above example some values in A are missing in B.

What I would like to do:
Using a formula in one cell only, look at all values in Column A to verify if they appear at least once in column B, so the answer from the formula only needs to be TRUE or FALSE.
 
Last edited:

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
The reason for this is just to be able to quickly verify if any values are missing in col B. In this case I don't need to know what is missing.
 
Upvote 0

Forum statistics

Threads
1,225,760
Messages
6,186,874
Members
453,381
Latest member
tcell

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