Parse data

mabsher

New Member
Joined
Feb 16, 2002
Messages
19
I need a statement that will parse the last eight characters from a text cell

A1= "4B3AG42H31E110359"
=
A2 = "1E110359"

Thanks
 

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college
On 2002-03-05 10:57, mabsher wrote:
I need a statement that will parse the last eight characters from a text cell

A1= "4B3AG42H31E110359"
=
A2 = "1E110359"

Thanks
=RIGHT(A1,8)

Regards,
 
Upvote 0
On 2002-03-05 10:57, mabsher wrote:
I need a statement that will parse the last eight characters from a text cell

A1= "4B3AG42H31E110359"
=
A2 = "1E110359"

Thanks

USE
=RIGHT(A1,8)
 
Upvote 0
On 2002-03-05 10:59, Barrie Davidson wrote:
On 2002-03-05 10:57, mabsher wrote:
I need a statement that will parse the last eight characters from a text cell

A1= "4B3AG42H31E110359"
=
A2 = "1E110359"

Thanks
=RIGHT(A1,8)

Regards,
Have also a macro for this formule.
I want to do the following:
I put in the numbers in column A from a sheet.
Than by recording the macro,the last two numbers are the indentification for the column.Example:

Colum A

100001
101002
110003

Result after the sorting:

A B C

1000
1010 1100

So I have a 750 numbers in column A which I have to sort on the last two numbers in the column A,B,C,D,E, etc.
Is this possible?
Many thanks.
 
Upvote 0
Have also a macro for this formule.
I want to do the following:
I put in the numbers in column A from a sheet.
Than by recording the macro,the last two numbers are the indentification for the column.Example:

Colum A

100001
101002
110003

Result after the sorting:

A B C

1000
1010 1100

So I have a 750 numbers in column A which I have to sort on the last two numbers in the column A,B,C,D,E, etc.
Is this possible?
Many thanks.

I'm sorry, but I don't understand your requirements. Can you clarify what you want to do here please?

Thanks,
 
Upvote 0

Forum statistics

Threads
1,213,546
Messages
6,114,253
Members
448,556
Latest member
peterhess2002

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