View Single Post
  #2   Report Post  
Ragdyer
 
Posts: n/a
Default

Try this in B1, and copy down as needed:

=IF(COUNTIF($A$1:A1,A1)1,"This item has already been entered","")

--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"Pat" wrote in message
...
example:

A1 = "car" B1 =
A2 = "lorry" B2 =
A3 = "tractor" B3 =
A4 = "bus" B4 =
A5 = "tractor" B5 = "this item has already been entered"


I need a formula to be entered into col"B" to give the message described.
Any suggestion?

Ta