#1   Report Post  
Mark Goodwin
 
Posts: n/a
Default sum errors

I am try to sum some cells from across 7 workbooks. Have tried consolodation
but it does not work how I need it to. Each work book has 4 worksheets the
1st is where I enter my data, the 2nd is a pivot table, the 3rd is just a
plain chart and the 4th is a sum of all the data gathered from the pivot
table (the work book also contains a list)
Each work book is identical.
I have an 8th workbook to contain all the summed data, and because
consolodtion wont work I have a formula as follows...

=SUM('[REWORK 01-05-05.xls]%'!$B$3+'[REWORK 25-04-05.xls]%'!$B$3+'[REWORK
26-04-05.xls]%'!$B$3+'[REWORK 27-04-05.xls]BURST %'!$B$3+'[REWORK
28-04-05.xls]%'!$B$3+'[REWORK 29-04-05.xls]%'!$B$3+'[REWORK
30-04-05.xls]%'!$B$3)

(the name of the sheet being summed is called '%' if you was wondering)

This works to a point where some of the cells do not have a value, but
display '#n/a' , this is because it is linked to a further page within each
workbook which some of the cells do not have a value entered.

The result is in the 8th workbook I get '#n/a' where there should be a value.
How do I ignore the cells containing '#n/a'?

Hope this makes some sense to you all, I know there is probably a simple
solution but being a novice with excel I can't work it out!

  #2   Report Post  
Jerry W. Lewis
 
Posts: n/a
Default

Your use of the SUM function is redundant.

=IF(ISNUMBER('[REWORK 01-05-05.xls]%'!$B$3),'[REWORK 01-05-05.xls]%'!$B$3)
+IF(ISNUMBER('[REWORK 25-04-05.xls]%'!$B$3),'[REWORK 25-04-05.xls]%'!$B$3)
+...

Jerry

Mark Goodwin wrote:

I am try to sum some cells from across 7 workbooks. Have tried consolodation
but it does not work how I need it to. Each work book has 4 worksheets the
1st is where I enter my data, the 2nd is a pivot table, the 3rd is just a
plain chart and the 4th is a sum of all the data gathered from the pivot
table (the work book also contains a list)
Each work book is identical.
I have an 8th workbook to contain all the summed data, and because
consolodtion wont work I have a formula as follows...

=SUM('[REWORK 01-05-05.xls]%'!$B$3+'[REWORK 25-04-05.xls]%'!$B$3+'[REWORK
26-04-05.xls]%'!$B$3+'[REWORK 27-04-05.xls]BURST %'!$B$3+'[REWORK
28-04-05.xls]%'!$B$3+'[REWORK 29-04-05.xls]%'!$B$3+'[REWORK
30-04-05.xls]%'!$B$3)

(the name of the sheet being summed is called '%' if you was wondering)

This works to a point where some of the cells do not have a value, but
display '#n/a' , this is because it is linked to a further page within each
workbook which some of the cells do not have a value entered.

The result is in the 8th workbook I get '#n/a' where there should be a value.
How do I ignore the cells containing '#n/a'?

Hope this makes some sense to you all, I know there is probably a simple
solution but being a novice with excel I can't work it out!


  #3   Report Post  
Mark Goodwin
 
Posts: n/a
Default

Thanks Jerry, that formula works a treat.

Now I just have to apply it to the other 350 other workbooks!

Regards
Mark
  #4   Report Post  
Jerry W. Lewis
 
Posts: n/a
Default

You're welcome. Glad it helped.

Jerry

Mark Goodwin wrote:

Thanks Jerry, that formula works a treat.

Now I just have to apply it to the other 350 other workbooks!

Regards
Mark


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
Subtotal excl errors Rob Excel Worksheet Functions 2 May 2nd 05 02:49 PM
conditional forming causing linking errors Dave Breitenbach Excel Worksheet Functions 0 April 1st 05 08:19 PM
Errors accessing shared speadsheet. Gary H Excel Discussion (Misc queries) 0 February 7th 05 05:11 PM
excel.exe has generated errors Mrich Excel Discussion (Misc queries) 7 December 31st 04 09:28 PM
Unresolved Errors in IF Statements - Errors do not show in results Markthepain Excel Worksheet Functions 2 December 3rd 04 08:49 AM


All times are GMT +1. The time now is 02:41 PM.

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"