+ Reply to Thread
Results 1 to 3 of 3

Unique values

  1. #1
    Forum Contributor
    Join Date
    01-21-2017
    Location
    England
    MS-Off Ver
    2007
    Posts
    409

    Unique values

    Hi I have two columns with names in both columns. Column A has all the names in it and Column b only has some of the names in it. I would like a formulae that looks at both columns and in column C only displays the names that don't appear in column b but do appear in column A. the names will be in random orders

    Thanks in advance

  2. #2
    Forum Expert mrice's Avatar
    Join Date
    06-22-2004
    Location
    Surrey, England
    MS-Off Ver
    Excel 2013
    Posts
    4,967

    Re: Unique values

    Try pasting

    =IF(COUNTIF(B:B,A1) = 0,A1,"")

    into C1 and copying down.
    Martin

  3. #3
    Forum Contributor
    Join Date
    01-21-2017
    Location
    England
    MS-Off Ver
    2007
    Posts
    409
    Quote Originally Posted by mrice View Post
    Try pasting

    =IF(COUNTIF(B:B,A1) = 0,A1,"")

    into C1 and copying down.

    Thanks great thank you

+ 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. Replies: 2
    Last Post: 08-19-2015, 10:22 AM
  2. [SOLVED] Using INDEX MATCH to return unique values for non-unique search term
    By rico_suave in forum Excel Formulas & Functions
    Replies: 14
    Last Post: 06-03-2015, 01:53 AM
  3. Replies: 1
    Last Post: 01-29-2015, 04:08 PM
  4. [SOLVED] count unique values based on unique values
    By neetu.aggarwal in forum Excel General
    Replies: 13
    Last Post: 10-23-2012, 04:00 AM
  5. [SOLVED] Sum unique values according to criteria (sumif unique values)
    By hmpw in forum Excel General
    Replies: 8
    Last Post: 07-14-2012, 06:21 AM
  6. Replies: 0
    Last Post: 03-08-2012, 12:18 PM
  7. scaling an exisiting macro for unique values of X for Unique values of Y.
    By widodude in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 02-18-2011, 09:33 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