I am trying to hide any duplicate rows in a spreadsheet that is exported from a much larger database.
For instance. Say the column i am trying to sort by, and hide duplicates looks something like this.
1
3
5
1
1
8
I want to know if there is a way to have excell automatically hide every row that has a 1 in it, but one. So when im done, there will be only one 1, 3, 5, and 8 in the column. This will be going into a macro, along with other things. The information that is pulled is well over 1000 rows, and it is pulled weekly, so if it has to be done manually, it will take quite a while each week. Thanks in advance for all your help.