Does Excel have a "sumnegative" function like Lotus?

G

Guest

I'm trying to add up the negative values in a column with positive values as
well. Lotus has a sumnegative function that would just add those cells that
contained a negative value. Does Excel have a similar function?
 
D

Daniel CHEN

Use sumif function like:

=SUMIF(A1:A999,"<0")

--
Best regards,
---
Yongjun CHEN
=================================
XLDataSoft - Data Analysis Expert, Excel/VBA Specialist
- - - - www.XLDataSoft.com - - - -
Free Excel-Based Data Processing Tool is Available for Download
Free Excel / VBA Training Materials is Available for Download
=================================
 
G

Guest

Hi,

Though sumif is definitely the best function to use, you may also use an
array formula (Ctrl+Shift+Enter)

=sum(if((range<0,range)) confirmed by Ctrl+Shift+Enter

Regards,

Ashish Mathur
 

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