Forum Discussion

fyogaff's avatar
fyogaff
Copper Contributor
Apr 08, 2024

If and V lookup help

Hi, I am trying to get the formula to return a space if nothing is contained within my 2nd table (tblPersonnelInfo).  What am I doing wrong? Here is my data & formula=IF([@NAME]="","",IFERROR(VLOOKU...
  • HansVogelaar's avatar
    HansVogelaar
    Apr 09, 2024

    fyogaff 

    Try this:

     

    =IF([@NAME]="","",LET(v,IFERROR(VLOOKUP([@NAME],tblPersonnelInfo,5,FALSE),""),IF(v="","",v)))

Resources