how to count entries in one column based on critieria in another c
The data looks like:
State Hours
------ --------
Closed 0.00
Resolved 0.1
cancelled 0.00
Resolved 0.00
etc etc
I want to count the number of entries where state = resolved and hours
0.00.
--
Thanks,
JW
|