Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default split cell content

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,885
Default split cell content

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default split cell content

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
split the content of cell cosmic Excel Worksheet Functions 3 May 28th 10 04:48 PM
Split cell content PK Excel Discussion (Misc queries) 3 March 5th 10 08:36 PM
How to split Cell content into two resulting cells [email protected] Excel Worksheet Functions 1 October 23rd 06 12:30 PM
Split cell values based on content mel Excel Worksheet Functions 4 March 30th 05 04:03 PM
split cell content without using a specific character/sign Donald Lloyd Excel Programming 0 July 31st 03 11:10 PM


All times are GMT +1. The time now is 12:36 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"