I want to separate the number in the model, such as Shit
From right to left
I wish the solution by the formula
I am using Office 2003
I want to separate the number in the model, such as Shit
From right to left
I wish the solution by the formula
I am using Office 2003
Spreadsheet Formulas
Cell Formula
C3 =MID($A3,8,1)
D3 =MID($A3,7,1)
E3 =MID($A3,6,1)
F3 =MID($A3,5,1)
G3 =MID($A3,4,1)
H3 =MID($A3,3,1)
I3 =MID($A3,2,1)
J3 =MID($A3,1,1)
then copy/drag down.
Unfortunately, this is not required
This version of Genius (Mr. Rick Rothstein)
=SUBSTITUTE(MID(TRIM($A$3);COLUMNS($B10:B10);1);" ";" ")
But I want this formula divides the numbers from right to left
Last edited by mahmoud-lee; 02-27-2014 at 06:17 PM.
Why the first 2 numbers are reversed and the third one is not reversed. What is the rule?
Because the total number consisting of 8 digits
These two digits only
OK
Put this formula in C3
=MID($A3,11-COLUMN(),1) then drag to the right and down.
The same problem
The problem appears when the number is equal to two digits
Thank you very much
Excellent thinking
Sorry,for the effort
Hi
In C3 and copied down & across,
=IF(LEN($A3)=2,MID(REPT("-",$C$1-LEN($A3))&$A3,COLUMNS($C3:C3),1),MID($A3&REPT("-",$C$1-LEN($A3)),$C$1-COLUMNS($C3:C3)+1,1))
Cheers !
Excel Range to BBCode Table
Use Social Networking Tools If You Like the Answers !
Message to Cross Posters
@ Home - Office 2010/2013/2016 on Win 10 (64 bit); @ Work - Office 2016 on Win 10 (64 bit)
Bookmarks