SUM negatives numbers as positive

G

Guest

The range of numbers in a SUM formula includes some negative values, but I
would like the negative values included in the SUM as positives. I need the
negative values in the range to stay displayed as negatives.
 
G

Guest

You can use the ABS function to return the absolute value of a number. So,
something like this:

=SUM(ABS(A1:A100))

This is an Array formula and must be entered with CTRL-SHIFT-ENTER instead
of just Enter. If done properly, the formula should be enclosed in { }.

HTH,
Elkar
 

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