G
Guest
I need to count a range of cells based on whether another column has a 1 or a 0 in it...for example
A1 through A10 contains date
B1 through B10 contains the number of errors that occurred on the date in column
C1 through C10 contains either a one (1) or a zero (0) - based on another IF statement for another analysis function
I want to return the number of dates that have a certain number of errors (say 2) as long as the C column contains a one (1)
I have tried a COUNTIF(IF) but I keep getting an error...I think I am missing something so simple but I just can't figure it out.
A1 through A10 contains date
B1 through B10 contains the number of errors that occurred on the date in column
C1 through C10 contains either a one (1) or a zero (0) - based on another IF statement for another analysis function
I want to return the number of dates that have a certain number of errors (say 2) as long as the C column contains a one (1)
I have tried a COUNTIF(IF) but I keep getting an error...I think I am missing something so simple but I just can't figure it out.