Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10
Default count occurances in a row using multiple criteria

My spread sheet has my students name, the the date of the class(2 months
total) to the right with 3 items listed under each day (acrf, coachings,
attendance). I would like to count the number of times someone has been
coached. The problem is that the name could be different for each coaching.

How can I count the number of coachings if the criteria can be different and
the criteria is selected from a data validation list?


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,393
Default count occurances in a row using multiple criteria

I think you need to give a clearer outline of the data layout, please.
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"clarknv" wrote in message
...
My spread sheet has my students name, the the date of the class(2 months
total) to the right with 3 items listed under each day (acrf, coachings,
attendance). I would like to count the number of times someone has been
coached. The problem is that the name could be different for each
coaching.

How can I count the number of coachings if the criteria can be different
and
the criteria is selected from a data validation list?




  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10
Default count occurances in a row using multiple criteria

(A) (B) (C) (D) (E)
(F) (G)
5/26
5/27
ACRF Coaching Attendance ACRF
Coaching Attendance
Student1 Coach1

Student2
Coach2
Student3 Coach9

Students listed in column A, Date spans 3 columns, under each date are the 3
items that I am tracking (ACRF, coaching, attendance). Also the dates go
from 5/26 to 7/26.

For Student1, I need to count how many times he has been coached, regardless
of who did the coaching. The name of the coach is selected from a data
validation list.

Any help would be greatly appreciated!

"Bernard Liengme" wrote:

I think you need to give a clearer outline of the data layout, please.
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"clarknv" wrote in message
...
My spread sheet has my students name, the the date of the class(2 months
total) to the right with 3 items listed under each day (acrf, coachings,
attendance). I would like to count the number of times someone has been
coached. The problem is that the name could be different for each
coaching.

How can I count the number of coachings if the criteria can be different
and
the criteria is selected from a data validation list?





  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,393
Default count occurances in a row using multiple criteria

Method 1:
I will assume the student names to be in A1:A200; coaches (or blanks) in
C2:C200
In H2 I entered the name of a student
In I2 I use the formula =SUMPRODUCT(--($A$2:$A$200=H2),--($C$2:$C$200" "))
to tell me how many time that student had a coach.
If I place another student name in H3 I can copy the formula down a row to
get her count of coaching sessions.
You can adjust the formula to fit your need but DO NOT use full columns such
as A:A
since SUMPRODUCT cannot cope with this.
For more on this topic see:
http://www.xldynamic.com/source/xld.SUMPRODUCT.html
http://mcgimpsey.com/excel/formulae/doubleneg.html

Method 2 is to use a Pivot Table. It would take too long to tell how but see
any of these
http://www.cpearson.com/excel/pivots.htm
http://peltiertech.com/Excel/Pivots/pivotstart.htm
http://www.contextures.com/xlPivot02.html
http://www.ozgrid.com/Excel/excel-pivot-tables.htm
http://www.techonthenet.com/excel/pivottbls/index.htm
http://www.dicks-blog.com/archives/2...le-parameters/
BE AWA pivot tables are not dynamic, if you add/alter the data you need
to recomputed the table - very easily done but must not be forgotten

best wishes
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"clarknv" wrote in message
...
(A) (B) (C) (D)
(E)
(F) (G)
5/26
5/27
ACRF Coaching Attendance ACRF
Coaching Attendance
Student1 Coach1

Student2
Coach2
Student3 Coach9

Students listed in column A, Date spans 3 columns, under each date are the
3
items that I am tracking (ACRF, coaching, attendance). Also the dates go
from 5/26 to 7/26.

For Student1, I need to count how many times he has been coached,
regardless
of who did the coaching. The name of the coach is selected from a data
validation list.

Any help would be greatly appreciated!

"Bernard Liengme" wrote:

I think you need to give a clearer outline of the data layout, please.
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"clarknv" wrote in message
...
My spread sheet has my students name, the the date of the class(2
months
total) to the right with 3 items listed under each day (acrf,
coachings,
attendance). I would like to count the number of times someone has been
coached. The problem is that the name could be different for each
coaching.

How can I count the number of coachings if the criteria can be
different
and
the criteria is selected from a data validation list?







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
Count occurances of multiple arguments TARS1 Excel Discussion (Misc queries) 6 July 19th 06 05:13 PM
multiple criteria for count if gtsch Excel Discussion (Misc queries) 3 April 19th 06 02:29 AM
Multiple Count Criteria Reggie Mitchell Excel Worksheet Functions 1 December 14th 05 09:47 PM
Count multiple occurances in a column DTTODGG Excel Worksheet Functions 7 November 15th 05 05:59 PM
Count occurances of multiple values BaseballFan Excel Worksheet Functions 2 February 17th 05 08:31 AM


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