I need some help creating a countif function that will count rows based upon three conditions. I have an index that I need to one: count records that fall under a specific release, two: eliminating duplicate job #s, and three: contain a completion date. An example of my index is:
A B C
1 Release Job # Completion Date
2 03 0045 3/27/04
3 03 0045 3/27/04
4 03 0048
5 03 0050 03/28/04
6 04 0025 05/04/04
7 04 0025 05/04/04
8 05 0001
9 05 1027 04/03/04
10 05 1027 04/03/04
So let's say I need to count all "03" release cards with a unique job number that have been completed. In my example the result should be 2. Any suggestions would be appreciated.
Best Regards,
Mjack
Bookmarks