#1   Report Post  
Posted to microsoft.public.excel.misc
Abhay
 
Posts: n/a
Default Formula length

Hello!,
I am consolidating data from about 35 Excel workbooks located on different
servers into a summary workbook. I have a macro to link a cell from all 35
sheets into one cell of summary book (This is sum of all cells being refred
with address).

This exceeds the formula length that Excel can support.

Can anybody suggest a workaround.

Thanks!
Abhay

  #2   Report Post  
Posted to microsoft.public.excel.misc
bigwheel
 
Posts: n/a
Default Formula length

Put a formula to sum half the number of sheets (or less depending on the
formula length) in one cell, the remainder in another then sum those two
cells.

"Abhay" wrote:

Hello!,
I am consolidating data from about 35 Excel workbooks located on different
servers into a summary workbook. I have a macro to link a cell from all 35
sheets into one cell of summary book (This is sum of all cells being refred
with address).

This exceeds the formula length that Excel can support.

Can anybody suggest a workaround.

Thanks!
Abhay

  #3   Report Post  
Posted to microsoft.public.excel.misc
Bill Ridgeway
 
Posts: n/a
Default Formula length

You need a helper column(s). You need to import as much data into column1
then 2 then 3 etc. In column 4, if it is numerical data you need to sum the
previous 3 columns. If the data is text you need something like -
=IF(AND(A1="",B1=""),C1,IF(AND(A1="",C1=""),B1,IF( AND(B1="",C1=""),A1,"ERR")))

Regards.

Bill Ridgeway
Computer Solutions

"Abhay" wrote in message
...
Hello!,
I am consolidating data from about 35 Excel workbooks located on different
servers into a summary workbook. I have a macro to link a cell from all 35
sheets into one cell of summary book (This is sum of all cells being
refred
with address).

This exceeds the formula length that Excel can support.

Can anybody suggest a workaround.

Thanks!
Abhay



  #4   Report Post  
Posted to microsoft.public.excel.misc
Dominic LeVasseur
 
Posts: n/a
Default Formula length

Abhay,

I could be completely wrong here.

However, I ran into a similar situation awhile back. I opened all of the
referenced workbooks while working on the formula (which shortens the formula
because the references to the sheets are direct, not full path). After
closing the workbooks, the entire formula would no longer display, and if I
tried to edit the formula, I would get the error, formula too long. However,
the formulas continued to function properly.

HTH

"Abhay" wrote:

Hello!,
I am consolidating data from about 35 Excel workbooks located on different
servers into a summary workbook. I have a macro to link a cell from all 35
sheets into one cell of summary book (This is sum of all cells being refred
with address).

This exceeds the formula length that Excel can support.

Can anybody suggest a workaround.

Thanks!
Abhay

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
Can a formula change a cells colour after a given length of time? Clive Humphries Excel Worksheet Functions 1 February 20th 06 10:23 PM
Match then lookup Tenacity Excel Worksheet Functions 9 December 3rd 05 05:30 AM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM
formula to standarize cell length JT Excel Worksheet Functions 1 May 24th 05 09:42 PM
maximum formula length skywalker99 Excel Worksheet Functions 2 March 1st 05 09:30 PM


All times are GMT +1. The time now is 05:14 AM.

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

About Us

"It's about Microsoft Excel"