S S S Aug 13, 2006 #1 How do I get #DIV/0! to stop appearing when a cell is blank. This is the formula I am using... =D15/(POWER(E15,2)/10000)
How do I get #DIV/0! to stop appearing when a cell is blank. This is the formula I am using... =D15/(POWER(E15,2)/10000)
D Dave Peterson Aug 13, 2006 #3 Please watch those equal signs! =IF(E15=0,"",D15/(POWER(E15,2)/10000)) (and spaces, too <vbg>.)
D Dave Peterson Aug 13, 2006 #5 You sure? If you can live with a zero, try: =(D15>0)*D15/(E15^2/10000) Click to expand...
H Harald Staff Aug 13, 2006 #6 Oops. =Copy-paste without thinking. Sorry and thanks Dave. Best wishes Harald
R Ragdyer Aug 13, 2006 #7 Of course I was sure. If I wasn't sure, I wouldn't have posted it! But being *sure* and being *right* are 2 different things. I was darn sure wrong though ... wasn't I?<bg>
Of course I was sure. If I wasn't sure, I wouldn't have posted it! But being *sure* and being *right* are 2 different things. I was darn sure wrong though ... wasn't I?<bg>
D Dave Peterson Aug 13, 2006 #8 Are you babbling? <gd&r> Of course I was sure. If I wasn't sure, I wouldn't have posted it! But being *sure* and being *right* are 2 different things. I was darn sure wrong though ... wasn't I?<bg> Click to expand...
Are you babbling? <gd&r> Of course I was sure. If I wasn't sure, I wouldn't have posted it! But being *sure* and being *right* are 2 different things. I was darn sure wrong though ... wasn't I?<bg> Click to expand...