H
hotherps
Can you nest multiple conditions in a countif statement?
I have this
=COUNTIF($G$11:$N$298,".")
but the following condition has to be true also:
CZ11 = "x"
I tried this:
=COUNTIF(And($G$11:$N$298,".", CZ11="x"))
Won't work
Thank
I have this
=COUNTIF($G$11:$N$298,".")
but the following condition has to be true also:
CZ11 = "x"
I tried this:
=COUNTIF(And($G$11:$N$298,".", CZ11="x"))
Won't work
Thank