Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 20
Default Multi Worksheet Sumproduct Excel 2003

I just cannot solve this one. Any help you can give is much appreciated......

There are 12 sheets labled Jan, Feb Mar etc. Each sheet has the following

Col A - Name
Col C - Data to be summed

On a summary sheet I would like to able to do the following : -

For a particular month, say May, and a particular Name, sum all of the Col C
data
for the preceeding months (in this case from worksheets Jan to April).

Thanks in advance

Kevin



  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,593
Default Multi Worksheet Sumproduct Excel 2003

One way, a bit long winded but it works

Say the target month is in H1, target name in H2.

Add these formulae

I1: =MONTH(DATEVALUE("01-"&H1))
I2:
=IF(DATE(2008,ROW(A1),1)DATEVALUE("01-"&$H$1),"",TEXT(DATE(2008,ROW(A1),1),"mmm"))

copy I2 down to I13, or just put a list Jan,Feb,Mar,... in I2:I13

then the result formula is

=SUMPRODUCT(SUMIF(INDIRECT(I2:INDEX(I2:I13,I1)&"!A 1:A30"),H2,INDIRECT(I2:INDEX(I2:I13,I1)&"!B1:B30") ))



--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"wild turkey no9" wrote in message
...
I just cannot solve this one. Any help you can give is much
appreciated......

There are 12 sheets labled Jan, Feb Mar etc. Each sheet has the following

Col A - Name
Col C - Data to be summed

On a summary sheet I would like to able to do the following : -

For a particular month, say May, and a particular Name, sum all of the Col
C
data
for the preceeding months (in this case from worksheets Jan to April).

Thanks in advance

Kevin





  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,480
Default Multi Worksheet Sumproduct Excel 2003

see response to your posting in woksheet.functions

Please do not multipost, as it wastes a lot of time as people do not know
that you have already received an answer.

--
Regards
Roger Govier

"wild turkey no9" wrote in message
...
I just cannot solve this one. Any help you can give is much
appreciated......

There are 12 sheets labled Jan, Feb Mar etc. Each sheet has the following

Col A - Name
Col C - Data to be summed

On a summary sheet I would like to able to do the following : -

For a particular month, say May, and a particular Name, sum all of the Col
C
data
for the preceeding months (in this case from worksheets Jan to April).

Thanks in advance

Kevin



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 20
Default Multi Worksheet Sumproduct Excel 2003

Bob

Worked like a charm. Many thanks.

"Bob Phillips" wrote:

One way, a bit long winded but it works

Say the target month is in H1, target name in H2.

Add these formulae

I1: =MONTH(DATEVALUE("01-"&H1))
I2:
=IF(DATE(2008,ROW(A1),1)DATEVALUE("01-"&$H$1),"",TEXT(DATE(2008,ROW(A1),1),"mmm"))

copy I2 down to I13, or just put a list Jan,Feb,Mar,... in I2:I13

then the result formula is

=SUMPRODUCT(SUMIF(INDIRECT(I2:INDEX(I2:I13,I1)&"!A 1:A30"),H2,INDIRECT(I2:INDEX(I2:I13,I1)&"!B1:B30") ))



--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"wild turkey no9" wrote in message
...
I just cannot solve this one. Any help you can give is much
appreciated......

There are 12 sheets labled Jan, Feb Mar etc. Each sheet has the following

Col A - Name
Col C - Data to be summed

On a summary sheet I would like to able to do the following : -

For a particular month, say May, and a particular Name, sum all of the Col
C
data
for the preceeding months (in this case from worksheets Jan to April).

Thanks in advance

Kevin






  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 20
Default Multi Worksheet Sumproduct Excel 2003

Apologies for that. Newbie misunderstanding.

Kevin

"Roger Govier" wrote:

see response to your posting in woksheet.functions

Please do not multipost, as it wastes a lot of time as people do not know
that you have already received an answer.

--
Regards
Roger Govier

"wild turkey no9" wrote in message
...
I just cannot solve this one. Any help you can give is much
appreciated......

There are 12 sheets labled Jan, Feb Mar etc. Each sheet has the following

Col A - Name
Col C - Data to be summed

On a summary sheet I would like to able to do the following : -

For a particular month, say May, and a particular Name, sum all of the Col
C
data
for the preceeding months (in this case from worksheets Jan to April).

Thanks in advance

Kevin



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
a multi-rounded sumproduct driller2 Excel Worksheet Functions 3 December 16th 06 03:16 PM
SUMPRODUCT + multi conditions BernzG Excel Worksheet Functions 3 May 10th 06 02:23 AM
Multi-conditions with SUMPRODUCT and COUNTIF MikeDH Excel Worksheet Functions 2 August 16th 05 02:06 AM
Excel 2003 Multi-worksheet copy via drag/drop idrabefi Excel Worksheet Functions 0 April 12th 05 06:18 PM
Multi-selection problem in Excel XP and 2003 Vicente Zambrano Excel Discussion (Misc queries) 0 February 10th 05 11:29 PM


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