I've created an invoice form which uses the Invoice number to return the results, there are multiples of the same number, say there could be 4 different lines using invoice number 72. So far I've created my vlookup fields as (First line)
=VLOOKUP(E4,'Invoice Sheet'!A:M,3,0)
and then...