Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Greg Boettcher
 
Posts: n/a
Default Excel formulas to create large blocks of text

I can't seem to use formulas in Excel 97 to produce blocks of text that
are bigger than about 1000 characters. I have gotten around the length
restrictions of the formulas themselves by doing a lot of concatenating
of strings, but I have found no way to increase the volume of text that
a formula generates. Instead of 1000 characters, I need about 3500
characters. Is there any way to achieve this?

Thank you to whoever can help me with this.

Greg

  #2   Report Post  
CyberTaz
 
Posts: n/a
Default

Hi Greg-

From Excel 2000 Help (I believe this applies to '97 as well);

Length of cell contents (text) 32,767 characters. Only 1,024 display in a
cell; all 32,767 display in the formula bar.

HTH |:)

"Greg Boettcher" wrote:

I can't seem to use formulas in Excel 97 to produce blocks of text that
are bigger than about 1000 characters. I have gotten around the length
restrictions of the formulas themselves by doing a lot of concatenating
of strings, but I have found no way to increase the volume of text that
a formula generates. Instead of 1000 characters, I need about 3500
characters. Is there any way to achieve this?

Thank you to whoever can help me with this.

Greg


  #3   Report Post  
Dave Peterson
 
Posts: n/a
Default

If you insert alt-enters in your text (or &char(10)& in your formulas) every
80-100 characters or so, then you can see lots more than the document 1k number
of characters.



Greg Boettcher wrote:

I can't seem to use formulas in Excel 97 to produce blocks of text that
are bigger than about 1000 characters. I have gotten around the length
restrictions of the formulas themselves by doing a lot of concatenating
of strings, but I have found no way to increase the volume of text that
a formula generates. Instead of 1000 characters, I need about 3500
characters. Is there any way to achieve this?

Thank you to whoever can help me with this.

Greg


--

Dave Peterson
  #4   Report Post  
Greg Boettcher
 
Posts: n/a
Default

Greg Boettcher wrote:

I can't seem to use formulas in Excel 97 to produce blocks of text that
are bigger than about 1000 characters. I have gotten around the length
restrictions of the formulas themselves by doing a lot of concatenating
of strings, but I have found no way to increase the volume of text that
a formula generates. Instead of 1000 characters, I need about 3500
characters. Is there any way to achieve this?

Thank you to whoever can help me with this.


Dave Peterson wrote:
If you insert alt-enters in your text (or &char(10)& in your formulas) every
80-100 characters or so, then you can see lots more than the document 1k number
of characters.


It isn't a question at all of how much I can see. I'm trying to copy
the contents of the cell and paste it to a text file. It's not working.
I'm only getting about 1000 characters.

I gather that what I want to do is not possible, but if somebody knows
otherwise, please let me know.

Thanks for the reply. :)

Greg

  #5   Report Post  
Dave Peterson
 
Posts: n/a
Default

It was possible for me.

I put this in a cell:

=rept("a",32767)

I copied (with a simple ctrl-c) that cell and pasted into my favorite text
editor (UltraEdit32) and got 32767 characters.

Maybe it's the other program that you're pasting into???




Greg Boettcher wrote:

Greg Boettcher wrote:

I can't seem to use formulas in Excel 97 to produce blocks of text that
are bigger than about 1000 characters. I have gotten around the length
restrictions of the formulas themselves by doing a lot of concatenating
of strings, but I have found no way to increase the volume of text that
a formula generates. Instead of 1000 characters, I need about 3500
characters. Is there any way to achieve this?

Thank you to whoever can help me with this.


Dave Peterson wrote:
If you insert alt-enters in your text (or &char(10)& in your formulas) every
80-100 characters or so, then you can see lots more than the document 1k number
of characters.


It isn't a question at all of how much I can see. I'm trying to copy
the contents of the cell and paste it to a text file. It's not working.
I'm only getting about 1000 characters.

I gather that what I want to do is not possible, but if somebody knows
otherwise, please let me know.

Thanks for the reply. :)

Greg


--

Dave Peterson


  #6   Report Post  
Greg Boettcher
 
Posts: n/a
Default

Dave Peterson wrote:
It was possible for me.

I put this in a cell:

=rept("a",32767)

I copied (with a simple ctrl-c) that cell and pasted into my favorite text
editor (UltraEdit32) and got 32767 characters.

Maybe it's the other program that you're pasting into???


Thanks a lot, Dave. Finally I have isolated the problem. As you pointed
out, the problem does not happen with just any Excel formula, but it
can happen in extreme cases like mine. (I was concatenating a lot of
cells, and those cells themselves consisted of a bunch of formulas.) I
finally did find a way around the problem by copying and pasting the
values to another part of the spreadsheet.

Anyway, thanks again for your help. You got me moving in the right
direction.

Greg

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
Excel 2002 Will Not Print Text Boxes Mark Excel Discussion (Misc queries) 3 April 16th 05 12:03 AM
Hints And Tips For New Posters In The Excel Newsgroups Gary Brown Excel Worksheet Functions 0 April 15th 05 05:47 PM
I need shortcut in Excel for coping text only and not the entire c UABCSA Excel Discussion (Misc queries) 4 April 14th 05 01:58 AM
how do I enable "import text file" excel 2002? jw_schmid Excel Discussion (Misc queries) 2 February 9th 05 10:39 PM
create price list from excel sheet -keevill- Excel Discussion (Misc queries) 1 February 8th 05 12:02 AM


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