#1   Report Post  
Posted to microsoft.public.excel.misc
Ken Ken is offline
external usenet poster
 
Posts: 590
Default Sum multiple sheets?

Excel2003

I have 13 WorkSheets ... Jan, Feb, Mar - Dec & 2008.

Each "Month" WorkSheet:

Range A5:A20 ... a person Name (random sort)
Range G4:AK4 ... is days of month 1-31
Range G5:AK5 ... contains a code "P" or a "numeric" for each persons Name

The "2008" WorkSheet:

Range A5:A20 ... contains same persons "Name" (random sort)

I wish formula in WorkSheet "2008" Range D5:D20 ... Let's start with D5

1: look in each of 12 Month WorkSheets (Jan, Feb, Mar etc) ... Range G5:AK5
2: locate persons name found in Cell A5 of WorkSheet "2008"
3: Return total "Count" of all "P" codes

I wish formula in WorkSheet "2008" Range E5:E20 ... Let's start with E5

1: look in each of 12 Month WorkSheets (Jan, Feb, Mar etc) ... Range G5:AK5
2: locate persons name found in Cell A5 of WorkSheet "2008"
3: Return total "SUM" of all "numerics"

That's it ... Hope I have explained clear enough?

My "Thanks" in advance for all those that are intimate with Excel & support
these boards.

Kha

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 265
Default Sum multiple sheets?

Download and install the free add-in, Morefunc.xll...

http://xcell05.free.fr/english/index.html

Then try the following formulas, which need to be confirmed with
CONTROL+SHIFT+ENTER...

D5, copied down:

=SUM(IF(THREED('Jan:Dec'!$A$5:$A$20)=A5,IF(THREED( 'Jan:Dec'!$G$5:$AK$20)=
"P",1)))

E5, copied down:

=SUM(IF(THREED('Jan:Dec'!$A$5:$A$20)=A5,THREED('Ja n:Dec'!$G$5:$AK$20)))

Hope this helps!

In article ,
Ken wrote:

Excel2003

I have 13 WorkSheets ... Jan, Feb, Mar - Dec & 2008.

Each "Month" WorkSheet:

Range A5:A20 ... a person Name (random sort)
Range G4:AK4 ... is days of month 1-31
Range G5:AK5 ... contains a code "P" or a "numeric" for each persons Name

The "2008" WorkSheet:

Range A5:A20 ... contains same persons "Name" (random sort)

I wish formula in WorkSheet "2008" Range D5:D20 ... Let's start with D5

1: look in each of 12 Month WorkSheets (Jan, Feb, Mar etc) ... Range G5:AK5
2: locate persons name found in Cell A5 of WorkSheet "2008"
3: Return total "Count" of all "P" codes

I wish formula in WorkSheet "2008" Range E5:E20 ... Let's start with E5

1: look in each of 12 Month WorkSheets (Jan, Feb, Mar etc) ... Range G5:AK5
2: locate persons name found in Cell A5 of WorkSheet "2008"
3: Return total "SUM" of all "numerics"

That's it ... Hope I have explained clear enough?

My "Thanks" in advance for all those that are intimate with Excel & support
these boards.

Kha

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
Automated multiple text files into multiple sheets in one workbook Dr Dan Excel Discussion (Misc queries) 14 November 4th 07 11:32 AM
Lookup using multiple sheets and multiple criteria kjguillermo Excel Discussion (Misc queries) 2 January 14th 07 10:28 AM
Multiple Sheets (Need to create 500 individual sheets in one workbook, pulling DATA Amaxwell Excel Worksheet Functions 4 August 17th 06 06:23 AM
How do i auto create multiple files from 1 with multiple sheets Kathy Excel Worksheet Functions 0 July 26th 05 01:23 AM
Exporting multiple sheets to multiple htm files? [email protected] Excel Discussion (Misc queries) 4 April 2nd 05 01:26 PM


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