Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 181
Default Conditioanl Sum Help with Multiple Sheets in a Workbook

Column D Row 254 contains the text "C" in all worksheets (which have
different numeric names..i.e. 1400 thru 1423)

In a summary sheet in the same workbook I need to count the number of
instances "C" occurs.

I will later use this formula to count it the value is "D" or "E"

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,696
Default Conditioanl Sum Help with Multiple Sheets in a Workbook

Have a list of sheet names in a column of yoru summary sheet. Let's say in
cells D1 to D50

=SUMPRODUCT(COUNTIF(INDIRECT("'"&D1:D50&"'!D24")," C"))

"Curtis" wrote:

Column D Row 254 contains the text "C" in all worksheets (which have
different numeric names..i.e. 1400 thru 1423)

In a summary sheet in the same workbook I need to count the number of
instances "C" occurs.

I will later use this formula to count it the value is "D" or "E"

Thanks

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Conditioanl Sum Help with Multiple Sheets in a Workbook

Summary sheet is first sheet.

Insert a new sheet to right of summary sheet......name it Start

Insert a new sheet at end of sheets.........name it End

In your summary sheet enter in a cell =COUNTIF(Start:End!D254,"C")

When adding more sheet make sure they are inserted between Start and End
sheets.


Gord Dibben MS Excel MVP

On Tue, 29 Sep 2009 12:48:01 -0700, Curtis
wrote:

Column D Row 254 contains the text "C" in all worksheets (which have
different numeric names..i.e. 1400 thru 1423)

In a summary sheet in the same workbook I need to count the number of
instances "C" occurs.

I will later use this formula to count it the value is "D" or "E"

Thanks


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,766
Default Conditioanl Sum Help with Multiple Sheets in a Workbook

Hi,

That will not work. COUNTIF() canot accept 3D references

--
Regards,

Ashish Mathur
Microsoft Excel MVP
www.ashishmathur.com

"Gord Dibben" <gorddibbATshawDOTca wrote in message
...
Summary sheet is first sheet.

Insert a new sheet to right of summary sheet......name it Start

Insert a new sheet at end of sheets.........name it End

In your summary sheet enter in a cell =COUNTIF(Start:End!D254,"C")

When adding more sheet make sure they are inserted between Start and End
sheets.


Gord Dibben MS Excel MVP

On Tue, 29 Sep 2009 12:48:01 -0700, Curtis
wrote:

Column D Row 254 contains the text "C" in all worksheets (which have
different numeric names..i.e. 1400 thru 1423)

In a summary sheet in the same workbook I need to count the number of
instances "C" occurs.

I will later use this formula to count it the value is "D" or "E"

Thanks


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Conditioanl Sum Help with Multiple Sheets in a Workbook

Duh! Senior moment.

You're correct Ashish

I will think about something else.

Gor

On Wed, 30 Sep 2009 05:07:08 +0530, "Ashish Mathur"
wrote:

Hi,

That will not work. COUNTIF() canot accept 3D references


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
Viewing Multiple Sheets from Same Workbook CJN Excel Discussion (Misc queries) 3 October 26th 07 09:15 PM
Multiple Sheets (Need to create 500 individual sheets in one workbook, pulling DATA Amaxwell Excel Worksheet Functions 4 August 17th 06 06:23 AM
Use the same name on multiple sheets in same workbook Reds Excel Discussion (Misc queries) 3 January 2nd 06 09:58 PM
saving multiple sheets in a workbook Danimal82 Excel Discussion (Misc queries) 2 October 4th 05 05:34 PM


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