View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Chip[_3_] Chip[_3_] is offline
external usenet poster
 
Posts: 133
Default How do I create formula in excel

Tell me if this is what you are looking for:

=IF(ISERROR(VLOOKUP(Sheet2!A1,Sheet1!A:A,1,)),"",C 1)