N
Nan
I have data in cell B7 and C7. If B7=0 and C7>0, I want my result to b
100%. If B7=0 and C7=0 I want my result to be 0%. Otherwise, I want m
result to be C7/B7.
I got this far IF(AND(B7=0,C7=0),0,C7/B7).
Any ideas how to do this?
100%. If B7=0 and C7=0 I want my result to be 0%. Otherwise, I want m
result to be C7/B7.
I got this far IF(AND(B7=0,C7=0),0,C7/B7).
Any ideas how to do this?