J
John Galt
I have a wotksheet that looks like the following:
Item Description Plan Emp1 Emp2 Emp3 Emp4
1 Widget 1 800 50 75 100 40
2 Widget 2 100 100 35 35 90
3 Widget 3 200 198 180 150 50
4 Widget 4 1000 1000 0 0 0
In the column under each Employee I want to count 1 for the highest of the 4
employees output.
Final result would look like this:
Item Description Plan Emp1 Emp2 Emp3 Emp4
1 Widget 1 800 50 75 100 40
2 Widget 2 100 100 35 35 90
3 Widget 3 200 198 180 150 50
4 Widget 4 1000 990 800 950 965
3 0 1 0
I am trying to use Countif and an array function to add 1 in the total
column where the emp was the highest in that category(widget 1,2,3 or 4).
Something like this =COUNTIF(D18:G29,(MAX($D18:$G18)=D$18))
Can anyone help?
Item Description Plan Emp1 Emp2 Emp3 Emp4
1 Widget 1 800 50 75 100 40
2 Widget 2 100 100 35 35 90
3 Widget 3 200 198 180 150 50
4 Widget 4 1000 1000 0 0 0
In the column under each Employee I want to count 1 for the highest of the 4
employees output.
Final result would look like this:
Item Description Plan Emp1 Emp2 Emp3 Emp4
1 Widget 1 800 50 75 100 40
2 Widget 2 100 100 35 35 90
3 Widget 3 200 198 180 150 50
4 Widget 4 1000 990 800 950 965
3 0 1 0
I am trying to use Countif and an array function to add 1 in the total
column where the emp was the highest in that category(widget 1,2,3 or 4).
Something like this =COUNTIF(D18:G29,(MAX($D18:$G18)=D$18))
Can anyone help?