G
Guest
I have a formula in a cell C6 that reads "a6/b6"...if a6 and b6 are both 0 it returns #DIV/0! erroe msg
I want to add to the original formula so if a6 and b6 return the error msg, the cell get a 0, also if a6 and b6 should have numbers that return a +value then I want the original formula to return the value...(a6/b6
Any suggestions? I know this must be confusing...it is for me. Have tried the following with no correct resulTS
A6/B6+IF(C6=#DIV/0!,0,[A6/B6]
thanks in advance
I want to add to the original formula so if a6 and b6 return the error msg, the cell get a 0, also if a6 and b6 should have numbers that return a +value then I want the original formula to return the value...(a6/b6
Any suggestions? I know this must be confusing...it is for me. Have tried the following with no correct resulTS
A6/B6+IF(C6=#DIV/0!,0,[A6/B6]
thanks in advance