View Single Post
  #3   Report Post  
st24961
 
Posts: n/a
Default


olasa Wrote:
This could perhaps give you some clues...

=IF(B4="","",IF(VLOOKUP(B4,$AD$3:$AE$48,2,TRUE)=0, "",VLOOKUP(B4,$AD$3:$AE$48,2,TRUE)))

Also... I usually us VLOOKUP(B4,$AD$3:$AE$48,2,FALSE) or 0 instead of
False (same thing) to find exact matches. That way I don't need to sort
the lookup table.
Then use ...IF(ISERROR(VLOOKUP(B4,$AD$3:$AE$48,2,0)),"",...

Hope it helped
Ola Sandström



Hi,
Apply your formula and it works. Thanks for your speedy reply.

Regards
ST


--
st24961
------------------------------------------------------------------------
st24961's Profile: http://www.excelforum.com/member.php...o&userid=20530
View this thread: http://www.excelforum.com/showthread...hreadid=390805