A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
COUNT(C31) is TRUE if C31 is numeric. C31 contains a formula that ALWAYS returns a number, so COUNT(C31) is always TRUE. You might use
=IF(C31<>0,B33+C31,"")
(SUM is superfluous since you already use +)
Thanks for your assistance. Bit of a rookie when it comes to excel. I have managed to get it working. Really appreciate the help.
Do you mind explaining your formula? I noticed the count function is missing? Is this not required? Am I right in saying that your formula is stating if cell C31 is equal to zero it will not complete the formula of B33+C31? Just trying to learn a bit whilst Im at it.
One last thing. Is there a way that when the formula doesn't add things up that the cell can have the dollar sign and - in it like the other cells?
If at all possible
| $ - |
|---|