I am trying to calculate the ratio between two numbers when one is
0
.
Currently, this formula produces a blank cell, can anyone tweak it to allow it to calculate even if there is a 0
present?
This is the current formula :
=IF(COUNT(E9)=0,IFERROR(AVERAGE(C9),""),IFERROR(SUM(C9/E9),""))