Formula To Remove Letters

Dazzawm

Well-known Member
Joined
Jan 24, 2011
Messages
3,786
Office Version
  1. 365
Platform
  1. Windows
Is there a formula that will take the first 4 letters out of a cell and put them in another i.e

A1 has Good Morning, I want Good left in A1 and Morning put in B1. This just an example and text to columns wont work as there is too much data around the cells.

I dont know if there is a IF/Replace formula or something. Thanks.
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
Is there a formula that will take the first 4 letters out of a cell and put them in another i.e

A1 has Good Morning, I want Good left in A1 and Morning put in B1. This just an example and text to columns wont work as there is too much data around the cells.

I dont know if there is a IF/Replace formula or something. Thanks.

Just insert a column to the right of the column, and use the Text to Columns tool. That should pose no issue with the amount of "data around the cells".
 
Upvote 0
Just insert a column to the right of the column, and use the Text to Columns tool. That should pose no issue with the amount of "data around the cells".

What Listed was an example and within the cells are more like sentences so using text to columns with a space delimiter will split up everything
 
Upvote 0
What Listed was an example and within the cells are more like sentences so using text to columns with a space delimiter will split up everything

If you need to remove the first four letters, use the fixed-width method instead of delimiter.
 
Upvote 0
Thanks I actually sussed that out before you replied. Problem solved. BTW is there no sort of formula to do this then (just to aid my learning).
 
Upvote 0
You could make 2 columns from column A using =left(a1,4) and then =mid(a1,5,25) in the second column.
 
Upvote 0

Forum statistics

Threads
1,224,586
Messages
6,179,710
Members
452,939
Latest member
WCrawford

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