Thanks for your help Peo, this did find the final result. I really appreciate
you time.
Hi,
I probably don't understand something on this one, but why don't you test
the previous formula by reversing the order of the two dates and see if it
still works. In other words if M5 has the earlier date and M15 the later
date, change the dates in M15 and M5 and see if the formula still returns the
correct value. If I read the formula correctly it is returning the Max value
in column A not the value for the Max date in column M.
If this is so, here is one solution:
=IF(COUNTIF(B1:B20,"x")<2,"",INDEX(A1:A20,MATCH(MAX((B1:B20="x")*(M1:M20)),M1:M20,0)))

Signature
Thanks,
Shane Devenshire
> Thanks for your help Peo, this did find the final result. I really appreciate
> you time.
[quoted text clipped - 42 lines]
> > >> >> >
> > >> >> > Thanks for your time.
Peo Sjoblom - 14 Oct 2008 00:34 GMT
You are right Shane, it was sloppy of me not testing the
values better.

Signature
Regards,
Peo Sjoblom
--
Regards,
Peo Sjoblom
> Hi,
>
[quoted text clipped - 65 lines]
>> > >> >> >
>> > >> >> > Thanks for your time.
ShaneDevenshire - 14 Oct 2008 03:10 GMT
Hi,
If in fact I was correct, here is a simplier solution:
=LOOKUP(MAX((B1:B20="x")*(M1:M20)),M1:M20,A1:A20)
this is array entered: Shift+Ctrl+Enter

Signature
Thanks,
Shane Devenshire
> You are right Shane, it was sloppy of me not testing the
> values better.
[quoted text clipped - 68 lines]
> >> > >> >> >
> >> > >> >> > Thanks for your time.