I have three conditions in one cell...
Cells C3, D3, E3, can have blanks, zeros or numbers.
Here is the conditions...
Sum(C3:E3) are all blanks, leave cell empty
Sum(C3:E3) >0 = return sum
Sum(C3:E3) =0 = return a zero
How would I write that in a single formula?