Forum Discussion
ktwogood253
Jan 28, 2020Copper Contributor
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...
- Jan 28, 2020
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)
ktwogood253
Jan 28, 2020Copper Contributor
Oh. Well then I guess it is back to VLookup which is also not working. Anytime I try to go between two different workbooks I have this issue.
Thanks for your response.
Kari
Patrick2788
Jan 28, 2020Silver Contributor
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)
- ktwogood253Jan 28, 2020Copper Contributor
Thank you! I got it to work using the VLookup. Now to replicate 5 more times for the other location workbooks.
Kari
- Patrick2788Jan 28, 2020Silver Contributor
You're welcome.
BTW this where they'll announce when XLOOKUP is released:
https://techcommunity.microsoft.com/t5/excel-blog/announcing-xlookup/ba-p/811376
It should be soon.