Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a lot of imported data, unfortunately the post code and city is
stored in a single cell, in the form of 12159 Berlin Does anybody have a procedure for removing one or the other from the cells,? thanks Portroe |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Portroe
if you have only German style zip codes try Zip: =LEFT(A1,5) City: =MID(A1,7,255) or use 'Data - Text to columns' Frank portroe wrote: I have a lot of imported data, unfortunately the post code and city is stored in a single cell, in the form of 12159 Berlin Does anybody have a procedure for removing one or the other from the cells,? thanks Portroe |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks frank,
they are only German zip codes, Portroe Frank Kabel wrote: Hi Portroe if you have only German style zip codes try Zip: =LEFT(A1,5) City: =MID(A1,7,255) or use 'Data - Text to columns' Frank portroe wrote: I have a lot of imported data, unfortunately the post code and city is stored in a single cell, in the form of 12159 Berlin Does anybody have a procedure for removing one or the other from the cells,? thanks Portroe |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
split the content of cell | Excel Worksheet Functions | |||
Split cell content | Excel Discussion (Misc queries) | |||
How to split Cell content into two resulting cells | Excel Worksheet Functions | |||
Split cell values based on content | Excel Worksheet Functions | |||
split cell content without using a specific character/sign | Excel Programming |