I have a calculated field formula calculating a simple division as follow:
='Cell C2' / 'Cell B2'
Some cells are returning the #DIV/0! error because some column C cells are zero. How do I write the formula to return a blank when the denominator is zero.
Thanks
='Cell C2' / 'Cell B2'
Some cells are returning the #DIV/0! error because some column C cells are zero. How do I write the formula to return a blank when the denominator is zero.
Thanks