indirect data validation w/ numbers and special characters

Livin404

Well-known Member
Joined
Jan 7, 2019
Messages
774
Office Version
  1. 365
  2. 2019
Platform
  1. Windows
Good morning,

I have a workbook where I’m using indirect validation to breakdown compliance procedures for processes we’re required to perform. I’m breaking down our source materials from Sections, to Paragraphs, and finally subparagraphs. After I finished with the base data validation, I may have a paragraph that may look like “26. Passengers with a Unique CIC (MMO, MRS, MEP, Cadet, and Couriers).”

For my name range I have “_26PassengerswithaUniqueCICMMOMRSMEPCadetandCouriers” I can get my spaces in there by using this code. “=indirect(Substitute($B25,” “,””))” .

So I end up with _26 Passengers with a unique CIC MMO MRS MEP Cadet and Couriers

I’m trying to remove the “_” at the beginning and add”.”, “(“,”)” etc. I would greatly appreciate any help in this matter.

Thank you very much indeed.
 

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
Some characters were distorted when I posted. I hope this provides better clarity.

I have a workbook where I’m using indirect validation to breakdown compliance procedures for processes we’re required to perform. I’m breaking down our source materials from Sections, to Paragraphs, and finally subparagraphs. After I finished with the base data validation, I may have a paragraph that may look like “26. Passengers with a Unique CIC (MMO, MRS, MEP, Cadet, and Couriers).”

For my name range I have “_26PassengerswithaUniqueCICMMOMRSMEPCadetandCouriers” I can get my spaces in there by using this code. “=indirect(Substitute($B25,” “,””))” .

So I end up with _26 Passengers with a unique CIC MMO MRS MEP Cadet and Couriers

I’m trying to remove the “_” at the beginning and add”.”, “(“,”)” etc. I would greatly appreciate any help in this matter.
 
Upvote 0

Forum statistics

Threads
1,223,246
Messages
6,170,988
Members
452,373
Latest member
TimReeks

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