C
CAD
Right now I have the below formula that I thought was correct, but it is counting blanks. What I want the formula to return is the count when anything in column H is greater or equal to 1 when the corresponding row in W is less than or equal to 2. Right now the below formula is counting blanks. Any ideas?
=SUMPRODUCT(--($H$7:$H$78>=1),--($H$7:$H$78<>""),--(W7:W78<=2))
Thanks
CAD
=SUMPRODUCT(--($H$7:$H$78>=1),--($H$7:$H$78<>""),--(W7:W78<=2))
Thanks
CAD