View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default negitive and possitive numbers

=SUM(ABS(I8),ABS(L8),ABS(O8))
--
David Biddulph

" wrote in
message ...
That did help but, the problem I have is the columns I want to us are not
next to each other. It's more like I8,L8 and O8 and the columns in between
them have valves that I don't want in the equation. just the three shown
above. I tried to replace the : with , but got errors.

"Gary''s Student" wrote:

With your values in A1 thru A3, enter:

=SUM(ABS(A1:A3))

This is an array formula that must be entered with CNTRL-SHFT-ENTER
rather
than just the ENTER key.
--
Gary''s Student - gsnu200851


" wrote:

I want to add negitive and possitive numbers, but I only want the total
of
the value in the three columns ignoring the + or - sign. example (-2)
(-3)
(4) would equal -1, but I want it to equal 9