You would need two VLOOKUP formulas. Assuming column A of your Order Log is
the Customer Reference, and that both sheets have Row 1 as headers,
Put this in E2 of the Issues Log sheet and copy down as necessary...
=VLOOKUP(F2,'Order Log'!A:I,2,FALSE)
Then, put this one in G2 of the Issues Log sheet and copy down as necessary...
=VLOOKUP(F2,'Order Log'!A:I,9,FALSE)
Vaya con Dios,
Chuck, CABGx3
> I have one sheet which is an order log and I have one sheet which is a issues
> log. I want to set it up that when I enter a customer reference on the
[quoted text clipped - 4 lines]
>
> Is this possible?