quickest way I know without using VBA would be to do the following with a set of figures in column A:
1. sort them (so the duplicates are next to each other)
2. use some formula in a spare column such as
=if(a2=a1,"*",0)in row 2
=if(a3=a2,"*",0)in row 3 and copy down to...