Having trouble, I do not want the blank rows counted that do not have data yet, but the list constantly grows.
I want it to give me a count of people who have a number in column R that is equal to or less then 199 and in Column S equal to or less than 82, but not count rows with no data. It is including all the blank rows in my count right now.
=SUMPRODUCT(--(SIGN(('Tab Name Here'!R3:R65000<=199)+('Tab Name Here'!S3:S65000<=82))))
I want it to give me a count of people who have a number in column R that is equal to or less then 199 and in Column S equal to or less than 82, but not count rows with no data. It is including all the blank rows in my count right now.
=SUMPRODUCT(--(SIGN(('Tab Name Here'!R3:R65000<=199)+('Tab Name Here'!S3:S65000<=82))))