Forum Discussion
Xlookup not returning value for all cells that match criteria
- Oct 04, 2022
It sounds like there's a calculation crunch in your workbook.
I'd start with using specific references in your XLOOKUP:The bolded parts need to be updated. Even if you point them at 10,000 rows, it's going be faster than having Excel check the entire column.
=XLOOKUP(G434,Pricing!E:E,Pricing!G:G,XLOOKUP('Full Ticket Listing'!E434&'Full Ticket Listing'!F434,Pricing!T:T,Pricing!W:W))
As of this writing, you've had over 50 views and no replies. Let me suggest that you help us help you by finding a way to post your file (or an accurate mockup, if the actual contains confidential data), so that we can see the actual layout of the data AND the formula itself. You refer to it as a formula that contains an XLOOKUP function nested in yet another XLOOKUP, but don't actually show the formula. That makes it hard to offer any help beyond a platitude--"hang in there."
If you are not able to post the file here, post it in OneDrive or GoogleDrive (or some comparable cloud service), and post a link here. Make sure to grant access as well so that we can open it.