LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Count # of classes by month by local

Try this:

=SUMPRODUCT(--(Sheet1!C$2:C$11=A2),--(Sheet1!H$2:H$11="Cancelled"))

Copy down as needed.

--
Biff
Microsoft Excel MVP


"Access Joe" wrote in message
...
Thank you ALL for your suggestions. I will give them each a try.

Can I ask one more thing? Given the same layout, I have ANOTHER column
(H)
that displays the class status. It'll either say "Active" or "Cancelled".
Is there a way to count up the number of cancellations for each given
location?

Thank you again. Yous suggestions are sure to be VERY helpful.

"Jacob Skaria" wrote:

Joe

You need to have your month heading either in MMM format ie JUN,JUL or in
MMMM format JUNE,SEPTEMBER etc; Assuming you need your new table
starting in
Col G1 as below:

G1
LOCAL: JUN JUL AUG
Florida = = =
Cali = = =
NJ = = =
PA = = =

in H2 enter the below formula (with month format in MMM)
=SUMPRODUCT(--(TEXT($E$1:$E$20,"MMM")=H$1),--($C$1:$C$20=$G2))

in H2 enter the below formula (with month format in MMMM)
=SUMPRODUCT(--(TEXT($E$1:$E$20,"MMMM")=H$1),--($C$1:$C$20=$G2))

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


"Access Joe" wrote:

Hey everyone: Excell 2007 on Vista

This one is getting to me and I"m hoping you can help. My current data
layout:

Col C Col G Col E
Florida Word 6/1/09
Florida Excel 6/1/09
Cali Word 6/1/09
NJ Excel 6/2/09
NJ Excel 6/2/09
Cali PowerPoint 7/2/09
Florida Excel 6/3/09
PA Word 7/2/09
PA Outlook 7/2/09
Florida Outlook 8/1/09

What I have done so far on a different worksheet is calulcate (using an
array formula) the number of total DAYS a location is running a class.
The
summary currently looks like this:

LOCAL: # OF TOTAL DAYS:
Florida 3
Cali 2
NJ 1
PA 1

NOW what I'd like to do is break down the number of days by each MONTH.
Ultimately this new table would display something like the following:

LOCAL: JUNE JUL AUG
Florida 2 0 0
Cali 1 1 0
NJ 1 0 0
PA 0 2 0

I would prefer not to use a Pivot Table for this, and instead would
just add
these 3 new columns to the right of the "# OF TOTAL DAYS" column. Can
anyone
help??



 
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
count month when date is in day/month/year format ccKennedy Excel Worksheet Functions 6 April 30th 09 03:32 AM
How to count in month? Blue Fish[_2_] Excel Worksheet Functions 4 November 28th 08 01:58 AM
Count By Month Shoelaces Excel Discussion (Misc queries) 5 May 6th 07 12:27 PM
Counting Classes MillerK Excel Discussion (Misc queries) 0 March 10th 06 03:32 PM
count by month gpoky Excel Worksheet Functions 2 March 7th 06 04:28 PM


All times are GMT +1. The time now is 02:31 PM.

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"