Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
=SUM(N8:N9)-SUM(N20:N21)
If the results from the above formula are 0 or less than 0, how can I leave the results blank or at 0? |
#2
![]() |
|||
|
|||
![]()
=IF(SUM(N8:N9)-SUM(N20:N21)=0,"",SUM(N8:N9)-SUM(N20:N21))
-- HTH Bob Phillips "force530" wrote in message ... =SUM(N8:N9)-SUM(N20:N21) If the results from the above formula are 0 or less than 0, how can I leave the results blank or at 0? |
#3
![]() |
|||
|
|||
![]()
=MAX(SUM(N8:N9)-SUM(N20:N21),0)
-- Kind regards, Niek Otten Microsoft MVP - Excel "force530" wrote in message ... =SUM(N8:N9)-SUM(N20:N21) If the results from the above formula are 0 or less than 0, how can I leave the results blank or at 0? |
#4
![]() |
|||
|
|||
![]()
slight correction
=IF(SUM(N8:N9)-SUM(N20:N21)=0,"",SUM(N8:N9)-SUM(N20:N21)) -- HTH Bob Phillips "Bob Phillips" wrote in message ... =IF(SUM(N8:N9)-SUM(N20:N21)=0,"",SUM(N8:N9)-SUM(N20:N21)) -- HTH Bob Phillips "force530" wrote in message ... =SUM(N8:N9)-SUM(N20:N21) If the results from the above formula are 0 or less than 0, how can I leave the results blank or at 0? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
referencing named formula using INDIRECT function | Excel Worksheet Functions | |||
Simplify formula | Excel Worksheet Functions | |||
put formula results into a different cell if it is empty | Excel Worksheet Functions | |||
how do i write a formula and keep in in formula form, so it DOESN. | Excel Discussion (Misc queries) | |||
Match / Vlookup within an Array formula | Excel Discussion (Misc queries) |