Re: Ongoing Total If Statement
I was able to get the formula to work using the following:
=SUM(C3,E3,G3,I3,K3,M3)/(SUM((SUM(D1:N1)<>"")*(SUM(D3:N3)<>""))*32)
However, if I try to input the correct in later rounds, I get a winning percentage > 100%. I dont want to double count the previous wins. Is there a way to revise?