> I'm using Excel 2002 and not very good at it yet...lol. So any help would be
> appreciated.
[quoted text clipped - 24 lines]
>
> Thanks in advance !!!
Thank you JE,
The 1st answer solved that issue, thanks.
The 2nd one didn't work. I don't need to determine the lowest number in the
E column any longer. I simply need to have the cell determine the lowest
entry (of names) in the range of G11-G19 and show what is in the
corresponding row from the E column.
So if there were 5 names entered in the G column (in G11,G12,G13,G14,G15)
the cell would then need to show what was in E15 as that would be the row
that corresponds with the lowest name entered in the G column.
Thanks again for the help.
> 1) =COUNTA(G11:G19)
>
[quoted text clipped - 35 lines]
>>
>> Thanks in advance !!!
Don Guillett - 16 Jun 2007 13:36 GMT
One way is to match what is not possible to get the row.
=INDIRECT("e"&MATCH("zzzzzzzzzz",g:g))

Signature
Don Guillett
SalesAid Software
dguillett1@austin.rr.com
> Thank you JE,
>
[quoted text clipped - 50 lines]
>>>
>>> Thanks in advance !!!
FISH - 18 Jun 2007 17:22 GMT
That worked....THANKS.
> One way is to match what is not possible to get the row.
> =INDIRECT("e"&MATCH("zzzzzzzzzz",g:g))
[quoted text clipped - 54 lines]
>>>>
>>>> Thanks in advance !!!
Don Guillett - 18 Jun 2007 18:02 GMT
Glad to help

Signature
Don Guillett
SalesAid Software
dguillett1@austin.rr.com
> That worked....THANKS.
>
[quoted text clipped - 57 lines]
>>>>>
>>>>> Thanks in advance !!!