Thread
:
How 2 sum the abs values of several cells w 1 func in XL.
View Single Post
#
2
Posted to microsoft.public.excel.worksheet.functions
Domenic
Posts: n/a
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?
Reply With Quote