I have a database that supplies numbers for some math.

The math is of the form A plus B over C

A + B
------
C

However sometimes C is 0.

Therefore I need a formula that will work normally for all values greater than nothing but result in 0 when C is 0. Is this do able?

Thanks guys.