![]() |
How do I return the highest value in a range of cells
How do I return the highest value in a range of cells
|
=max(a1:a3)
-- HTH Bob Phillips "pjs83" wrote in message ... How do I return the highest value in a range of cells |
try:
=MAX(A1:A100) Regards, KL "pjs83" wrote in message ... How do I return the highest value in a range of cells |
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! |
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! |
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 |
All times are GMT +1. The time now is 11:08 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com