Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello Carol,
This formula if entered in A7( not in A6) and down will show all second, third, etc. duplicates you want to get rid of. =IF(AND(COUNTIF($A$6:$A$33600,A7)1,COUNTIF($A$6:A 6,A7)=1),"delete","") Best Regards, Gabor Sebo "Carol" wrote in message ... Hi, I am using this formula =IF(COUNTIF($A$6:$A$33100,A6)=1,TRUE,COUNTIF($A$6: A6,A6)=COUNTIF($A$6:$A $33100,A6)) to highlight the last row item for cells with duplicates. I need to delete the entire row of all rows that were not highlighted by this formula. Hope this makes sense. Any help would be appreciated. *** Sent via Developersdex http://www.developersdex.com *** |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro to copy values then delete row for entire sheet | New Users to Excel | |||
Select and delete entire row Excel VBA macro | Excel Programming | |||
Macro - delete entire row which contain a specific text | Excel Worksheet Functions | |||
Help! with Macro - delete entire row | Excel Programming | |||
macro to delete entire rows when column A is blank ...a quick macro | Excel Programming |