Spacing formula

Noah101

New Member
Joined
Sep 10, 2017
Messages
23
Sorry guys, I've done this before but cant get it to work this time

I have a name as such John,Doe but I need an extra space after the comma as such John, Doe

Please assist
 
Last edited:

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.
Just do a Find/Replace, replacing the comma with a comma and a space.
 
Upvote 0
Thanks Joe!

However I was looking for something more automated as I don't want to keep doing this all the time, so I solved it my self it's
=Replace, I needed this in a helper column.

However thank you for your suggestion.

Noah
 
Upvote 0
OK. I am not sure how adding a formula is more automated than doing a Find/Replace (you can do a Replace All to do them all at one time).
If you truly want something automated, VBA would be the way to go. You could turn on the Macro Recorder and record yourself doing the Find/Replace All, and you would then have the code for that.
Then, you could easily replace them all with a single click (if you attach the macro to a button), or a keyboard shortcut, without having to use any helper columns.
 
Upvote 0

Forum statistics

Threads
1,216,215
Messages
6,129,557
Members
449,516
Latest member
lukaderanged

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