![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: May 2002
Posts: 1
|
Is there a formula, that
If I add up some cell and they come out negative the outcome is always 0 Zero? I do not want to have any negative numbers. |
|
|
|
|
|
#2 |
|
New Member
Join Date: Apr 2002
Location: dallas, tx
Posts: 4
|
=if(a1+b1<0,"",a1+b1). Did I understand your question correctly? DiD
|
|
|
|
|
|
#3 |
|
MrExcel MVP
Join Date: Mar 2002
Location: Chicago, IL USA
Posts: 2,042
|
Try,
=MAX(0,your sum formula) If the result > 0, the sum formula holds. If <=0, the 0 is the max and is returned. |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|