Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
some negative, some positive. They are paired. I have 16 pair. I
neeId help with a formula that will give me the difference between the two numbers. 4 -11 I need a total of 15 -10 2 I need a total of 12. Thanks in advance for any assistance. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Assuming your data starts in A1, put this in B2:
=IF(MOD(ROW(A1),2)=0,"",ABS(A2-A1)) and copy down as far as required. Hope this helps. Pete On Dec 2, 3:31*pm, Skip wrote: some negative, some positive. *They are paired. I have 16 pair. I neeId help with a formula that will give me the difference between the two numbers. 4 -11 * *I need a total of 15 -10 2 * * * I need a total of 12. * * * * * * * * * * *Thanks in advance for any assistance. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
let' say 4 is in A1 and -11 in A2 in b2 enter +A1-A2 "Skip" wrote: some negative, some positive. They are paired. I have 16 pair. I neeId help with a formula that will give me the difference between the two numbers. 4 -11 I need a total of 15 -10 2 I need a total of 12. Thanks in advance for any assistance. . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I convert a column of positive numbers to negitive numbers | Excel Worksheet Functions | |||
Excel, change column of negative numbers to positive numbers? | New Users to Excel | |||
Can I change a column of calculated numbers to absolute numbers? | Excel Discussion (Misc queries) | |||
Changing column of numbers made of formulas to just numbers | Excel Discussion (Misc queries) | |||
Excel Formula - Add column of numbers but ignore negative numbers | Excel Worksheet Functions |