Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If a number of cells add up to a minus figure how do i show this as not being
a mius ie any number sum = to a minus would be 0 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
Try; =IF(SUM(xx)<0,0,SUM(xx)) Regards, Chris. -- Chris Marlow MCSD.NET, Microsoft Office XP Master "peerless" wrote: If a number of cells add up to a minus figure how do i show this as not being a mius ie any number sum = to a minus would be 0 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi
Try this: =MAX(SUM(A2:A20),0) Andy. "peerless" wrote in message ... If a number of cells add up to a minus figure how do i show this as not being a mius ie any number sum = to a minus would be 0 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
That is more efficient ... does not do the sum twice.
-- Chris Marlow MCSD.NET, Microsoft Office XP Master "Andy" wrote: Hi Try this: =MAX(SUM(A2:A20),0) Andy. "peerless" wrote in message ... If a number of cells add up to a minus figure how do i show this as not being a mius ie any number sum = to a minus would be 0 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|