Mark F
Well-known Member
- Joined
- Jun 7, 2002
- Messages
- 515
- Office Version
- 365
- Platform
- Windows
Hi,
In Cell D1 in my "Shipping" sheet I have a Purchase Order Number
In Cell D2 I have the Last four digits of a UPS tracking number
UPS Tracking Numbers are 15 Characters long
In D3 I want to record the date a shipment with PO Number from D1 and Last 4 UPS digits in D2 was received.
In my "Back Order" Workbook:
All PO Numbers are recorded in Column A
Full 15 digit UPS Tracking Numbers are recorded in Column V
Date received is on Column U
I've tried various options using MID formula to find the last 4 digits of the UPS reference in Column V, but I just cannot get there.
Any help appreciated
Thanks Mark
In Cell D1 in my "Shipping" sheet I have a Purchase Order Number
In Cell D2 I have the Last four digits of a UPS tracking number
UPS Tracking Numbers are 15 Characters long
In D3 I want to record the date a shipment with PO Number from D1 and Last 4 UPS digits in D2 was received.
In my "Back Order" Workbook:
All PO Numbers are recorded in Column A
Full 15 digit UPS Tracking Numbers are recorded in Column V
Date received is on Column U
The version above does partially work, in that it does find a date in Column U for a PO, but it's no good if the order wasn't received on the specified UPS shipment (in D2)=IF(D1<>"",XLOOKUP("*"&D1&"*",'[Back orders.xlsx]MAIN'!$a:$a,'[Back orders.xlsx]MAIN'!$U:$U,"no match",2),"")
I've tried various options using MID formula to find the last 4 digits of the UPS reference in Column V, but I just cannot get there.
Any help appreciated
Thanks Mark