Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Excel 2007 has a wonderful Delete Duplicate Rows function.
But I want to hide the duplicate rows rather than delete them. It appears there is no way to change the behavior of this function from delete to hide. What is my best option/method to hide rows with duplicate data? I only care about checking for duplicate data in one column. John Keith |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
What is my best option/method to hide rows with duplicate data?
I only care about checking for duplicate data in one column. I think I have a very simple solution. I have a main loop that goes through every row and within the main loop I have a second loop that looks at each row below the current row and if the data in the criteria cell is the same then I just hide the row. It seems ot work but it will take some close review to make sure it's doing what I want it to. John Keith |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Duplicates in Excel 2007 | Excel Worksheet Functions | |||
Find duplicates, sum column then delete duplicates | Excel Programming | |||
Excel; how to delete duplicates in a long column of data?? | Excel Discussion (Misc queries) | |||
how do i find and delete duplicates in excel worksheet? | Excel Discussion (Misc queries) | |||
Find & Delete Duplicates across two Excel Worksheets | Excel Programming |