Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I need to take the string of characters from one cell and split it into 3
separate cells. Is there a formula that can accomplish this? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You could use datatext to columnsfixed
or =left(a1,2) or mid(a1,1,2) -- Don Guillett Microsoft MVP Excel SalesAid Software "jsm1th" wrote in message ... I need to take the string of characters from one cell and split it into 3 separate cells. Is there a formula that can accomplish this? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copy all but last 9 characters of a cell | Excel Discussion (Misc queries) | |||
How can I copy more than 255 characters in a cell without truncati | Excel Discussion (Misc queries) | |||
How do I copy more than 255 characters per cell? | Excel Discussion (Misc queries) | |||
How to copy the cell contains above 255 characters from one sheet. | Excel Discussion (Misc queries) | |||
Move Copy sheet with cell having more than 255 characters | Excel Programming |