Absolute value

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

I want to find the sum of a column, where the sum of the column adds the
absolute value of each cell. For example:

F1 = 10
F2 = -10
F3 = -5

So when I want to put in the equation in say F4, the answer would be 25 and
not -5

How do I do this for a whole column?
 
Hi
and just another alternative combining Rob's and Bob's solution :-)
=SUMPRODUCT(ABS(A1:A10))

which does NOT need to be array entered :-)
 

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

Similar Threads


Back
Top