View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
nyn04[_2_] nyn04[_2_] is offline
external usenet poster
 
Posts: 1
Default look up and ISNA in vba

IF(ISNA(LOOKUP(A3,t!A:A,t!C:C))<TRUE,(LOOKUP(A3,t !A:A,t!C:C)),0)

this is the complete excel function that I am trying to code

thank

--
Message posted from http://www.ExcelForum.com