Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
al al is offline
external usenet poster
 
Posts: 363
Default SUM PRODUCT ACROSS WORKSHEETS

Hi; I'd like to get the sumproduct of two cells, d19 and d20, across
worksheets. For instance, Lets say there are two worksheets; The first
worksheet is 10 and the second one is 14. Thus, I've tried using the
following formula:

=SUMPRODUCT('10:14'!D19:'10:14'!D20)

which produces an error.

Thanks in advance.


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,560
Default SUM PRODUCT ACROSS WORKSHEETS

Hi Al,

In sheet1, cells D19 & D20, I have 1 & 2, in sheet2, cells D19 & D20, I have
3 & 4. Using =SUMPRODUCT(Sheet1!D19:D20,Sheet2!D19:D20) on sheet3 I get 11. I
am not sure this will help you or not, but it appears to be working to me.

Thanks,


"Al" wrote:

Hi; I'd like to get the sumproduct of two cells, d19 and d20, across
worksheets. For instance, Lets say there are two worksheets; The first
worksheet is 10 and the second one is 14. Thus, I've tried using the
following formula:

=SUMPRODUCT('10:14'!D19:'10:14'!D20)

which produces an error.

Thanks in advance.


  #3   Report Post  
Posted to microsoft.public.excel.programming
al al is offline
external usenet poster
 
Posts: 363
Default SUM PRODUCT ACROSS WORKSHEETS

David:

Thanks for responding. What I need is for the values in D19 across sheets
to be multiplied by the values in D20 across sheets, and then summed. So
using your example, I'd like to see

(1*2)+(3*4)=14

Do you know if this is possible?


"David" wrote:

Hi Al,

In sheet1, cells D19 & D20, I have 1 & 2, in sheet2, cells D19 & D20, I have
3 & 4. Using =SUMPRODUCT(Sheet1!D19:D20,Sheet2!D19:D20) on sheet3 I get 11. I
am not sure this will help you or not, but it appears to be working to me.

Thanks,


"Al" wrote:

Hi; I'd like to get the sumproduct of two cells, d19 and d20, across
worksheets. For instance, Lets say there are two worksheets; The first
worksheet is 10 and the second one is 14. Thus, I've tried using the
following formula:

=SUMPRODUCT('10:14'!D19:'10:14'!D20)

which produces an error.

Thanks in advance.


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,560
Default SUM PRODUCT ACROSS WORKSHEETS

Hi Al,

To get 14 this is what I had to do, which is not what you want i think,

Sheet1, Cell D19 = 1, E19 = 3
Sheet2, Cell D20 = 2, E20 = 4
Sheet3, Cell F19 formula '=SUMPRODUCT(Sheet1!D19:E19,Sheet2!D20:E20)

Thanks,

"Al" wrote:

David:

Thanks for responding. What I need is for the values in D19 across sheets
to be multiplied by the values in D20 across sheets, and then summed. So
using your example, I'd like to see

(1*2)+(3*4)=14

Do you know if this is possible?


"David" wrote:

Hi Al,

In sheet1, cells D19 & D20, I have 1 & 2, in sheet2, cells D19 & D20, I have
3 & 4. Using =SUMPRODUCT(Sheet1!D19:D20,Sheet2!D19:D20) on sheet3 I get 11. I
am not sure this will help you or not, but it appears to be working to me.

Thanks,


"Al" wrote:

Hi; I'd like to get the sumproduct of two cells, d19 and d20, across
worksheets. For instance, Lets say there are two worksheets; The first
worksheet is 10 and the second one is 14. Thus, I've tried using the
following formula:

=SUMPRODUCT('10:14'!D19:'10:14'!D20)

which produces an error.

Thanks in advance.


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
Product Code and Product Description setup Nastyashman Excel Worksheet Functions 4 July 6th 09 05:48 PM
I need a product key for my Trail product, 2007 Microsoft Office s sltchsyi Setting up and Configuration of Excel 0 May 4th 09 01:32 AM
Using VLOOKUP to find product from 3 worksheets to put on one shee Bathroom Reno Chick Excel Worksheet Functions 3 May 26th 07 01:01 PM
need product key patsy Excel Discussion (Misc queries) 0 June 11th 06 01:09 AM
product from k= 0 to n sylphide Excel Worksheet Functions 3 February 3rd 06 11:41 AM


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