I
ianripping
In column A i have either the number's 1 or 2
In column B i have either the letters a or b
and in Column C i have either the letters f or g
I want the number of 1's with b's that occur when Column C has f.
If i want to add the amount of 1's with b's I use this formula : -
=COUNTIF((A1:A1000,"1")*(B1:B1000,"b"))
how do I add a third exception of if f occurs in C
In column B i have either the letters a or b
and in Column C i have either the letters f or g
I want the number of 1's with b's that occur when Column C has f.
If i want to add the amount of 1's with b's I use this formula : -
=COUNTIF((A1:A1000,"1")*(B1:B1000,"b"))
how do I add a third exception of if f occurs in C