If you measn you want the exact same formula in every cell for whatever reason, (and this would be pointless), then simply lock down the reference, eg instead of
=LOOKUP(Carriers!F55,Carriers!$A$2:$A$54,Carriers!$B$2:$B$54)
Try
=LOOKUP(Carriers!$F$55,Carriers!$A$2:$A$54,Carriers!$B$2:$B$54)
Note the dollar signs round the F55 which lock that reference.
Now, the reason I say it is pointless is because they will all give you the exact same result plus the overhead of all those calcs from the function calls. What you may as well have done is for example assuming your formula was in A2, then in A3 simply put =A2 and in A4 put =A3, then select and double click to autofill, which will give you the exact same results, but will be far less overhead on your worksheet.
Regards
Ken............
----------------------------------------------------------------------------
![[peace] [peace] [peace]](/data/assets/smilies/peace.gif)
It's easier to beg forgiveness than ask permission
![[2thumbsup] [2thumbsup] [2thumbsup]](/data/assets/smilies/2thumbsup.gif)
----------------------------------------------------------------------------