A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Links and Linking
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Exceeding 1024 limit on formula length



 
 
Thread Tools Display Modes
  #1  
Old March 17th, 2004, 01:07 PM
Geoff Goodacre
external usenet poster
 
Posts: n/a
Default Exceeding 1024 limit on formula length

I'm supporting an application using Excel 97/VBA that
needs to consolidate totals from corresponding cells in
many different workbooks into another workbook. The
technique being used in code is to cycle through the
workbooks and build the formula concatenating to the
previous formula each time.

This works well except that the file names and sheet names
are quite long (to make them descriptive for users) and in
some cases the formula can exceed the 1024 limit by a
factor of 2 or 3.

Is there another way to approach this that is, if not
unlimited, less expensive in use of formula characters?
Unfortunately I can't just accumulate totals or use the
Consolidate function because of the user requirements.

It is an option to upgrade the users to Excel 2002 or 2003
if necessary.
  #2  
Old March 17th, 2004, 01:21 PM
Frank Kabel
external usenet poster
 
Posts: n/a
Default Exceeding 1024 limit on formula length

Hi
you may try to define a name for some parts of your formula (e.g. for
fixed calculations, etc.).

--
Regards
Frank Kabel
Frankfurt, Germany

"Geoff Goodacre" schrieb im
Newsbeitrag ...
I'm supporting an application using Excel 97/VBA that
needs to consolidate totals from corresponding cells in
many different workbooks into another workbook. The
technique being used in code is to cycle through the
workbooks and build the formula concatenating to the
previous formula each time.

This works well except that the file names and sheet names
are quite long (to make them descriptive for users) and in
some cases the formula can exceed the 1024 limit by a
factor of 2 or 3.

Is there another way to approach this that is, if not
unlimited, less expensive in use of formula characters?
Unfortunately I can't just accumulate totals or use the
Consolidate function because of the user requirements.

It is an option to upgrade the users to Excel 2002 or 2003
if necessary.


  #3  
Old March 17th, 2004, 01:24 PM
JE McGimpsey
external usenet poster
 
Posts: n/a
Default Exceeding 1024 limit on formula length

See one answer in .worksheet.functions

In article ,
"Geoff Goodacre" wrote:

I'm supporting an application using Excel 97/VBA that
needs to consolidate totals from corresponding cells in
many different workbooks into another workbook. The
technique being used in code is to cycle through the
workbooks and build the formula concatenating to the
previous formula each time.

This works well except that the file names and sheet names
are quite long (to make them descriptive for users) and in
some cases the formula can exceed the 1024 limit by a
factor of 2 or 3.

Is there another way to approach this that is, if not
unlimited, less expensive in use of formula characters?
Unfortunately I can't just accumulate totals or use the
Consolidate function because of the user requirements.

It is an option to upgrade the users to Excel 2002 or 2003
if necessary.

  #4  
Old March 17th, 2004, 03:34 PM
Geoff Goodacre
external usenet poster
 
Posts: n/a
Default Exceeding 1024 limit on formula length

Many thanks - this will solve our problem.
-----Original Message-----
Hi
you may try to define a name for some parts of your

formula (e.g. for
fixed calculations, etc.).

--
Regards
Frank Kabel
Frankfurt, Germany

"Geoff Goodacre"

schrieb im
Newsbeitrag ...
I'm supporting an application using Excel 97/VBA that
needs to consolidate totals from corresponding cells in
many different workbooks into another workbook. The
technique being used in code is to cycle through the
workbooks and build the formula concatenating to the
previous formula each time.

This works well except that the file names and sheet

names
are quite long (to make them descriptive for users) and

in
some cases the formula can exceed the 1024 limit by a
factor of 2 or 3.

Is there another way to approach this that is, if not
unlimited, less expensive in use of formula characters?
Unfortunately I can't just accumulate totals or use the
Consolidate function because of the user requirements.

It is an option to upgrade the users to Excel 2002 or

2003
if necessary.


.

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 11:53 AM.


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