Forum Discussion

Peter9327's avatar
Peter9327
Copper Contributor
Oct 03, 2022
Solved

Xlookup not returning value for all cells that match criteria

I am handling data on a month to month basis of around 800-1300 tickets so I needed an easy way to edit prices that change on a month to month basis for both a Sale and Purchase side of transactions....
  • Patrick2788's avatar
    Patrick2788
    Oct 04, 2022

    Peter9327 

    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))

Resources