Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
sueshe
 
Posts: n/a
Default I have a Comma Delimited FIle that requires 10 characters for name

I use Excel a lot, but am by no means fluent with it. I'm trying to create a
..csv file, I have columns set up with (thousands) names, and those cells have
to have 10 characters regardless of actual name length. Is there a way to do
that without me having to space after each name? Also, is there a way to
split a full name (ex. LASTNAME,FIRSTNAME,MI) into three seperate columns?
They are seperated by a space, but all are contianed in the first column.
  #2   Report Post  
Michael
 
Posts: n/a
Default

If you using Excel 2003, try Data-Text to columns

"sueshe" wrote:

I use Excel a lot, but am by no means fluent with it. I'm trying to create a
.csv file, I have columns set up with (thousands) names, and those cells have
to have 10 characters regardless of actual name length. Is there a way to do
that without me having to space after each name? Also, is there a way to
split a full name (ex. LASTNAME,FIRSTNAME,MI) into three seperate columns?
They are seperated by a space, but all are contianed in the first column.

  #3   Report Post  
sueshe
 
Posts: n/a
Default

Thanks so much, that worked!!! That will save me so much time!!!!!

"Michael" wrote:

If you using Excel 2003, try Data-Text to columns

"sueshe" wrote:

I use Excel a lot, but am by no means fluent with it. I'm trying to create a
.csv file, I have columns set up with (thousands) names, and those cells have
to have 10 characters regardless of actual name length. Is there a way to do
that without me having to space after each name? Also, is there a way to
split a full name (ex. LASTNAME,FIRSTNAME,MI) into three seperate columns?
They are seperated by a space, but all are contianed in the first column.

  #4   Report Post  
Myrna Larson
 
Posts: n/a
Default

You probably need to use formulas to get the data into the format you want.
First use Data/Text to columns to split the name. Choose Delimited, but select
the right delimiter (you say it's a space, but your example uses a comma).

After you've done that, you can use helper columns with a formula like

=LEFT(A1&" ",10)

to add trailing spaces to a length of 10.

Then you'll have to convert the formulas to their values (look at Help for
Paste Special/Values), delete the original data, and write your CSV file.

On Mon, 10 Jan 2005 09:31:06 -0800, sueshe
wrote:

I use Excel a lot, but am by no means fluent with it. I'm trying to create a
.csv file, I have columns set up with (thousands) names, and those cells have
to have 10 characters regardless of actual name length. Is there a way to do
that without me having to space after each name? Also, is there a way to
split a full name (ex. LASTNAME,FIRSTNAME,MI) into three seperate columns?
They are seperated by a space, but all are contianed in the first column.


  #5   Report Post  
Michael
 
Posts: n/a
Default

Your welcome. Glad I could help.

"sueshe" wrote:

Thanks so much, that worked!!! That will save me so much time!!!!!

"Michael" wrote:

If you using Excel 2003, try Data-Text to columns

"sueshe" wrote:

I use Excel a lot, but am by no means fluent with it. I'm trying to create a
.csv file, I have columns set up with (thousands) names, and those cells have
to have 10 characters regardless of actual name length. Is there a way to do
that without me having to space after each name? Also, is there a way to
split a full name (ex. LASTNAME,FIRSTNAME,MI) into three seperate columns?
They are seperated by a space, but all are contianed in the first column.

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
Comma delimited bank info [email protected] Excel Discussion (Misc queries) 4 January 25th 05 10:55 AM
save an Excel worksheet as a comma delimited file? Trophy Man Excel Discussion (Misc queries) 2 January 8th 05 03:11 AM
HELP - I need to change space delimited to comma? Mayer Excel Discussion (Misc queries) 1 December 18th 04 06:21 PM
how do I create comma and double quote delimited file mikeb Excel Discussion (Misc queries) 1 November 29th 04 10:01 PM
Excel How do I create a comma delineated xls file to a comma delineated. Mark Excel Discussion (Misc queries) 0 November 26th 04 10:28 PM


All times are GMT +1. The time now is 05:25 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"