=if(a2<="ttw",vlookup(a2,yourlookuprange,2),"")
or if you're looking for an exact match:
=if(a2<="ttw",vlookup(a2,yourlookuprange,2,false),"")
and my personal preference puts that "" at the beginning:
=if(a2>"ttw","",vlookup(a2,yourlookuprange,2,true/false))
(I just find that easier to read.)
-----Original Message-----
Try this:
IF(a2<="TTW",(VLOOKUP,TTW01,TTW,2))
G
------------------------------------------------
[/url]
~~ View and post usenet messages directly from
http://www.ExcelForum.com/
.
I get an invalid formula message. Any suggestions. I
tries using quotes and double checked the lookup table.
Thanks
Frank