Perhaps this...

A1: Product Name
B1:Z1 (various numbers)

This formula returns the count of numbers greater than zero in B1:Z1
AB1: =COUNTIF(B1:Z1,">0")

Does that help?