Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
GladesTiger
 
Posts: n/a
Default Does Excel have a "sumnegative" function like Lotus?

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?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ron de Bruin
 
Posts: n/a
Default Does Excel have a "sumnegative" function like Lotus?

you can try this

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


--
Regards Ron de Bruin
http://www.rondebruin.nl


"GladesTiger" wrote in message ...
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?



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Daniel CHEN
 
Posts: n/a
Default Does Excel have a "sumnegative" function like Lotus?

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
=================================

"GladesTiger" wrote in message
...
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?



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ashish Mathur
 
Posts: n/a
Default Does Excel have a "sumnegative" function like Lotus?

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

"GladesTiger" wrote:

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?

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
numerical integration integreat Excel Discussion (Misc queries) 4 May 12th 06 02:40 AM
linear interpolation function in excel tskoglund Excel Worksheet Functions 4 September 10th 05 03:31 AM
@ and "function not valid" error (Excel 2003) Acert93 New Users to Excel 1 September 2nd 05 07:17 AM
Lotus Documents in Excel Krissy86 Excel Discussion (Misc queries) 1 August 30th 05 06:05 PM
I cant use englisch function names in a swedich version of excel PE Excel Discussion (Misc queries) 2 December 7th 04 01:00 AM


All times are GMT +1. The time now is 06:59 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"