I have this formula that sums the low 4 number out of 5 but if there is a 0 in the mix it treats it as one of the low number and I want to ignore it so if there is only 3 numbers then add them up or 2 or 1. Here is the formula.

=sum(small(c6:g6,{1,2,3,4}))