How do I have the COUNT function ignore cells with formulas? The formula is below.
=IF(COUNT(C5,D5,E5,F5,G5)=1,((H5/1))*5-I5,IF(COUNT(C5,D5,E5,F5,G5)=2,((H5/2))*5-I5,IF(COUNT(C5,D5,E5,F5,G5)=3,((H5/3))*5-I5,IF(COUNT(C5,D5,E5,F5,G5)=4,((H5/4))*5-I5,IF(COUNT(C5,D5,E5,F5,G5)=5,((H5/5))*5-I5,"")))))