Thread: modify vlookup
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.newusers
yusuf yusuf is offline
external usenet poster
 
Posts: 4
Default modify vlookup

IF(ISNA(VLOOKUP(A19,Product!A7:B13,2,FALSE)),0,VLO OKUP(A19,Product!A7:B13,2,FALSE))


"cuffie" wrote:

=VLOOKUP(A19,Product!A7:B13,2,FALSE) I need to modify this formula so the if
no in formation is entered in A19 it remains blank. I am currently getting
#na.