Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 9
Default SUMPRODUCT across several sheets

I have a SUMPRODUCT function that works nice on a spreadsheet. Now I want to
add several more sheets in the SUMPRODUCT function, without adding a hole new
SUMPRODUCT function for each sheet. The structure is the same in each sheet.

How do I reference several sheets in the same SUMPRODUCT function?

Thanks in advance!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,104
Default SUMPRODUCT across several sheets

It is hard to use a 3D reference with SUMPRODUCT
See T. Valko's (aka Biff) message at
http://groups.google.com/group/micro...14e43c6?hl=en#

Why not enter a SUMPRODUCT on each sheet an SUM these on the summary sheet
Since the sheets all have the same structure, the simple way to have a
SUMPRODUCT formula on all sheets would be to group these sheets, type the
formula and ungroup.
best wishes
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email


"Sonny" wrote in message
...
I have a SUMPRODUCT function that works nice on a spreadsheet. Now I want
to
add several more sheets in the SUMPRODUCT function, without adding a hole
new
SUMPRODUCT function for each sheet. The structure is the same in each
sheet.

How do I reference several sheets in the same SUMPRODUCT function?

Thanks in advance!



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,124
Default SUMPRODUCT across several sheets

A SUMIF across sheets that you may be able to modify
Defined name ms
={"Sheet1","Sheet2","Sheet3"}
ms could be a list on the sheet if preferred

=SUMPRODUCT(SUMIF(INDIRECT(ms&"!$j1:j21"),"xx",IND IRECT(ms&"!k1:k21")))
--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Sonny" wrote in message
...
I have a SUMPRODUCT function that works nice on a spreadsheet. Now I want
to
add several more sheets in the SUMPRODUCT function, without adding a hole
new
SUMPRODUCT function for each sheet. The structure is the same in each
sheet.

How do I reference several sheets in the same SUMPRODUCT function?

Thanks in advance!


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default SUMPRODUCT across several sheets

If you are looking for a single criteria SUMIF() you can try out the below
with your criteria in current sheet C2 ..and J1:J3 has the sheetnames you
want to look into. Make sure you dont have any blank entries in J1:J3..

=SUMPRODUCT(SUMIF(INDIRECT("'"& J1:J3 &"'!A:A"),C2,INDIRECT("'"& J1:J3
&"'!B:B")))

If this post helps click Yes
---------------
Jacob Skaria


"Sonny" wrote:

I have a SUMPRODUCT function that works nice on a spreadsheet. Now I want to
add several more sheets in the SUMPRODUCT function, without adding a hole new
SUMPRODUCT function for each sheet. The structure is the same in each sheet.

How do I reference several sheets in the same SUMPRODUCT function?

Thanks in advance!

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,346
Default SUMPRODUCT across several sheets

What exactly are you trying to do. More detail might help us give you a
specific answer, because sumproduct itself does not support 3D references.

--
If this helps, please click the Yes button.

Cheers,
Shane Devenshire


"Sonny" wrote:

I have a SUMPRODUCT function that works nice on a spreadsheet. Now I want to
add several more sheets in the SUMPRODUCT function, without adding a hole new
SUMPRODUCT function for each sheet. The structure is the same in each sheet.

How do I reference several sheets in the same SUMPRODUCT function?

Thanks in advance!



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 9
Default SUMPRODUCT across several sheets

Ok, I went for your workaround - summarizing on each sheet and then
summmarize that again. But there ought to be an easy way to use SUMPRODUCT.

Thanks!

"Bernard Liengme" wrote:

It is hard to use a 3D reference with SUMPRODUCT
See T. Valko's (aka Biff) message at
http://groups.google.com/group/micro...14e43c6?hl=en#

Why not enter a SUMPRODUCT on each sheet an SUM these on the summary sheet
Since the sheets all have the same structure, the simple way to have a
SUMPRODUCT formula on all sheets would be to group these sheets, type the
formula and ungroup.
best wishes
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email


"Sonny" wrote in message
...
I have a SUMPRODUCT function that works nice on a spreadsheet. Now I want
to
add several more sheets in the SUMPRODUCT function, without adding a hole
new
SUMPRODUCT function for each sheet. The structure is the same in each
sheet.

How do I reference several sheets in the same SUMPRODUCT function?

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
Sumproduct Multiple W/Sheets AussieBec Excel Discussion (Misc queries) 5 August 10th 09 01:20 AM
SUMPRODUCT FOR MULTIPLE SHEETS FARAZ QURESHI Excel Discussion (Misc queries) 5 May 18th 09 02:16 PM
Sumproduct on multiple sheets...please help??? Tasha Excel Worksheet Functions 11 June 26th 08 04:08 PM
sumproduct for multiple sheets [email protected] Excel Worksheet Functions 6 January 25th 07 09:47 PM
sumproduct from multiple sheets Matt Excel Worksheet Functions 3 August 3rd 05 07:13 PM


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

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"