S
Steve Almond
I have a column of numbers - some positive, some negative. I want to
calculate the SUM of the absolute values of the column.
I tried:
=SUM(ABS(A1:A15)) and
=SUM(ABS(A1):ABS(A15))
Neither works. Of course, I can simply make a new column of the absolute
values and sum that column. But, can I do it directly?
Thanks,
Steve
calculate the SUM of the absolute values of the column.
I tried:
=SUM(ABS(A1:A15)) and
=SUM(ABS(A1):ABS(A15))
Neither works. Of course, I can simply make a new column of the absolute
values and sum that column. But, can I do it directly?
Thanks,
Steve