Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]() I have a workbook with at least 1500 rows filled with info. I want to mark rows that are duplicates based on information on three columns (A,B,E). For example A B C D E 06/20/2005 802676955 MTAB&T - 0:00:00 TBM 12:21:01 I try to use: =IF(COUNTIF(Range1,$E5)1,"Duplicate","") But the above worksheet function is inappropiate as it only look for dups based on column E. Can someone help me, by providing or formulating a formula that will help me get the desired results and include columns A,B, and E into the criteria?. TIA - Larry - -- nrage21 ------------------------------------------------------------------------ nrage21's Profile: http://www.excelforum.com/member.php...fo&userid=4808 View this thread: http://www.excelforum.com/showthread...hreadid=444338 |
#2
![]() |
|||
|
|||
![]()
I'd probably concatenate the data in column A-E into one cell in Column F.
(assuming it handles the width) Use Conditional formatting to highlight duplicate cells in column F. http://www.contextures.com/xlCondFormat03.html "nrage21" wrote in message ... I have a workbook with at least 1500 rows filled with info. I want to mark rows that are duplicates based on information on three columns (A,B,E). For example A B C D E 06/20/2005 802676955 MTAB&T - 0:00:00 TBM 12:21:01 I try to use: =IF(COUNTIF(Range1,$E5)1,"Duplicate","") But the above worksheet function is inappropiate as it only look for dups based on column E. Can someone help me, by providing or formulating a formula that will help me get the desired results and include columns A,B, and E into the criteria?. TIA - Larry - -- nrage21 ------------------------------------------------------------------------ nrage21's Profile: http://www.excelforum.com/member.php...fo&userid=4808 View this thread: http://www.excelforum.com/showthread...hreadid=444338 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I find all named ranges in VB.NET? | Excel Discussion (Misc queries) | |||
Multiple Ranges for a Chart | Charts and Charting in Excel | |||
Problem with graph ranges | Charts and Charting in Excel | |||
compare unique identifiers in multiple ranges | Charts and Charting in Excel | |||
Named dynamic ranges, copied worksheets and graph source data | Charts and Charting in Excel |