Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 29
Default I have a column of 32 numbers,

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default I have a column of 32 numbers,

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,276
Default I have a column of 32 numbers,

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I convert a column of positive numbers to negitive numbers JMason Excel Worksheet Functions 2 January 22nd 09 02:12 AM
Excel, change column of negative numbers to positive numbers? Nita New Users to Excel 3 November 27th 07 04:54 AM
Can I change a column of calculated numbers to absolute numbers? Kate Bissell Excel Discussion (Misc queries) 3 October 25th 06 06:10 PM
Changing column of numbers made of formulas to just numbers CJ Excel Discussion (Misc queries) 2 June 14th 06 02:13 PM
Excel Formula - Add column of numbers but ignore negative numbers view for Distribution List members Excel Worksheet Functions 1 April 7th 06 03:13 AM


All times are GMT +1. The time now is 02:33 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"