Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 414
Default negetive numbers in a formula

I am trying to put together a formula that if the sum of 4 cells is less than
zero it the cell just shows 0
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default negetive numbers in a formula

Something like this:

=MAX(A1+B2+C3+D4,0)

if you want the sum to show if greater than zero, or this if not:

=IF(A1+B2+C3+D4<0,0,"")

Hope this helps.

Pete

On Apr 29, 5:00*pm, Andy wrote:
I am trying to put together a formula that if the sum of 4 cells is less than
zero it the cell just shows 0


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default negetive numbers in a formula

=IF(A1+B2+C3+D4<0,0,A1+B2+C3+D4)
--
Gary''s Student - gsnu200781
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
-0.00 FORMULA RETURNING NEGETIVE ZERO MICHELE Excel Discussion (Misc queries) 1 February 26th 08 02:36 PM
Make cells negetive amount ggant Excel Worksheet Functions 2 January 19th 06 03:18 PM
Help! How do you get excel to find the x(changes daily, marked in a cell from another formula) highest numbers in a group of numbers and sum them up? C-Man23 Excel Worksheet Functions 3 January 19th 06 09:52 AM
Help! How do you get excel to find the x(changes daily, marked in a cell from another formula) highest numbers in a group of numbers and sum them up? C-Man23 Excel Worksheet Functions 1 January 9th 06 01:23 PM
Can excel automatically place a negetive sign in a number MKLeisure Excel Discussion (Misc queries) 2 August 22nd 05 04:50 PM


All times are GMT +1. The time now is 04:06 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"