VLOOKUP
Posted by Tom on May 26, 2000 12:29 PM
I've tried various combinations of VLOOKUP, INDEX, and COUNTIF without luck. I'm trying to count the number of times a set of conditions repeats itself in an array. For example:
Col A Col B
1 Tech 05/01/00
2 Soft 05/01/00
3 Admin 05/10/00
4 Tech 05/01/00
5 Soft 05/20/00
What formula can be used to count the number of times Col A = Tech and Col B = 05/01/00.