Imran Azam
Board Regular
- Joined
- Mar 15, 2011
- Messages
- 103
Hi Guys
I have the below data , i am trying to do a formula that would count the number of "open" status the Manager "roy" has.
i tried a countifs but could get it right
can any one provide any help?
[TABLE="width: 200"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]name[/TD]
[TD]manager[/TD]
[TD]id[/TD]
[TD]status[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]james[/TD]
[TD]roy[/TD]
[TD]1[/TD]
[TD]open[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]jack[/TD]
[TD]roy[/TD]
[TD]1[/TD]
[TD]closed[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]alex[/TD]
[TD]Ian[/TD]
[TD]1[/TD]
[TD]open[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]jack[/TD]
[TD]roy[/TD]
[TD]1[/TD]
[TD]open[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]jones[/TD]
[TD]Ian[/TD]
[TD]1[/TD]
[TD]open[/TD]
[/TR]
</tbody>[/TABLE]
Thank you in advance
I have the below data , i am trying to do a formula that would count the number of "open" status the Manager "roy" has.
i tried a countifs but could get it right
can any one provide any help?
[TABLE="width: 200"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]name[/TD]
[TD]manager[/TD]
[TD]id[/TD]
[TD]status[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]james[/TD]
[TD]roy[/TD]
[TD]1[/TD]
[TD]open[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]jack[/TD]
[TD]roy[/TD]
[TD]1[/TD]
[TD]closed[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]alex[/TD]
[TD]Ian[/TD]
[TD]1[/TD]
[TD]open[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]jack[/TD]
[TD]roy[/TD]
[TD]1[/TD]
[TD]open[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]jones[/TD]
[TD]Ian[/TD]
[TD]1[/TD]
[TD]open[/TD]
[/TR]
</tbody>[/TABLE]
Thank you in advance