Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
pjs83
 
Posts: n/a
Default How do I return the highest value in a range of cells

How do I return the highest value in a range of cells
  #2   Report Post  
Bob Phillips
 
Posts: n/a
Default

=max(a1:a3)

--
HTH

Bob Phillips

"pjs83" wrote in message
...
How do I return the highest value in a range of cells



  #3   Report Post  
KL
 
Posts: n/a
Default

try:

=MAX(A1:A100)

Regards,
KL


"pjs83" wrote in message
...
How do I return the highest value in a range of cells



  #4   Report Post  
Domenic
 
Posts: n/a
Default

In article ,
"pjs83" wrote:

How do I return the highest value in a range of cells


Try...

=INDEX(A1:A100,MATCH(MAX(A1:A100),A1:A100,0))

or

=INDEX(A:A,MATCH(MAX(A:A),A:A,0))

Hope this helps!
  #5   Report Post  
Domenic
 
Posts: n/a
Default

Please ignore...

In article ,
Domenic wrote:

In article ,
"pjs83" wrote:

How do I return the highest value in a range of cells


Try...

=INDEX(A1:A100,MATCH(MAX(A1:A100),A1:A100,0))

or

=INDEX(A:A,MATCH(MAX(A:A),A:A,0))

Hope this helps!



  #6   Report Post  
Ron Rosenfeld
 
Posts: n/a
Default

On Wed, 6 Jul 2005 13:04:02 -0700, "pjs83"
wrote:

How do I return the highest value in a range of cells


Look at HELP for the MAX worksheet function.


--ron
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
Excel - return a picture or range rows as the result of a formula juststarting Excel Worksheet Functions 1 July 4th 05 12:59 AM
Can I use formulas that return cell range ref. in charts X series cwilliams Charts and Charting in Excel 4 June 3rd 05 03:08 PM
if the value of a cell in a range is not blank, then return the v. kvail Excel Worksheet Functions 2 April 8th 05 10:07 PM
Formula to return ADDRESS of cell in range that meets criteria Christie Excel Worksheet Functions 1 March 4th 05 11:13 PM
Excel: How to return count for each cell within date range criter. Louisa Excel Worksheet Functions 0 November 5th 04 11:58 AM


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