Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Rob Rob is offline
external usenet poster
 
Posts: 718
Default sum of product of various sheets

I do have about 10 sheets with data.
I want to have the sum of products of two identical cells in each sheet.

something like:
sumproduct(sheet1:sheet10!a1,sheet1:sheet10!b1)
which should return me the sum of 10 products.

However I do get a #ref error.

Any other solution?

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default sum of product of various sheets

Maybe,

=SUM(Sheet1:Sheet3!A1)+SUM(Sheet1:Sheet3!B1)

Obviouslt change 3 to 10.

Mike

"rob" wrote:

I do have about 10 sheets with data.
I want to have the sum of products of two identical cells in each sheet.

something like:
sumproduct(sheet1:sheet10!a1,sheet1:sheet10!b1)
which should return me the sum of 10 products.

However I do get a #ref error.

Any other solution?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,339
Default sum of product of various sheets

Not clear what you want ... does A contain product ID and B a value?

=SUM(Sheet1:Sheet10!A1:B1) will sum A & B

=SUM(Sheet1:Sheet10!A1) will sum A


"rob" wrote:

I do have about 10 sheets with data.
I want to have the sum of products of two identical cells in each sheet.

something like:
sumproduct(sheet1:sheet10!a1,sheet1:sheet10!b1)
which should return me the sum of 10 products.

However I do get a #ref error.

Any other solution?

  #4   Report Post  
Posted to microsoft.public.excel.misc
Rob Rob is offline
external usenet poster
 
Posts: 718
Default sum of product of various sheets

What I want is the following:

Sheet 1 contains 5 in A1 and 7 in B1
Sheet 2 contains 3 in A1 and 7 in B1
Sheet 3 contains 6 in A1 and 2 in B1

I would like to see a formula that returns me the sum of the product A1*B1
So in fact: 5 * 7 + 3 * 7 + 6 * 2 = 68


"Toppers" wrote:

Not clear what you want ... does A contain product ID and B a value?

=SUM(Sheet1:Sheet10!A1:B1) will sum A & B

=SUM(Sheet1:Sheet10!A1) will sum A


"rob" wrote:

I do have about 10 sheets with data.
I want to have the sum of products of two identical cells in each sheet.

something like:
sumproduct(sheet1:sheet10!a1,sheet1:sheet10!b1)
which should return me the sum of 10 products.

However I do get a #ref error.

Any other solution?

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,393
Default sum of product of various sheets

Not very elegant, but this works
=(Sheet1!A1*Sheet1!B1)+(Sheet2!A1*Sheet2!B1)+(Shee t3!A1*Sheet3!B1)
Use copy&paste within Formula Bar to extend to 10 sheets
best wishes
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"rob" wrote in message
...
What I want is the following:

Sheet 1 contains 5 in A1 and 7 in B1
Sheet 2 contains 3 in A1 and 7 in B1
Sheet 3 contains 6 in A1 and 2 in B1

I would like to see a formula that returns me the sum of the product A1*B1
So in fact: 5 * 7 + 3 * 7 + 6 * 2 = 68


"Toppers" wrote:

Not clear what you want ... does A contain product ID and B a value?

=SUM(Sheet1:Sheet10!A1:B1) will sum A & B

=SUM(Sheet1:Sheet10!A1) will sum A


"rob" wrote:

I do have about 10 sheets with data.
I want to have the sum of products of two identical cells in each
sheet.

something like:
sumproduct(sheet1:sheet10!a1,sheet1:sheet10!b1)
which should return me the sum of 10 products.

However I do get a #ref error.

Any other solution?



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
more sum product s2m via OfficeKB.com Excel Discussion (Misc queries) 4 August 30th 06 02:43 PM
SUM Product storm warden Excel Worksheet Functions 2 June 6th 06 07:09 AM
Sum if or sum product? Tina Excel Worksheet Functions 4 May 1st 06 04:42 PM
Sum Product HJ Excel Worksheet Functions 4 October 27th 05 11:32 PM
Sum Product help Stacy M via OfficeKB.com Excel Worksheet Functions 1 August 8th 05 05:45 PM


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