View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Paul LeBlanc Paul LeBlanc is offline
external usenet poster
 
Posts: 7
Default IF VLOOKUP Nested function

I have a formula that returns a lookup value
=VLOOKUP(A10,VarietyLookUpTable!$A$2:$C$56,2,FALSE )
but when I try to make it so that there is no value in the cell if the
reference cell is blank
=IF(A12,VLOOKUP(A12,VarietyLookUpTable!$A$2:$C$56, 2,FALSE),"")
It only works if the cell is blank, if there is a value in the cell which is
formatted as text I get the #VALUE! instead of the usual result