Well B10:B49 has a list of names in alphabetical order only
AN10:AN49 has no numbers entered yet and until then it shouldn’t list a
person name with this formula below is what I’m trying to-do.
=INDEX(B10:B49,IF(COUNT(AP10:AP49)=COUNTIF(AP10:AP49,"<0"),MATCH(MAX(AP10:AP49),AP10:AP49,0),MATCH(MIN(IF(AP10:AP49>=0,AP10:AP49)),AP10:AP49,0)))
> Which range are you "keying" on that needs to have all the data entered?
>
[quoted text clipped - 14 lines]
> >
> > Thanks ahead!
T. Valko - 23 Sep 2007 03:14 GMT
Ok, then use something like this:
=IF(COUNT(AN10:AN49)<40,"",INDEX(................))))

Signature
Biff
Microsoft Excel MVP
> Well B10:B49 has a list of names in alphabetical order only
>
[quoted text clipped - 24 lines]
>> >
>> > Thanks ahead!