A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
=SUMIF(A2:A1000,">0")
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have a long list of numbers and I need to add up only the positive numbers. Some numbers are negative and they should not affect the total sum. I need some kind of formula that says, if the number is positive add it otherwise don't.
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Answer accepted by question author
=SUMIF(A2:A1000,">0")
Thanks!