+ Reply to Thread
Results 1 to 3 of 3

conditional formatting_copying lines

  1. #1
    Registered User
    Join Date
    12-09-2012
    Location
    Warsaw
    MS-Off Ver
    Excel 2003/Excel 2010
    Posts
    44

    conditional formatting_copying lines

    Hello,
    could you please help me to solve the following problem:
    I have used the conditional formatting to find duplicates in one column (A); in another one (f. eg.B) I would like to have only these values which are not duplicated (not coloured).

    I attach an Excel sheet with sample data.

    Thank you for any advice.

    Malgosia
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    04-28-2013
    Location
    Poznań/Poland
    MS-Off Ver
    Excel 2010
    Posts
    39

    Re: conditional formatting_copying lines

    hi,

    if you want to get not duplicated data first you must select range B1:B6 and then write array formula in selected range:

    {=INDEX($A$1:$A$6;SMALL(IF(COUNTIF(A1:A6;A1:A6)=1;ROW(INDIRECT("1:"&ROWS(A1:A6)));"");ROW(INDIRECT("1:"&ROWS(A1:A6)))))}

    Notice, You should aproove the formula with CTRL+SHIFT+ENTER (signs "{" and "}" appear after aprooving).

    regards

  3. #3
    Registered User
    Join Date
    12-09-2012
    Location
    Warsaw
    MS-Off Ver
    Excel 2003/Excel 2010
    Posts
    44

    Re: conditional formatting_copying lines

    Hi,
    Thank you ver much for your help. It works

    Regards,
    Malgosia

+ 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] Inserting a space between lines in conditional formatting
    By kosherboy in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 12-08-2013, 12:10 PM
  2. Inserting Lines by macro and conditional formatting
    By DrSteve in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-28-2011, 08:17 AM
  3. Conditional Inserting lines
    By GMOODY in forum Excel General
    Replies: 1
    Last Post: 05-26-2010, 10:44 AM
  4. Conditional V Lookup at multiple lines
    By tanksalevikrant in forum Excel General
    Replies: 4
    Last Post: 05-26-2009, 01:20 AM
  5. Adding lines and conditional formatting with macros
    By DamienC in forum Excel Programming / VBA / Macros
    Replies: 17
    Last Post: 07-05-2008, 05:33 AM

Tags for this Thread

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