Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
In Cell A1 I have two types of text: 5/3 or 15/2
In Cell A2 I want a formula that changes the A1 text to 053 or 152. Cheers GK |
#2
![]() |
|||
|
|||
![]()
Try in A2: =TEXT(SUBSTITUTE(A1,"/",""),"000")
-- Rgds Max xl 97 --- GMT+8, 1° 22' N 103° 45' E xdemechanik <atyahoo<dotcom ---- "gregork" wrote in message ... In Cell A1 I have two types of text: 5/3 or 15/2 In Cell A2 I want a formula that changes the A1 text to 053 or 152. Cheers GK |
#3
![]() |
|||
|
|||
![]()
Thanks for your solution Max.
regards GK "Max" wrote in message ... Try in A2: =TEXT(SUBSTITUTE(A1,"/",""),"000") -- Rgds Max xl 97 --- GMT+8, 1° 22' N 103° 45' E xdemechanik <atyahoo<dotcom ---- "gregork" wrote in message ... In Cell A1 I have two types of text: 5/3 or 15/2 In Cell A2 I want a formula that changes the A1 text to 053 or 152. Cheers GK |
#4
![]() |
|||
|
|||
![]()
You're welcome !
-- Rgds Max xl 97 --- GMT+8, 1° 22' N 103° 45' E xdemechanik <atyahoo<dotcom ---- "gregork" wrote in message ... Thanks for your solution Max. regards GK |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel should allow me to change text color & font within tabs. | Excel Discussion (Misc queries) | |||
how do I change the text case of imported data in excel? | Excel Discussion (Misc queries) | |||
how to change data in worksheet in text without confirming each s. | Excel Discussion (Misc queries) | |||
change typed text to upper case | Excel Discussion (Misc queries) | |||
How to change text in multiple cells from Uppercase to proper cas. | Excel Worksheet Functions |