In col E I have numbers from row 1 to row 22
How do I find out the MAX(the highest) number between row 1 and 10 or row 12
and 22
Thanks
Don Guillett - 11 Feb 2008 15:00 GMT
Forgive me, but have you looked in the help index for MAX

Signature
Don Guillett
Microsoft MVP Excel
SalesAid Software
dguillett1@austin.rr.com
> In col E I have numbers from row 1 to row 22
> How do I find out the MAX(the highest) number between row 1 and 10 or row
> 12
> and 22
> Thanks
pcor - 11 Feb 2008 23:40 GMT
Thanks
> Forgive me, but have you looked in the help index for MAX
>
[quoted text clipped - 3 lines]
> > and 22
> > Thanks
Max - 11 Feb 2008 15:06 GMT
> MAX(the highest) number between row 1 and 10
In say, F1: =MAX(E1:E10)
If you mean comparing just 2 cells, E1 and E10.
then in F1: =MAX(E1,E10)

Signature
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
> In col E I have numbers from row 1 to row 22
> How do I find out the MAX(the highest) number between row 1 and 10 or row 12
> and 22
> Thanks
pcor - 11 Feb 2008 23:40 GMT
Thanks you very much
> > MAX(the highest) number between row 1 and 10
> In say, F1: =MAX(E1:E10)
[quoted text clipped - 5 lines]
> > and 22
> > Thanks
Max - 13 Feb 2008 01:11 GMT
welcome

Signature
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
>
> Thanks you very much
Roger Govier - 11 Feb 2008 15:12 GMT
Hi
Not sure what you mean.
Do you want the max number between E1and E10
=MAX(E1:E10)
or MAX(E12:E22)
or the maximum of E1:E22 but excluding E11
=MAX(MAX(E1:E10),MAX(E12:E22))

Signature
Regards
Roger Govier
> In col E I have numbers from row 1 to row 22
> How do I find out the MAX(the highest) number between row 1 and 10 or row
> 12
> and 22
> Thanks
pcor - 11 Feb 2008 23:42 GMT
You were the most helpful by far Most sincere thanks...and BTW it worked
very well
Thanksagain
> Hi
>
[quoted text clipped - 9 lines]
> > and 22
> > Thanks