Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!
I have a huge long list (about 1500 rows) of information and want to be able to delete duplicates. Is there a feature in Excel to allow me to do this?
Thanks in advance
in the cells next to the list use the countif formula
ie, if you have a range of cells 4 rows, high, the forumla would be;
=countif($A$1:$a$4,a1)
You need to make sure that the first part is a non dynamic link (with the $ signs)- using F4. Then drag the formula down, and if you have anything showing more than one, then its a duplicate!