ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   how do I UN-concatenate cells (https://www.excelbanter.com/excel-discussion-misc-queries/3089-how-do-i-un-concatenate-cells.html)

julia

how do I UN-concatenate cells
 
I have a string of numbers 00633.84010.12740.0000.10101 that I need to break
out into the separate components.

Dave O

Is the string of numbers always 5 numbers, a dot, 5 numbers, a dot,
etc? If it's *always* in that format you can use a MID() function. If
the separate components are between dots but irregularly spaced it
becomes trickier.

If it's the easy scenario, and supposing your string is in cell A1, try
=MID(A1,1,5)
=MID(A1,7,5)
=MID(A1,13,5)
etc


Graham Haughs

Hi Julia,
If you try Data Text to Columns and follow the options, this
may be what you are after.

Regards
Graham

julia wrote:
I have a string of numbers 00633.84010.12740.0000.10101 that I need to break
out into the separate components.



All times are GMT +1. The time now is 05:52 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com