Hi, I want to split "108/24/21" present in 1 cell to 108,24,21 in three different cells. Please Help
Hi, I want to split "108/24/21" present in 1 cell to 108,24,21 in three different cells. Please Help
ust data/text to columns with / as delimiter
"Unless otherwise stated all my comments are directed at OP"
Mojito connoisseur and now happily retired
where does code go ?
look here
how to insert code
how to enter array formula
why use -- in sumproduct
recommended reading
wiki Mojito
how to say no convincingly
most important thing you need
Martin Wilson: SPV
and RSMBC
http://office.microsoft.com/en-us/ex...001149851.aspx
as for formula
if a1=108/24/21 then in
b1=TRIM(LEFT(SUBSTITUTE($A1,"/",REPT(" ",50)),20))
c1=TRIM(MID(SUBSTITUTE($A1,"/",REPT(" ",50)),50,50)) d1=TRIM(RIGHT(SUBSTITUTE($A1,"/",REPT(" ",50)),20))
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks