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

Try something like this:

For positive and negative values in A1:A10
A11: =SUMPRODUCT(ABS(A1:A10))

Does that help?

***********
Regards,
Ron

XL2002, WinXP-Pro


"bob" wrote:

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