=RIGHT(A1,8)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
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
Have also a macro for this formule.On 2002-03-05 10:59, Barrie Davidson wrote:
=RIGHT(A1,8)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
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.