countif w/ mult. variables
Posted by keith on January 10, 2002 10:52 AM
i would like to count number of records (cell values) across columns IF mult. variables are met
Ex:
NAME STATE DAYS_OLD
keith new 5
keith new 6
keith open 7
bob new 8
I want to count # of records if name = keith, state = new, days_old >5, such that answer s/b = 1 in this case.