G
Guest
I have 3 unbound text boxes, I am trying to divide and get the percentage of
2 and display the result in the 3 one, however if the text boxes contain 0
then the error #number shows on the 3 text box how do I get rid of this? I
know its logic that 0/0 =0 but how do I display that instead of the error
This is what I have as the fomula
=[text1]/([text1]+[text2])*100
e.g., 1/(1+2)*100 =33.33%
0/(0+0)*100 =#number
2 and display the result in the 3 one, however if the text boxes contain 0
then the error #number shows on the 3 text box how do I get rid of this? I
know its logic that 0/0 =0 but how do I display that instead of the error
This is what I have as the fomula
=[text1]/([text1]+[text2])*100
e.g., 1/(1+2)*100 =33.33%
0/(0+0)*100 =#number