Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
biscuitsmom
 
Posts: n/a
Default How do I get the maximum absolute value of a range of numbers?

I have a range of numbers

10
5
2
6
-1
-5
-25

I want to have a single formula that will give me the maximum absolute value
of that range. The answer should be 25 but I can only get it to answer 10.
  #2   Report Post  
Posted to microsoft.public.excel.misc
Kassie
 
Posts: n/a
Default How do I get the maximum absolute value of a range of numbers?

Hi

Try =MAX(ABS(A1:A7))
hth

"biscuitsmom" wrote:

I have a range of numbers

10
5
2
6
-1
-5
-25

I want to have a single formula that will give me the maximum absolute value
of that range. The answer should be 25 but I can only get it to answer 10.

  #3   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default How do I get the maximum absolute value of a range of numbers?

=MAX(ABS(A1:A10))

This is an array formula. Hit ctrl-shift-enter instead of enter. If you do it
correctly, excel will wrap curly brackets {} around your formula. (don't type
them yourself.)

Adjust the range to match--but you can't use the whole column.

biscuitsmom wrote:

I have a range of numbers

10
5
2
6
-1
-5
-25

I want to have a single formula that will give me the maximum absolute value
of that range. The answer should be 25 but I can only get it to answer 10.


--

Dave Peterson
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
sum absolute values of a column of numbers in Excel MRolko Excel Worksheet Functions 1 December 30th 05 03:41 PM
Statistical smoothing a range of numbers - match average more clos Pasko1 Excel Worksheet Functions 1 December 16th 05 01:06 AM
How do i set up a range of numbers which prompts at a particular n Stefan Excel Discussion (Misc queries) 0 October 10th 05 11:29 AM
Match Last Occurrence of two numbers and Return Date Sam via OfficeKB.com Excel Worksheet Functions 6 April 5th 05 12:40 PM
How do I change an Excel range of cells from relative to absolute. Jrhenk Excel Worksheet Functions 2 November 15th 04 10:55 PM


All times are GMT +1. The time now is 02:22 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"