+ Reply to Thread
Results 1 to 4 of 4

Search a column value and return results to summary sheet while highlighting duplicate val

  1. #1
    Registered User
    Join Date
    07-15-2013
    Location
    London
    MS-Off Ver
    Excel 2010
    Posts
    3

    Search a column value and return results to summary sheet while highlighting duplicate val



    Greetings all,

    I have attached a spread sheet with 5 tabs, a summary tab (this is the result I wish to programmatically achieve)and some country code tabs which is my source data.

    The Summary tab has been achieved by looking in column B and then returning the result in column C, with column A becoming my column headers and column B my row headers.

    The part I have an issues with is some "levels" have more then one employee and don't know how to programmatically managed that, additionally I would like to highlight duplicates for each level is possible. I don't wish to eliminate duplicates simply need to highlight them.

    Any help much appreciated.

    Thanks' in advance
    Ettiene
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    07-15-2013
    Location
    London
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: Search a column value and return results to summary sheet while highlighting duplicate

    The formula on http://office.microsoft.com/en-gb/ex...#_Toc273640147 (=IF(ISERROR(INDEX($A$1:$B$7,SMALL(IF($A$1:$A$7=$A$10,ROW($A$1:$A$7)),ROW(1:1)),2)),"",INDEX($A$1:$B$7,SMALL(IF($A$1:$A$7=$A$10,ROW($A$1:$A$7)),ROW(1:1)),2)) ) does do allow me to do what is require but I need to complete each formula manually for each new row heading I was hoping to automate this process as my actual data contains over a 10000rows

  3. #3
    Forum Contributor
    Join Date
    08-08-2005
    Location
    Kansas, USA
    MS-Off Ver
    2016
    Posts
    293

    Re: Search a column value and return results to summary sheet while highlighting duplicate

    Record a macro to enter the formula into the cell, using the cursor to indicate the cells you need to reference unless these are absolute, then you can type them in as needed. Then examine the recorded macro. That should give you a pattern to follow. Be sure to record the macro using relative references.

  4. #4
    Registered User
    Join Date
    07-15-2013
    Location
    London
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: Search a column value and return results to summary sheet while highlighting duplicate

    Thanks for the reply I shall have a look.

+ 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. Match number in column G and return column B results to new sheet
    By dettrix in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-08-2013, 01:37 AM
  2. Search Code vba return to the new sheet with duplicate data
    By tantcu in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 06-27-2013, 06:28 PM
  3. Macro to average a column in each worksheet and paste results in a summary sheet
    By mpigott in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 04-20-2013, 04:07 PM
  4. Search column a for duplicate data and copy entire row to duplicate sheet
    By crazyAMP in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 03-20-2012, 08:21 PM
  5. Replies: 0
    Last Post: 12-07-2010, 12:41 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