S
Scott Calkins via OfficeKB.com
I have 2 columns of data containing lettere only. I.e. column A is
A,A,B,B,C,C, etc and column B has "S"s and "E"s in it. I want to just
count the total "A"s in column A, but only if the matching cell in column B
is "S". Is there a way to nestle in a "if" into the countif function?
ie =countif(a:a,"B",if(b:b="S"))
Scott
A,A,B,B,C,C, etc and column B has "S"s and "E"s in it. I want to just
count the total "A"s in column A, but only if the matching cell in column B
is "S". Is there a way to nestle in a "if" into the countif function?
ie =countif(a:a,"B",if(b:b="S"))
Scott