View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default subtract a positive from a negative

Because your numbers are already "signed" changes, you do not need to
subtract. So in A3 enter =A1+A2
so in B3 enter =B1+B2
--
Gary''s Student - gsnu200776


"wolfman" wrote:

I need a formula that will subtract positive numbers from negative numbers
"and" negative numbers from positive, with the answer in the correct form,
ie; positive or negative.

All numbers refer to either a gain or loss in quantity
Row 1 values are taken from one source
Row 2 values are taken from another source
I need a formula for row 3 to give me the total gain or loss represented in
each column.

Example
A B
1 (20.5) 17 Row 1
2 1.5 (2) Minus Row 2
3 (19) 15 Equal Row 3