Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default Formula is too long, (error message)

I am trying to sum numerous worksheets into a different workbook summary
sheet, however each time I select a cell within in the workbook it included
the workbook name and then the name of the worksheet and then the cell.
Is there a way that the workbook can be noted at the beginning of the
formula and then the rest of the formula will be the addition of each
worksheet?
eg. =sum('[Tracking revision2.xls]Sprinkler Fitters'!$C$6, '[Tracking
revision2.xls]Scaffolder!$C$6)
and so on forth. I would like to make it so the workbook is only mentioned
once at the beginning to shorten the formula.
Thanks
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,886
Default Formula is too long, (error message)

Hi

Could you not do all of your summation inside [Tracking Revision2.xls],
then just pull that Sum across to your other workbook?

If you inserted 2 dummy sheets called First and Last and positioned them
so that they sandwiched 'Sprinkler Fitter', 'Scaffolder' etc. then you
could use a Summary sheet outside the "sandwich" with formulae like
=SUM(First:Last!C6)

Pick up these values to take to your other workbook.
--
Regards

Roger Govier


"Tanda" wrote in message
...
I am trying to sum numerous worksheets into a different workbook
summary
sheet, however each time I select a cell within in the workbook it
included
the workbook name and then the name of the worksheet and then the
cell.
Is there a way that the workbook can be noted at the beginning of the
formula and then the rest of the formula will be the addition of each
worksheet?
eg. =sum('[Tracking revision2.xls]Sprinkler Fitters'!$C$6, '[Tracking
revision2.xls]Scaffolder!$C$6)
and so on forth. I would like to make it so the workbook is only
mentioned
once at the beginning to shorten the formula.
Thanks



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Formula is too long, (error message)

Maybe...

If you used another cell and =indirect().

But then the formula would break when that "sending" workbook was closed.

How about just putting formulas that point at the individual cells on another
sheet (hidden).

Then you could use:
=sum(sheet99!a1:a10)
or even put the sum in one of those cells and just retrieve that:
=sheet99!a1



Tanda wrote:

I am trying to sum numerous worksheets into a different workbook summary
sheet, however each time I select a cell within in the workbook it included
the workbook name and then the name of the worksheet and then the cell.
Is there a way that the workbook can be noted at the beginning of the
formula and then the rest of the formula will be the addition of each
worksheet?
eg. =sum('[Tracking revision2.xls]Sprinkler Fitters'!$C$6, '[Tracking
revision2.xls]Scaffolder!$C$6)
and so on forth. I would like to make it so the workbook is only mentioned
once at the beginning to shorten the formula.
Thanks


--

Dave Peterson
  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default Formula is too long, (error message)

Thanks, I will try this and let you know if it worked.
Tanda

"Roger Govier" wrote:

Hi

Could you not do all of your summation inside [Tracking Revision2.xls],
then just pull that Sum across to your other workbook?

If you inserted 2 dummy sheets called First and Last and positioned them
so that they sandwiched 'Sprinkler Fitter', 'Scaffolder' etc. then you
could use a Summary sheet outside the "sandwich" with formulae like
=SUM(First:Last!C6)

Pick up these values to take to your other workbook.
--
Regards

Roger Govier


"Tanda" wrote in message
...
I am trying to sum numerous worksheets into a different workbook
summary
sheet, however each time I select a cell within in the workbook it
included
the workbook name and then the name of the worksheet and then the
cell.
Is there a way that the workbook can be noted at the beginning of the
formula and then the rest of the formula will be the addition of each
worksheet?
eg. =sum('[Tracking revision2.xls]Sprinkler Fitters'!$C$6, '[Tracking
revision2.xls]Scaffolder!$C$6)
and so on forth. I would like to make it so the workbook is only
mentioned
once at the beginning to shorten the formula.
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
formula too long error? dread Excel Worksheet Functions 9 June 29th 06 06:38 AM
Error message "formula is too long" Who be dat? Excel Discussion (Misc queries) 2 March 2nd 06 01:31 AM
Error message "formula is too long" Who be dat? Excel Worksheet Functions 2 March 2nd 06 01:31 AM
"string too long" error message dick Excel Discussion (Misc queries) 0 January 4th 06 11:02 AM
"formula too long" error message lbaskin Excel Discussion (Misc queries) 1 January 13th 05 03:05 AM


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