View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Domenic
 
Posts: n/a
Default How 2 sum the abs values of several cells w 1 func in XL.

Try...

=SUMPRODUCT(ABS(A1:A100))

Hope this helps!

In article ,
bob wrote:

I'm trying to sum the absolute values of a column without adding another
column. Can I do this with one function?