sum absolute values of a column of numbers in Excel

G

Guest

In Excel, how do I total the absolute value of a column of numbers without
invoking 'abs' function individually on each cell in the range? (e.g.
abs(a1)+abs(a2)+abs(a3)...)
 
G

Guest

Try this method:

=SUM(ABS(A1:A10))

Note: Commit that array formula by holding down the [Ctrl] and [Shift] keys
when you press [Enter].

Does that help?

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

XL2002, WinXP-Pro
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top