Please I want a formular that will enable me extract second to the last digits in these sets of numbers:
No. Numbers to be extracted
789 8
1469 6
451 5
532 3
491 9
Please any contribution will be highly appreciated.
Please I want a formular that will enable me extract second to the last digits in these sets of numbers:
No. Numbers to be extracted
789 8
1469 6
451 5
532 3
491 9
Please any contribution will be highly appreciated.
Try
=MID(A2,LEN(A2)-1,1)+0
=1*mid(A1,len(A1)-1,1)
Just for fun:
![]()
Please Login or Register to view this content.
Would you like to say thanks? Please click the: "Add Reputation" button, on the grey bar below the post.
More fun
=--MID(A2,LEN(A2)-1,1)
If you like my answer please click on * Add Reputation
Don't forget to mark threads as "Solved" if your problem has been resolved
"Nothing is so firmly believed as what we least know."
--Michel de Montaigne
Number vs text fun:
![]()
Please Login or Register to view this content.
With no text functions...
=INT(MOD(A1/100,1)*10)
And this
=REPLACE(REPLACE(A2,1,LEN(A2)-2,""),2,1,"")
and this for number
=--REPLACE(REPLACE(A2,1,LEN(A2)-2,""),2,1,"")
Last edited by AlKey; 11-27-2013 at 01:29 PM.
New favourite thread.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks