You can use the function MATCH to retrieve the row on which your value is,
then the function INDEX to retrieve the value in column A. Example: which
value is in column A in range A1:B10, where 5 is in colun B?
=INDEX(A1:B10,MATCH(5,B1:B10,0),1)
>Hi
>
[quoted text clipped - 3 lines]
>
>Thanks I am quite desprite so any advise would be fantastic
daddylonglegs - 29 Jul 2007 22:06 GMT
You can use
=INDEX(A:A(MATCH(MAX(B:B),B:B,0))
> You can use the function MATCH to retrieve the row on which your value is,
> then the function INDEX to retrieve the value in column A. Example: which
[quoted text clipped - 8 lines]
> >
> >Thanks I am quite desprite so any advise would be fantastic