Hi,
I am trying to do a vlookup that also only returns the delivery time only if the day and customer ID are the same
In the customer tab I have a list of customers and days, and from the schedule tab I want to look for the customer and only return the time if the days match
See example below - it returns the times for customer EWM-1650 in the correct columns/days from the data held in the Transport Schedule Tab
Customer Schedule Tab
A B C D E F G H
1 Customer ID Sun Mon Tue Wed Thu Fri Sat
2 BB2003
3 BB2006
4 EWM-1650 14:15 13:30
Transport Schedule Tab
G N P
1 EWM-1650 Mon 14:15
2 EWM-1650 Wed 13:30
3 EWM-166 Wed 08:00
4 EWM-162 Fri 08:00
5 EWM-163 Thu 14:30
Bookmarks