i get an error when i put 0 divided by 0 in microsoft excel
J James Silverton Oct 6, 2006 #3 Hello, aquamanaj! You wrote on Fri, 6 Oct 2006 14:36:02 -0700: a> i get an error when i put 0 divided by 0 in microsoft excel Of course you do! Divide by zero is undefined no matter what it is working on. James Silverton Potomac, Maryland E-mail, with obvious alterations: not.jim.silverton.at.comcast.not
Hello, aquamanaj! You wrote on Fri, 6 Oct 2006 14:36:02 -0700: a> i get an error when i put 0 divided by 0 in microsoft excel Of course you do! Divide by zero is undefined no matter what it is working on. James Silverton Potomac, Maryland E-mail, with obvious alterations: not.jim.silverton.at.comcast.not
P PCLIVE Oct 6, 2006 #4 That's correct. You can't divide by zero. If it is a formula, then you can add an IF statement to the beginning. ex. =IF(B1=0, "",A1/B1)
That's correct. You can't divide by zero. If it is a formula, then you can add an IF statement to the beginning. ex. =IF(B1=0, "",A1/B1)
R Ron Rosenfeld Oct 6, 2006 #5 i get an error when i put 0 divided by 0 in microsoft excel Click to expand... What would you expect? --ron
i get an error when i put 0 divided by 0 in microsoft excel Click to expand... What would you expect? --ron