Put this in C6:
=INDEX(A2:A4,MATCH(B6,B2:B4,0))
and this in C7:
=INDEX(A2:A4,MATCH(B7,B2:B4,0))
If you have two maximum values or two minimum values, the MATCH
function will find the first.
Hope this helps.
Pete
On Mar 11, 6:58 pm, wally_91 <wally_91.21c9...@officefrustration.com>
wrote:
> Hi!
>
[quoted text clipped - 22 lines]
> --
> wally_91
wally_91 - 12 Mar 2008 00:28 GMT
Thanks for the response!
I can't get this to work... I only get an errormessage:
http://img528.imageshack.us/img528/2012/200803120019dz6.png
(this is from Numbers but I get an error in excel too. It doesn't say
what though)
Thank you
Wally_91
Pete_UK;2668273 Wrote:
> Put this in C6:
>
[quoted text clipped - 40 lines]
> --
> wally_91-

Signature
wally_91
wally_91 - 12 Mar 2008 22:19 GMT
Hi again!
I got my answer at another place.
In C7 put
=offset(a1;match(b6;b2:b4;0);0)
In C8 put
=offset(a1;match(b7;b2:b4;0);0)
Thanks anyway (love this forum!!!)
wally_91
Pete_UK;2668273 Wrote:
> Put this in C6:
>
[quoted text clipped - 40 lines]
> --
> wally_91-

Signature
wally_91
Pete_UK - 13 Mar 2008 01:24 GMT
Glad you found an answer to your problem, Wally - thanks for feeding
back.
Pete
On Mar 12, 9:19 pm, wally_91 <wally_91.21e0...@officefrustration.com>
wrote:
> Hi again!
>
[quoted text clipped - 63 lines]
>
> - Show quoted text -