View Single Post
  #2  
Old June 11th, 2004, 09:29 PM
Trevor Shuttleworth
external usenet poster
 
Posts: n/a
Default Enter "0" is number is negative

one way:

=IF(SUM(A1:H1)0,SUM(A1:H1),0)

Regards

Trevor


"S Girl" wrote in message
...
I have a row that is calculating figures and some of
numbers are positve and some are negative. How do I tell
it to enter a zero, if the calculation returns a negative
number and enter the positive number if the calculation is
postive.