Forum Discussion

ktwogood253's avatar
ktwogood253
Copper Contributor
Jan 28, 2020
Solved

Help with Xlookup

I am attempting to use the new XLookup instead of VLookup. I have formula as: =xlookup(A17,[CTC_SIDEMP_CRSW_MAPPING_138.xlsx]sheet1!$A$2:$A$20292,[CTC_SIDEMP_CRSW_MAPPING_138.xlsx]sheet1!$B$2:$B$2:$B...
  • Patrick2788's avatar
    Patrick2788
    Jan 28, 2020

    ktwogood253 

    I think it's likely you don't have XLOOKUP yet. 

     

    Try this for VLOOKUP:

     

    =VLOOKUP(A17,[CTC_SIDEMP_CRSW_MAPPING_138.xlsx]sheet1!$A$2:$B$20292,2,0)

     

     

Resources