I need to count only vacant units by size that have a deposit on them.
I have figured already
=COUNTIF(VCR!B6:B26, "1X1") is how I determine how many vacant units I have of this size type.
but I can not figure how to count only if
(VCR!K6:K26) is not blank
I looked at the forums and came up with this, but it is still not giving me a true count
=COUNT(IF(VCR!B6:B26,"2X2")*IF(VCR!K6:K26=1,1,0))
Bookmarks