Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
HW HW is offline
external usenet poster
 
Posts: 10
Default Maximum Absolute values

I have a set of values in 4 columns that I need to see as positive or
negative. However, I need a 5th column to show me the maximum of the
absolute values of those 4 columns.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Maximum Absolute values

Try this array formula** :

=MAX(ABS(A1:D1))

** array formulas need to be entered using the key combination of
CTRL,SHIFT,ENTER (not just ENTER)

--
Biff
Microsoft Excel MVP


"HW" wrote in message
...
I have a set of values in 4 columns that I need to see as positive or
negative. However, I need a 5th column to show me the maximum of the
absolute values of those 4 columns.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default Maximum Absolute values

Hi,

=MAX(ABS(A1:D1))

Which must be array entered by pressing CTRL+Shift+Enter

Mike

"HW" wrote:

I have a set of values in 4 columns that I need to see as positive or
negative. However, I need a 5th column to show me the maximum of the
absolute values of those 4 columns.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default Maximum Absolute values

=MAX(ABS(A1:D1)) as an array formula (Control Shift Enter)
--
David Biddulph

"HW" wrote in message
...
I have a set of values in 4 columns that I need to see as positive or
negative. However, I need a 5th column to show me the maximum of the
absolute values of those 4 columns.



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
Using Names and Absolute values Jason52 Excel Discussion (Misc queries) 0 April 13th 07 06:44 PM
Sum a range of absolute values lister_d_000169 Excel Worksheet Functions 4 June 1st 06 03:14 PM
Absolute values in formulas hurricanekitti Excel Discussion (Misc queries) 1 February 23rd 06 04:58 PM
How do I get the maximum absolute value of a range of numbers? biscuitsmom Excel Discussion (Misc queries) 2 January 19th 06 07:55 PM
Absolute Values lehigh46 Excel Worksheet Functions 1 June 27th 05 03:28 PM


All times are GMT +1. The time now is 11:11 AM.

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"