View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
swell estimator[_2_] swell estimator[_2_] is offline
external usenet poster
 
Posts: 13
Default want negative product not positive

Thank you to Rick and Fred - the -ABS did the trick. Rick, how can I find
out more about the ABS formula? Chris

"Fred Smith" wrote:

Something like:

CEILING(E14/(C14/12),1)*if(and(e14<0,c14<0),-1,1)

Regards,
Fred.

"swell estimator" wrote in
message ...
the product of this formula =CEILING(E14/(C14/12),1) is 12 when the
factors
are negative numbers (E14 is -15 and C14 is -16)

But I want the product to be a negative number -12 not 12

Any help out there? Thank you