View Single Post
  #1   Report Post  
ChrisP
 
Posts: n/a
Default Using ABS() in a range of cells

Hi, I got a table lookin something like this

-4
3
6
-3
-2

I want to add all these numbers up using ABS() But I cant seem to get it
right.
What I tried was =SUM(ABS(A1:A4)) but that seems to be the wrong funktion.
It works if I write =SUM(ABS(A1);ABS(A2)...) but this seems idiotic hehe

/Chris