sumif

V

VielExcel

Hi all,

I would like to know the sumif formula if I want to add all values >0
or all negative values in a column
 
P

Pete_UK

Which column?

You could try something along these lines:

=SUMIF(check_column,">0",sum_column)

or

=SUMIF(check_column,"<0",sum_column)

so that it might look like:

=SUMIF(A:A,">0",B:B)

Hope this helps.

Pete
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top