I'm trying to create a formula that provides the total count of records in column A that either have a null or 0 across all 3 columns. Ex
Name Score1 Score2 Score3
Test A
Test B 90
Test C
Test D. 0 0
In this example the total would be 3 because there are 3 Test that don't have a score entered.
**Most importantly it will need to be dynamic as the Row #'s can grow. Can I incorporate the count of non blanks in column A to let the formula know how far down to check?
I'm sure it's simple but none of my approaches are working. Thanks in advance!!

If all values are either blank or numeric (and >=0) only that would work:
Adapt range
B2:D7according to yours.UPDATE:
Will work with both text and negative values. It will count if all values in row are blank or 0 or any combination of it: