If all values are positive, try
=MAX(IF(ISNUMBER(MATCH(lookup_val,B6:B56,0)),INDEX(C6:BB56,MATCH(lookup_val,B6:B56,0),0),0),
IF(ISNUMBER(MATCH(lookup_val,B64:B113,0)),INDEX(C64:BB113,MATCH(lookup_val,B64:B113,0),0),0))

Signature
__________________________________
HTH
Bob
On 23 Jul, 09:06, "Bob Phillips" <Bob...@somewhere.com> wrote:
> Try this
>
[quoted text clipped - 66 lines]
> >> > > colulm
> >> > > B in both grids,
Thanks Bob
Works a treat
one question
how can i stop N/A if the op is not in one of the tables
i tried iserror but i am failing
thanks
kevin
> >> > > when i find the match in both grids i want to look at a range of
> >> > > cells and compare
[quoted text clipped - 9 lines]
>
> - Show quoted text -
kevin carter - 24 Jul 2008 12:34 GMT
Bob
Thank you very much for your time
works a treat
> If all values are positive, try
>
[quoted text clipped - 107 lines]
>
> - Show quoted text -