I am trying to count the number of cells that meet certain numerous criteria, using excel 2003.
For example, each job has a specific ref number and within that job ref number there is a number of lines of data, some of which we ignore and some of which we include. Each job will have a planning time using an old methodology (Planning A), a planning time using a new methodology (Planning B) and an actual time. There are a few other variables too such as the category of work.
I am trying to count the number of each unique ref no. within the sub category of work I am looking at (there are circa 50 sub categories of work). Each ref no. will only have 1 combination of work cat and sub category.
For example:
Ref# Cat Sub Rel PlanA PlanA Act
X001 A10 1000 Y 1.50 2.50 2.25
X001 A10 1000 Y 1.50 2.50 2.25
X001 A10 1000 N 0.00 0.00 0.00
X002 A10 2000 Y 2.00 1.50 1.70
X002 A10 2000 Y 2.00 1.50 1.70
X003 B10 1050 Y 3.00 3.50 6.90
X003 B10 1050 Y 3.00 3.50 6.90
X004 A10 1000 Y 2.00 1.50 4.00
X004 A10 1000 N 0.00 0.00 0.00
X005 C10 3000 N 0.00 0.00 0.00
I need to do a unique count for each individual work sub category where there is some relevant work done for each job (ref no.).
Cat Sub Count (if relevant)
A10 1000 2
A10 2000 1
B10 1050 1
C10 3000 0
Above there are only 4 relevant jobs in total. What is the count formula I use to achieve the unique count by subcategory above?
Regards
Richard
For example, each job has a specific ref number and within that job ref number there is a number of lines of data, some of which we ignore and some of which we include. Each job will have a planning time using an old methodology (Planning A), a planning time using a new methodology (Planning B) and an actual time. There are a few other variables too such as the category of work.
I am trying to count the number of each unique ref no. within the sub category of work I am looking at (there are circa 50 sub categories of work). Each ref no. will only have 1 combination of work cat and sub category.
For example:
Ref# Cat Sub Rel PlanA PlanA Act
X001 A10 1000 Y 1.50 2.50 2.25
X001 A10 1000 Y 1.50 2.50 2.25
X001 A10 1000 N 0.00 0.00 0.00
X002 A10 2000 Y 2.00 1.50 1.70
X002 A10 2000 Y 2.00 1.50 1.70
X003 B10 1050 Y 3.00 3.50 6.90
X003 B10 1050 Y 3.00 3.50 6.90
X004 A10 1000 Y 2.00 1.50 4.00
X004 A10 1000 N 0.00 0.00 0.00
X005 C10 3000 N 0.00 0.00 0.00
I need to do a unique count for each individual work sub category where there is some relevant work done for each job (ref no.).
Cat Sub Count (if relevant)
A10 1000 2
A10 2000 1
B10 1050 1
C10 3000 0
Above there are only 4 relevant jobs in total. What is the count formula I use to achieve the unique count by subcategory above?
Regards
Richard