You don't say which cell in column Y on sheet 1 so this assumes Y1
Put this on sheet 3
=VLOOKUP(Sheet1!Y1,Sheet3!C1:Z1000,24)
Mike
> I need to create an IF statement that will;
>
[quoted text clipped - 14 lines]
>
> Thanks in advance
Neall - 14 Sep 2007 16:42 GMT
Thanks seemed to of done the trick, one more questions, for the results that
dont have a value I am getting #NA how do I get rid of that?

Signature
Neall
> You don't say which cell in column Y on sheet 1 so this assumes Y1
> Put this on sheet 3
[quoted text clipped - 20 lines]
> >
> > Thanks in advance