Can I "countif" multiple conditions?
Posted by Andrew Miller on October 02, 2001 12:55 PM
I have several columns. 3 of these columns have independent pieces of data. I want to be able to count the instances where a certain 3 pieces of data line up. For instance I want to count if "1" appears in column 1 and "2" in column 2 and the number "3" in column 3 all in the same row. I need a tally of every row where these three pieces of data line up. Thanks.