A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Counting for multiple situations



 
 
Thread Tools Display Modes
  #1  
Old March 22nd, 2010, 05:12 PM posted to microsoft.public.excel.worksheet.functions
lisa
external usenet poster
 
Posts: 1,001
Default Counting for multiple situations

I need to be able to count the number of times a meeting is scheduled (did
that) as well as the number times a meeting is canceled.
Assigned County Date
Occurred
FTM Worker Zip Code Time Frame Race Cancled,

or CO for Carry Over

to next mont
J. Finley Harris Other 3/3/2010
K. Gonzales Harris Other H Cancled
V. Glenn Harris Other H 3/3/2010
A. Elliott-Wilson Harris Other B 3/3/2010
K. Gonzales Harris Other W 3/4/2010
L. Lopez Harris 24 co
in the first column I used countif for each person's name to get the number
of times they have a meeting scheduled. There are other columns before the
name that are not relative to this issue. the 3 middle columns are also not
relaive and are just part of the spread sheet. In the last column I have
several countif to count if the meeting was held, cancled or carried over
(co). I need to be able to count the number of times each person actual
conducts there meetings.
Example:
K Gonzales has two meeting scheduled but only 1 actually took place becasue
it was cancled
L Lopez has 1 meeting scheduled but it was carried over to the next month.
How do I get excel to give me those numbers... Help, this is the last stat
that I am unable to calculate....
  #2  
Old March 22nd, 2010, 05:57 PM posted to microsoft.public.excel.worksheet.functions
Paul C
external usenet poster
 
Posts: 202
Default Counting for multiple situations

In Excel 2007 there is a COUNTIFS function that will allow you to specifiy
multiple criteria (like Name and if Date column="Cancled")

You can do the same with Sumproduct
=SUMPRODUCT(--(A1:A10="Someone"),--(E1:E10="Cancled"))

This site explains using conditions in a Sumproduct

http://xldynamic.com/source/xld.SUMPRODUCT.html

--
If this helps, please remember to click yes.


"Lisa" wrote:

I need to be able to count the number of times a meeting is scheduled (did
that) as well as the number times a meeting is canceled.
Assigned County Date
Occurred
FTM Worker Zip Code Time Frame Race Cancled,

or CO for Carry Over

to next mont
J. Finley Harris Other 3/3/2010
K. Gonzales Harris Other H Cancled
V. Glenn Harris Other H 3/3/2010
A. Elliott-Wilson Harris Other B 3/3/2010
K. Gonzales Harris Other W 3/4/2010
L. Lopez Harris 24 co
in the first column I used countif for each person's name to get the number
of times they have a meeting scheduled. There are other columns before the
name that are not relative to this issue. the 3 middle columns are also not
relaive and are just part of the spread sheet. In the last column I have
several countif to count if the meeting was held, cancled or carried over
(co). I need to be able to count the number of times each person actual
conducts there meetings.
Example:
K Gonzales has two meeting scheduled but only 1 actually took place becasue
it was cancled
L Lopez has 1 meeting scheduled but it was carried over to the next month.
How do I get excel to give me those numbers... Help, this is the last stat
that I am unable to calculate....

  #3  
Old March 22nd, 2010, 06:07 PM posted to microsoft.public.excel.worksheet.functions
lisa
external usenet poster
 
Posts: 1,001
Default Counting for multiple situations

I typed in the following formula and got a value error

=SUMPRODUCT(--('FTM Stats 3-10'!I4:I67="k. gonzales"),--(E1:E10="Cancled"))

What am I doing wrong?????????
--
Lisa


"Paul C" wrote:

In Excel 2007 there is a COUNTIFS function that will allow you to specifiy
multiple criteria (like Name and if Date column="Cancled")

You can do the same with Sumproduct
=SUMPRODUCT(--(A1:A10="Someone"),--(E1:E10="Cancled"))

This site explains using conditions in a Sumproduct

http://xldynamic.com/source/xld.SUMPRODUCT.html

--
If this helps, please remember to click yes.


"Lisa" wrote:

I need to be able to count the number of times a meeting is scheduled (did
that) as well as the number times a meeting is canceled.
Assigned County Date
Occurred
FTM Worker Zip Code Time Frame Race Cancled,

or CO for Carry Over

to next mont
J. Finley Harris Other 3/3/2010
K. Gonzales Harris Other H Cancled
V. Glenn Harris Other H 3/3/2010
A. Elliott-Wilson Harris Other B 3/3/2010
K. Gonzales Harris Other W 3/4/2010
L. Lopez Harris 24 co
in the first column I used countif for each person's name to get the number
of times they have a meeting scheduled. There are other columns before the
name that are not relative to this issue. the 3 middle columns are also not
relaive and are just part of the spread sheet. In the last column I have
several countif to count if the meeting was held, cancled or carried over
(co). I need to be able to count the number of times each person actual
conducts there meetings.
Example:
K Gonzales has two meeting scheduled but only 1 actually took place becasue
it was cancled
L Lopez has 1 meeting scheduled but it was carried over to the next month.
How do I get excel to give me those numbers... Help, this is the last stat
that I am unable to calculate....

  #4  
Old March 22nd, 2010, 07:19 PM posted to microsoft.public.excel.worksheet.functions
Per Jessen[_2_]
external usenet poster
 
Posts: 189
Default Counting for multiple situations

Hi Lisa,

Each array has to be same size, ie

=SUMPRODUCT(--('FTM Stats 3-10'!I4:I67="k. gonzales"),--
(E4:E67="Cancled"))

--
Per

On 22 Mar., 19:07, Lisa wrote:
I typed in the following formula and got a value error

=SUMPRODUCT(--('FTM Stats 3-10'!I4:I67="k. gonzales"),--(E1:E10="Cancled"))

What am I doing wrong????????? *
--
Lisa



"Paul C" wrote:
In Excel 2007 there is a COUNTIFS function that will allow you to specifiy
multiple criteria (like Name and if Date column="Cancled")


You can do the same with Sumproduct
=SUMPRODUCT(--(A1:A10="Someone"),--(E1:E10="Cancled"))


This site explains using conditions in a Sumproduct


http://xldynamic.com/source/xld.SUMPRODUCT.html


--
If this helps, please remember to click yes.


"Lisa" wrote:


I need to be able to count the number of times a meeting is scheduled (did
that) as well as the number times a meeting is canceled.
Assigned * * * * * * * * * County * * * * * * * * * * * * * * * * * * *Date
Occurred
FTM Worker * *Zip Code *Time Frame * Race * * Cancled,


* *or CO for Carry Over


* *to next mont
J. Finley * * * * * * * * * * Harris *Other * * * * * * * * * 3/3/2010
K. Gonzales * Harris *Other * * * H * Cancled
V. Glenn * * * * * * * * * * *Harris *Other * * * H * 3/3/2010
A. Elliott-Wilson * * Harris *Other * * * B * 3/3/2010
K. Gonzales * Harris *Other * * *W * *3/4/2010
L. Lopez * * * * * * * * * * *Harris *24 * * * * * * *co
in the first column I used countif for each person's name to get the number
of times they have a meeting scheduled. *There are other columns before the
name that are not relative to this issue. *the 3 middle columns are also not
relaive and are just part of the spread sheet. *In the last column I have
several countif to count if the meeting was held, cancled or carried over
(co). *I need to be able to count the number of times each person actual
conducts there meetings.
Example:
K Gonzales has two meeting scheduled but only 1 actually took place becasue
it was cancled
L Lopez has 1 meeting scheduled but it was carried over to the next month. *
How do I get excel to give me those numbers... Help, this is the last stat
that I am unable to calculate....- Skjul tekst i anførselstegn -


- Vis tekst i anførselstegn -


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


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


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.