M
Meebers
If in cell c1 I have a formula =a1/b1 and either one or both are empty, how
do I check for that so as not to produce a divide by 0.
do I check for that so as not to produce a divide by 0.
Rick Rothstein said:Then it sounds like you want this formula...
=IF(OR(A1=0,B1=0),"",A1/B1)