RE: cell reference from =max
- From: "Jason Morin" <jasonjmorin@xxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 28 Apr 2005 13:32:11 -0700
Try:
=INDEX(Sheet2!A:A,MATCH(MAX(Sheet2!B:B),Sheet2!B:B,0))
for the max. For the 2nd largest:
=INDEX(Sheet2!A:A,MATCH(LARGE(Sheet2!B:B,2),Sheet2!B:B,0))
HTH
Jason
Atlanta, GA
"Garethm1976" wrote:
> What i am trying to do is find the maximum value from a list of ammounts,
> then from that maximum value (which i need in one cell as a value) i need to
> find who that max figure relates to from a list of names ie.
> Sheet2
> A B
> 1 fred 1.00
> 2 gareth 2.00
> 3 laura 3.00
> Sheet3
> A B
> 1 =max('sheet2'!B1:B3) =3.00 this cell needs to display
> name ie laura
>
> god what a nightmare, also from this i need to do the same with
> =large('sheet2'!B1:B2,2)
>
> Please can someone help, thanks
.
- Follow-Ups:
- RE: cell reference from =max
- From: garethm1976
- RE: cell reference from =max
- References:
- cell reference from =max
- From: Garethm1976
- cell reference from =max
- Prev by Date: Re: cell reference from =max
- Next by Date: Re: Average of Numbers in Top 5
- Previous by thread: Re: cell reference from =max
- Next by thread: RE: cell reference from =max
- Index(es):