Trim / Substitute Question - Removing CERTAIN Spaces from names in a column

danielrussell2

New Member
Joined
Mar 17, 2016
Messages
17
First post, hope I'm doing everything correctly...I tried searching this and couldn't find what I needed and I'm in a bit of a hurry, so I hope I explain myself well enough that someone can help quickly.

Ok, so here goes:

I copied and pasted a table of data from a website - columns have a name, a position, and statistics for each person. The names came ranked in a single column like this (without the quotations):
"1. Bob Henry"

I used text to columns to get rid of the "1." for each person, with no issues. But now I am left with " Bob Henry". I need to remove the FIRST space ONLY, leaving "Bob Henry". I've tried several formulas - text to columns with a space delimeter doesn't work, it gives me " Bob" and "Henry" in separate columns. I tried the Trim, Substitute, and Trim/Substitute combined, and it just gives me " BobHenry" with the space still in front of the names. I want to only remove the space before the name, and leave the rest.

Can someone help? I'm so frustrated with this...
 

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.
If it's only the first character you want to get rid of, try with the right formula:

RIGHT(A2,len(A2)-1).

Then it doesn't matter what character it is.
 
Upvote 0

Forum statistics

Threads
1,214,402
Messages
6,119,299
Members
448,885
Latest member
LokiSonic

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