Assistance with Formula

volpinex

New Member
Joined
Sep 2, 2019
Messages
4
Hello,

I need to build the following formula, in column A I have legal name and in column B preferred name.
If the Legal cell is blank, I want to return in C the value from B with two other conditions.
Say in A1 the value is blank, in B we have D.OBrien.
What I need in C is D O'Brien
I need to substitute the . with a blank space and the slanted apostrophe with a straight one.
The apostrophe is not always in the same spot.
I tried nesting SUBSTITUTE and ISNUMBER but I keep getting VALUE error.
Thank you for your help!
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
Hi. Try a nested substitute:

=SUBSTITUTE(SUBSTITUTE(B1,"."," "),"’","'")
 
Upvote 0

Forum statistics

Threads
1,213,535
Messages
6,114,192
Members
448,554
Latest member
Gleisner2

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