Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default How do I get more than 255 characters into a cell?

How do I get excel to accept more than 255 characters of text into a cell?

I'm downloading 1000's of lines of data out of another program and into
excel. One of the columns in each line is text. The text in many of these
lines exceeds 20,000 characters. The text that appears in excel (both the
cell and the formula bar) is extremely limited - my guess is the first 255
characters only. I'll be transferring the data into another program, so I do
not care if I can see all 20,000+ characteers on my excel spreadsheet. I
just need the characters to be in the cell so that I can transfer them into
the other program.

I've tried the excel help function (just says that the limit is 255
characters). I've formatted the column as "general". I'm using excel 2003.
I know all the characters are being transferred out of the old program
because I have the option to "print" or transfer the data. When I print the
data I get all 20,000+ characters.

Any help would be greatly appreciated.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,805
Default How do I get more than 255 characters into a cell?

Do you have access to Excel 2007/ It supports upto 32,767 characters in a cell.

What is the input format expected by your program to which you are exporting
the data from Excel?

Can you bypass Excel?

"Haug" wrote:

How do I get excel to accept more than 255 characters of text into a cell?

I'm downloading 1000's of lines of data out of another program and into
excel. One of the columns in each line is text. The text in many of these
lines exceeds 20,000 characters. The text that appears in excel (both the
cell and the formula bar) is extremely limited - my guess is the first 255
characters only. I'll be transferring the data into another program, so I do
not care if I can see all 20,000+ characteers on my excel spreadsheet. I
just need the characters to be in the cell so that I can transfer them into
the other program.

I've tried the excel help function (just says that the limit is 255
characters). I've formatted the column as "general". I'm using excel 2003.
I know all the characters are being transferred out of the old program
because I have the option to "print" or transfer the data. When I print the
data I get all 20,000+ characters.

Any help would be greatly appreciated.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,805
Default How do I get more than 255 characters into a cell?

Excel 2003 may also have more than 255 characters...

What was the value against 'Total number of characters that a cell can
contain' in the Help file?

After importing test with the LEN function to see how many are there...
"Haug" wrote:

How do I get excel to accept more than 255 characters of text into a cell?

I'm downloading 1000's of lines of data out of another program and into
excel. One of the columns in each line is text. The text in many of these
lines exceeds 20,000 characters. The text that appears in excel (both the
cell and the formula bar) is extremely limited - my guess is the first 255
characters only. I'll be transferring the data into another program, so I do
not care if I can see all 20,000+ characteers on my excel spreadsheet. I
just need the characters to be in the cell so that I can transfer them into
the other program.

I've tried the excel help function (just says that the limit is 255
characters). I've formatted the column as "general". I'm using excel 2003.
I know all the characters are being transferred out of the old program
because I have the option to "print" or transfer the data. When I print the
data I get all 20,000+ characters.

Any help would be greatly appreciated.

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default How do I get more than 255 characters into a cell?

xl95 was the last version that only allowed 255 characters per cell.

If you use:
=len(a1)
where A1 contains the string to measure, what is returned?

My bet is that it's not excel that's storing the data incorrectly. It's the
process that retrieved the data that is limiting the string length.

You may want to explain how you're retrieving that data.

Haug wrote:

How do I get excel to accept more than 255 characters of text into a cell?

I'm downloading 1000's of lines of data out of another program and into
excel. One of the columns in each line is text. The text in many of these
lines exceeds 20,000 characters. The text that appears in excel (both the
cell and the formula bar) is extremely limited - my guess is the first 255
characters only. I'll be transferring the data into another program, so I do
not care if I can see all 20,000+ characteers on my excel spreadsheet. I
just need the characters to be in the cell so that I can transfer them into
the other program.

I've tried the excel help function (just says that the limit is 255
characters). I've formatted the column as "general". I'm using excel 2003.
I know all the characters are being transferred out of the old program
because I have the option to "print" or transfer the data. When I print the
data I get all 20,000+ characters.

Any help would be greatly appreciated.


--

Dave Peterson
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
Transfer specific characters from cell to another cell. Willing to learn New Users to Excel 3 June 17th 07 02:14 AM
add characters to each cell Croco Excel Worksheet Functions 4 May 28th 07 02:28 PM
how many characters are there in a cell/ sarah Excel Worksheet Functions 1 April 5th 07 09:31 PM
Need more characters in a cell Kelly New Users to Excel 1 December 2nd 06 02:04 AM
Max # of characters ina cell? hitparader Excel Discussion (Misc queries) 1 September 6th 05 08:36 PM


All times are GMT +1. The time now is 10:30 AM.

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"