Hi,

Assuming the item code is in column A, in a helper column, say column D add the formula

=IF(COUNTIF(A:A,A1)>1,"Already entered.","")
and copy down as many roes as necessary.

Rgds