+ Reply to Thread
Results 1 to 7 of 7

Highlight row if duplicates found with three column

  1. #1
    Forum Contributor HaroonSid's Avatar
    Join Date
    02-28-2014
    Location
    india
    MS-Off Ver
    Excel 2013
    Posts
    2,095

    Highlight row if duplicates found with three column

    hi,
    i want to highlight row if duplicates find with three column

    thanx
    Use Code-Tags for showing your code :
    Please mark your question Solved if there has been offered a solution that works fine for you
    If You like solutions provided by anyone, feel free to add reputation using STAR *

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    30,824

    Re: Highlight row if duplicates found with three column

    A little more information required.


    Attach a sample workbook.

    Make sure there is just enough data to demonstrate your need. Include a BEFORE sheet and an AFTER sheet in the workbook if needed to show the process you're trying to complete or automate. Make sure your desired results are shown, mock them up manually if necessary.

    Remember to desensitize the data.

    Click on GO ADVANCED and then scroll down to Manage Attachments to open the upload window.

  3. #3
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: Highlight row if duplicates found with three column

    Are you familiar with Conditional Formatting?

    Perhaps a rule based something like...
    =COUNTIF(A1:C1,C1)=3
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  4. #4
    Forum Contributor HaroonSid's Avatar
    Join Date
    02-28-2014
    Location
    india
    MS-Off Ver
    Excel 2013
    Posts
    2,095

    Re: Highlight row if duplicates found with three column

    Workbook attached
    Attached Files Attached Files

  5. #5
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    30,824

    Re: Highlight row if duplicates found with three column

    Try

    =IF(COUNTIFS(C:C,C6,D:D,D6,E:E,E6)>1,"Duplicate","")

  6. #6
    Forum Contributor HaroonSid's Avatar
    Join Date
    02-28-2014
    Location
    india
    MS-Off Ver
    Excel 2013
    Posts
    2,095

    Re: Highlight row if duplicates found with three column

    Thanx alot JohnTopley

    its giving me a closer result
    i used conditional formatting and given below code provided by you
    Please Login or Register  to view this content.
    actually its formatting the only column c
    while i want to highlight column c:e

    thanx for your help

  7. #7
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    30,824

    Re: Highlight row if duplicates found with three column

    Apply rule to each column

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Highlight cells in column of found text string - Rework
    By delaing in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 06-28-2016, 05:37 PM
  2. remove duplicates based on name found in column b
    By antiKILLER in forum Excel General
    Replies: 2
    Last Post: 03-01-2016, 02:57 PM
  3. [SOLVED] Highlight cells in column of found text string
    By delaing in forum Excel Programming / VBA / Macros
    Replies: 27
    Last Post: 09-11-2015, 02:15 PM
  4. [SOLVED] If Duplicates Are Found in Column A, then consolidate Rows.
    By EnigmaMatter in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 02-11-2015, 12:50 PM
  5. Compare Column A to Column B then highlight/format any duplicates
    By BigExcelBaby in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-17-2014, 06:51 PM
  6. Programatically look for duplicates and rename data in a column if one found
    By lridlen in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 05-06-2013, 11:37 PM
  7. Highlight column once unique ID found
    By Hnedjari in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-30-2012, 12:20 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1