Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am doing simple addition and subtraction formulas that result feed into
other formulas so I want to restrict the results to a zero if the initial formula results revert to zero if they are negative. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=MAX(0,yourformula)
Regards, Stefi €˛smittys1€¯ ezt Ć*rta: I am doing simple addition and subtraction formulas that result feed into other formulas so I want to restrict the results to a zero if the initial formula results revert to zero if they are negative. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() =if(A1-B1<0,0,A1-B1) -- robert111 ------------------------------------------------------------------------ robert111's Profile: http://www.excelforum.com/member.php...o&userid=31996 View this thread: http://www.excelforum.com/showthread...hreadid=567021 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Making Negative Results Default to Zero | Excel Discussion (Misc queries) | |||
abdualmohsn | Excel Discussion (Misc queries) | |||
Negative Results | Excel Discussion (Misc queries) | |||
with formulas that show negative results I want to show zero inste | Excel Discussion (Misc queries) | |||
problem:search results negative in excel docs with macros | Excel Discussion (Misc queries) |