Share via

Sum on only positive numbers in column

Anonymous
2018-02-22T21:14:14+00:00

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.

Microsoft 365 and Office | Excel | For home | Windows

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.

0 comments No comments

Answer accepted by question author

  1. Anonymous
    2018-02-22T21:35:47+00:00

    =SUMIF(A2:A1000,">0")

    10+ people found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Anonymous
    2018-02-22T23:21:33+00:00

    Thanks!

    1 person found this answer helpful.
    0 comments No comments