How to get remaining text or numbers

Salamullah

Board Regular
Joined
Mar 28, 2011
Messages
221
Hi Experts,

I have account codes in column A, I want to separate them as follows, I am facing difficulty to apply formula to get in last column which is not fixed, please help

I have applied in Column B =LEFT(A1,4) and Column C =MID(A1,5,4) but need formula in Column D to get remaining of Column B & C

[TABLE="width: 500"]
<tbody>[TR]
[TD]AAAA3333MAX[/TD]
[TD]AAAA[/TD]
[TD]3333[/TD]
[TD]MAX[/TD]
[/TR]
[TR]
[TD]AAAA4444JUMP[/TD]
[TD]AAAA[/TD]
[TD]4444[/TD]
[TD]JUMP[/TD]
[/TR]
[TR]
[TD]BBBB55553159RMP[/TD]
[TD]BBBB[/TD]
[TD]5555[/TD]
[TD]3159RMP[/TD]
[/TR]
</tbody>[/TABLE]
 

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
See next formaula
=RIGHT(A1,LEN(A1)-8)
 
Upvote 0

Forum statistics

Threads
1,224,823
Messages
6,181,180
Members
453,021
Latest member
Justyna P

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