Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=IF(A1+B2+C3+D4<0,0,A1+B2+C3+D4)
-- Gary''s Student - gsnu200781 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
-0.00 FORMULA RETURNING NEGETIVE ZERO | Excel Discussion (Misc queries) | |||
Make cells negetive amount | Excel Worksheet Functions | |||
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? | Excel Worksheet Functions | |||
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? | Excel Worksheet Functions | |||
Can excel automatically place a negetive sign in a number | Excel Discussion (Misc queries) |