|
| ||||||||||
| Tags: code, columns, excel, macro, rows |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
|
|
#2
| ||||
| ||||
| Re: Replace Duplicate Rows
The formula below will display the words "Duplicates" or "No Duplicates" indicating whether there are duplicates elements in the list A2:A11. =IF(MAX(COUNTIF(A2:A11,A2:A11))>1,"Duplicates","No Duplicates") For more information go here.
__________________ Education, Career and Job Discussions |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Replace Duplicate Rows" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Delete duplicate rows using Macros | Dyumani | Windows Software | 5 | 12-10-2011 11:30 AM |
| How to combine data in duplicate rows in MS excel | Virginia | Windows Software | 7 | 10-07-2011 11:13 AM |
| How can I highlight duplicate rows of excel sheet with color? | Sarfaraj Khan | Windows Software | 5 | 08-01-2010 10:15 AM |
| Merging duplicate names not rows copy rows into new workbook each time VBA Excel 2003 | awkwardsmile | Software Development | 2 | 09-07-2009 08:57 AM |
| Need script to identify duplicate rows | Dwij | Software Development | 4 | 30-06-2009 05:21 PM |