Hi
I have a spreadsheet that imports data using an OBDC driver and creates a table. I cannot modify the data format that it comes in during the refresh etc.
When the data in that table for Unit ID is displayed it looks like 0605 but in fact is '0605
I am seriously trying to get a cell in a worksheet that does not have an ' prefix 0605 to match a cell in the table that does '0605
I have looked for 5 days to find an answer but have failed, so that's why I am here.
The formula I am using is:
=XLOOKUP(B2,SO_DataSet[Unit ID],SO_DataSet[Sales Order Number],"No SO",0,1)
So I want to perform a match 0605 to a modified 0605 (now missing ' ) and then pull from the table the Sales Order Number
Would really appreciate the assistance, Greg
Bookmarks