Hi All,
First time poster here. And very early LibreCalc user.
I’m sure my question is ridiculously easy to answer for anyone with some experience, but I couldn’t figure out what search terms to use (inexperience with appropriate terminology) to find my answer, hence posting a new topic (mods please combine with other topics if necessary).
My question is:
I’m trying to create a simple formula that adds the numbers inside two cells together. This is obviously straight forward enough. What I would like to be able to encode in the formula is, how to return a zero value as output, if one of the source cells contains a zero?
ie:
Cell 1 = “some actual number” + Cell 2 = “some actual number” results in the correct summation as output.
But I want to code:
Cell 1 = “some actual number” + Cell 2 = “zero (or empty cell)” results in zero as output.
Or:
Cell 1 = “zero (or empty cell)” + Cell 2 = “some actual number” results in zero as output.
Any and all help is much appreciated.
Regards.
CT