Data Validation of a cell with multiple values

PicklePinata

New Member
Joined
Aug 22, 2017
Messages
2
Hi everyone,
I hope someone here can help me. I've poured through posts to no avail.

So I have a table with values (initials of people) in a control sheet.
I want to be able to have a cell verify if the initials that are being inputted are on that table. It sounds like a standard Data validation question but the kicker is that each cell can have more than one initial (Separated by commas).

Example:
Cell D2 contains "XX1, XX2, XX6"

XX1 and XX2 are on the list of approved initials, but XX6 is not. I want an error to pop up saying that XX6 is not a valid initial.

Any help on this would be super appreciated!
 

Excel Facts

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.
It would probably be better if you could restrict initials to just 1 per cell. Or, if that is not possible, you could use a formula/s in helper columns to break the initials out, then test them?
 
Upvote 0

Forum statistics

Threads
1,214,985
Messages
6,122,602
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