G
Guest
How do I change the cells in a column to absolute values then add them up in
one formula or function?
one formula or function?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Mike H said:Maybe:-
=SUM(ABS(A1:A20))
enter with Ctrl+Shift+enter
Mike
Dave Peterson said:You can't change the value in a cell using a formula.
But you can sum the absolute values of a range:
=SUMPRODUCT(ABS(A1:A10))
Adjust the range to match, but you can't use the whole column
until xl2007.
The program will accept =SUM(ABS(A:A)) but the valueRagDyer said:Probably easier then a helper column is to simply remove one
row:
=SUM(ABS(A1:A65535))
Array entered.
Unless, of course, if you're in XL07.
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.