Possibly something like:
=IF(ISBLANK(B11),"",IF(ISNA(VLOOKUP(B11,Products,3,FALSE)),VLOOKUP(B11,Products2,2,FALSE),VLOOKUP(B11,Products,3,FALSE)))
where Products2 is the name of the alternate table starting with the alternate sku in left most column.
Bookmarks