Thread: Vlookup edited
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.newusers
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default Vlookup edited

=IF(ISERROR(VLOOKUP(B1,C1:D4,2)),"",VLOOKUP(B1,C1: D4,2))
--
Gary''s Student - gsnu200851