View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
Bernard Liengme Bernard Liengme is offline
external usenet poster
 
Posts: 4,393
Default how can i find samelest number and delete them

Suppose you numbers are in A1:C20
In E1 enter =IF(COUNTIF($A$1:$C$20,A1)1,A1,"")
Copy this across to G1 and then copy E1:G1 down to row 20
If a number in A1:C20 is unique the corresponding cell in E1:G20 will be
blank, otherwise it will display the number
Something to get started with?
best wishes
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Bernard Liengme" wrote in message
...
One or many COLUMNS?

--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"ghost" wrote in message
...
hi,
i have multi rows with numbers, what i need is to compare between them
and
the same numbers will be deleted
thx.