Hi all

i have a workbook that a user will enter into,

Column D5:D250

If D5, is greater than 1, id like

E5 to be
=VLOOKUP(D5,'Account List'!$A$1:$B$548222,2,FALSE)

F5 to be
=VLOOKUP(D5,'Account List'!$A$1:$F$548222,6,FALSE)

and L5 to be
=VLOOKUP(K5,'10-03-14'!$A$1:$BB$16028,8,FALSE)

then if D6 is greater than 1, the same to be applied but to E/F/L 6, but with the vlookup reflecting the same

and loop through up until row 250

is this possible

many thanks