How to display sum if number is greater than zero in Apple Numbers?

Hi, I'm trying to write a spreadsheet and I want a calculation but only want to show the result if the number is greater than zero is anyone got the correct syntax for apple numbers?



[Re-Titled by Moderator]

Posted on Apr 3, 2025 4:55 AM

Reply
3 replies
Sort By: 

Apr 3, 2025 5:23 AM in response to greg.paice

You can try this solution to put at the bottom of the column (in the example in B4), if the sum concerns a column


=IF(B2+B3>0;SUM(B2;B3);”")


Or at the bottom of the line (in the example in D2) if the sum concerns a line


=IF(B2+C2>0;SUM(B2;C2);”")

Reply

How to display sum if number is greater than zero in Apple Numbers?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.