Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 328
Default One VERY LONG row... break it down?

I have imported general information for about 300 employees into Excel, but
it all went into just ONE row. Is there a way to break it out into the
appropriate rows? (Name, address, city, state, zip, age, gender, etc.)

Thanks!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9
Default One VERY LONG row... break it down?

Lisa,

You can try experimenting with the Data | Text to Column feature, using
different delimiters (Space, Tab, etc.)

HTH,

Jeff

"Lisa" wrote in message
...
I have imported general information for about 300 employees into Excel, but
it all went into just ONE row. Is there a way to break it out into the
appropriate rows? (Name, address, city, state, zip, age, gender, etc.)

Thanks!



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 328
Default One VERY LONG row... break it down?

I've been trying that, but there are no punctuation marks (commas, tabs..)
In cell A1 is a name, A2 is address, A3 is city, A4 is state, A 5 is zip, A6
is name, A7 is address, etc.

"Jeffrey W. Smith" wrote:

Lisa,

You can try experimenting with the Data | Text to Column feature, using
different delimiters (Space, Tab, etc.)

HTH,

Jeff

"Lisa" wrote in message
...
I have imported general information for about 300 employees into Excel, but
it all went into just ONE row. Is there a way to break it out into the
appropriate rows? (Name, address, city, state, zip, age, gender, etc.)

Thanks!




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 903
Default One VERY LONG row... break it down?

Better to fix it at the source if you can,
you really should have each employee on it's own
row, and some kind of delimiter between each field.
There is the remote possible that such delimiters are present and you
don't see them -- do you have square bullets between data items.
--
HTH,
David McRitchie, Microsoft MVP -- Excel
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm


"Jeffrey W. Smith" wrote in message ...
Lisa,

You can try experimenting with the Data | Text to Column feature, using
different delimiters (Space, Tab, etc.)

HTH,

Jeff

"Lisa" wrote in message
...
I have imported general information for about 300 employees into Excel, but
it all went into just ONE row. Is there a way to break it out into the
appropriate rows? (Name, address, city, state, zip, age, gender, etc.)

Thanks!



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default One VERY LONG row... break it down?

Lisa

Your subject line states "very long row" but it looks like you meant "very long
column".

"etc." is not too descriptive of the actual data.

Is there a consistent number of entries for each employee in the column?

i.e. 8 rows, 9 rows?

Separated by a blank row or not at each employee?

Some consistency that would allow picking and transposing the data for each
employee to one row across columns?


Gord Dibben MS Excel MVP

On Thu, 25 Oct 2007 14:27:00 -0700, Lisa wrote:

I've been trying that, but there are no punctuation marks (commas, tabs..)
In cell A1 is a name, A2 is address, A3 is city, A4 is state, A 5 is zip, A6
is name, A7 is address, etc.

"Jeffrey W. Smith" wrote:

Lisa,

You can try experimenting with the Data | Text to Column feature, using
different delimiters (Space, Tab, etc.)

HTH,

Jeff

"Lisa" wrote in message
...
I have imported general information for about 300 employees into Excel, but
it all went into just ONE row. Is there a way to break it out into the
appropriate rows? (Name, address, city, state, zip, age, gender, etc.)

Thanks!







  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 328
Default One VERY LONG row... break it down?

No, there is NOTHING there... I went through and tried each delimiter
within Excel and none of the options did anything.

"David McRitchie" wrote:

Better to fix it at the source if you can,
you really should have each employee on it's own
row, and some kind of delimiter between each field.
There is the remote possible that such delimiters are present and you
don't see them -- do you have square bullets between data items.
--
HTH,
David McRitchie, Microsoft MVP -- Excel
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm


"Jeffrey W. Smith" wrote in message ...
Lisa,

You can try experimenting with the Data | Text to Column feature, using
different delimiters (Space, Tab, etc.)

HTH,

Jeff

"Lisa" wrote in message
...
I have imported general information for about 300 employees into Excel, but
it all went into just ONE row. Is there a way to break it out into the
appropriate rows? (Name, address, city, state, zip, age, gender, etc.)

Thanks!




  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 903
Default One VERY LONG row... break it down?

Hi Lisa,

My priorities would be
1) check what you have
- change the .csv extension to .txt and look at in notepad
to see if things line up if they do then use File, import wizard
and column widths.
- see if you at least see rows of data
2) Check if there are hidden delimiters
- use a hex editor/browser to see what you have and if you can
work with it.
3) Contact the supplier and see if you can get the file
in the format that you can use with Excel.

Details:

Change the file extension from .csv to .txt and look at
it in notepad to see if columns line up, if they do then
use the file import wizard in Excel.

Checking each delimiter in the Text to Columns may
not be good enough using =CODE(MID(A1,10,1))
would tell you what the actual character is at position 10.

A hex editor would be much better
http://en.wikipedia.org/wiki/Hex_editor

Did a Google Search and most of the hex editor
sites are pay for and/or sites with McAfee advisory red
or yellow warnings.

This one was listed near the top of the first reference on the wiki
page and would be the author's site.
HxD - Freeware Hex Editor and Disk Editor | mh-nexus
http://mh-nexus.de/hxd/
and it looks to be good with loads of capabilities,
installed Beta 1.7.1 version, and looks good.
--
HTH,
David McRitchie, Microsoft MVP -- Excel
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm


"Lisa" wrote in message ...
No, there is NOTHING there... I went through and tried each delimiter
within Excel and none of the options did anything.

"David McRitchie" wrote:

Better to fix it at the source if you can,
you really should have each employee on it's own
row, and some kind of delimiter between each field.
There is the remote possible that such delimiters are present and you
don't see them -- do you have square bullets between data items.
--
HTH,
David McRitchie, Microsoft MVP -- Excel
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm


"Jeffrey W. Smith" wrote in message ...
Lisa,

You can try experimenting with the Data | Text to Column feature, using
different delimiters (Space, Tab, etc.)

HTH,

Jeff

"Lisa" wrote in message
...
I have imported general information for about 300 employees into Excel, but
it all went into just ONE row. Is there a way to break it out into the
appropriate rows? (Name, address, city, state, zip, age, gender, etc.)

Thanks!



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
Clearing cells takes long, long time unclemuffin Excel Discussion (Misc queries) 9 August 17th 07 02:22 AM
Break cell into multiple lines by line break Chia Excel Discussion (Misc queries) 1 August 20th 06 06:37 AM
How do I break up a long text cell into shorter ones withoug s Robin Excel Discussion (Misc queries) 1 September 26th 05 11:08 PM
How to split too long text in one row to break in next row. KrunoCro Excel Discussion (Misc queries) 2 September 14th 05 01:19 PM
How do i break really long bars to show short ones in Excel? nkchu83 Charts and Charting in Excel 2 May 26th 05 07:44 PM


All times are GMT +1. The time now is 07:43 AM.

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

About Us

"It's about Microsoft Excel"