Excel 2010, data validation - strip - on peoples names obtained from sharepoint

Sayth

Board Regular
Joined
Jun 4, 2010
Messages
212
I am trying to validate user names against another report. In my current excel report I have names obtained from a sharepoint name select.

such as
Code:
MCCARTHY, Sam;#1100;#JOKIL, Ricke;#1346;#OMARA, Jill;#4111
these are all contained within one cell.

If I attempt to use Text to columns, it is easily thrown by usernames that have 3 names and some of the formatting # etc.

Is there an option to copy in place but strip all non text characters excluding ';' and ',', except where they resolve to ';;'?

So that the output format would be in one cell.
Code:
MCCARTHY, Sam;JOKIL, Ricke;OMARA, Jill;
 

Excel Facts

Quick Sum
Select a range of cells. The total appears in bottom right of Excel screen. Right-click total to add Max, Min, Count, Average.

Forum statistics

Threads
1,214,391
Messages
6,119,247
Members
448,879
Latest member
oksanana

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