Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
MRolko
 
Posts: n/a
Default sum absolute values of a column of numbers in Excel

In Excel, how do I total the absolute value of a column of numbers without
invoking 'abs' function individually on each cell in the range? (e.g.
abs(a1)+abs(a2)+abs(a3)...)
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ron Coderre
 
Posts: n/a
Default sum absolute values of a column of numbers in Excel

Try this method:

=SUM(ABS(A1:A10))

Note: Commit that array formula by holding down the [Ctrl] and [Shift] keys
when you press [Enter].

Does that help?

***********
Regards,
Ron

XL2002, WinXP-Pro


"MRolko" wrote:

In Excel, how do I total the absolute value of a column of numbers without
invoking 'abs' function individually on each cell in the range? (e.g.
abs(a1)+abs(a2)+abs(a3)...)

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
Need to Improve Code Copying/Pasting Between Workbooks David Excel Discussion (Misc queries) 1 January 6th 06 03:56 AM
Lookup values in one column to return another [email protected] Excel Worksheet Functions 4 November 17th 05 09:42 PM
can excel report scientific values rather than absolute numbers? JamesB Excel Discussion (Misc queries) 2 October 13th 05 03:00 PM
How do I make all numbers in a column negative in excel 2000? jwoodruff77 Excel Discussion (Misc queries) 5 August 3rd 05 12:31 PM
In excel, column headings displaying as numbers millguy Excel Discussion (Misc queries) 2 April 5th 05 03:42 PM


All times are GMT +1. The time now is 07:59 PM.

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

About Us

"It's about Microsoft Excel"