Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
wonderland
 
Posts: n/a
Default How do I stop SUM commands going into negative numbers, i.e. roun.

I'm building a rather complex spreadsheet with various links and basically I
want any results from SUM functions not to go into negative numbers. Any
results that should be negative I would like to be zeroed
  #2   Report Post  
Roger Govier
 
Posts: n/a
Default

Hi

One way is
=MAX(0,SUM(A1:A100))

Change ranges to suit

--
Regards
Roger Govier
"wonderland" wrote in message
...
I'm building a rather complex spreadsheet with various links and basically
I
want any results from SUM functions not to go into negative numbers. Any
results that should be negative I would like to be zeroed



  #3   Report Post  
Bob Phillips
 
Posts: n/a
Default

=SUM(IF(A1:A200,A1:A20))

which is an array formula, so commit with Ctrl-Shift-Enter

--

HTH

RP
(remove nothere from the email address if mailing direct)


"wonderland" wrote in message
...
I'm building a rather complex spreadsheet with various links and basically

I
want any results from SUM functions not to go into negative numbers. Any
results that should be negative I would like to be zeroed



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
Calculating growth with negative numbers Tsipi4me Excel Worksheet Functions 3 April 3rd 23 12:12 PM
How can I change positive numbers to negative, i.e. change 50 to - godwingi Excel Discussion (Misc queries) 5 February 28th 05 05:41 PM
can the negative numbers in an IF statement be in a diff color th. mwhite17 Excel Worksheet Functions 1 January 12th 05 09:59 PM
How do I replace a negative number at the end of a formula with a. dealn2 Excel Discussion (Misc queries) 5 December 23rd 04 07:47 PM
How do I stop other circles in other boxes to stop selecting? stauff Excel Worksheet Functions 1 October 28th 04 10:27 PM


All times are GMT +1. The time now is 05:08 PM.

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"