View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JJ in LA JJ in LA is offline
external usenet poster
 
Posts: 1
Default Can I use an IS function with Vlookup

I am trying to write a formula that says If the Vlookup returns NA, then plus
a particular cell, otherwise return the vlookup value. Can this be done.
I've writen it as IF(isna(vlookup,etc.),+a1,(vlookup,etc)

Any Ideas as to why it dosen't work.