+ Reply to Thread
Results 1 to 5 of 5

Unique values one one sheet against others

  1. #1
    Valued Forum Contributor scaffdog845's Avatar
    Join Date
    02-01-2008
    Location
    Aston, PA. USA.
    MS-Off Ver
    Microsoft 365
    Posts
    373

    Thumbs up Unique values one one sheet against others

    All,

    Is there a formula that will compare numeric values from C:C on sheet4 against the same range in SHEET1:SHEET4 and return only the unique values that exist on sheet4?

    Thanks
    Last edited by scaffdog845; 11-02-2009 at 09:21 AM. Reason: Solved

  2. #2
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,372

    Re: Unique values one one sheet against others

    Care to post a (small) sample workbook?

  3. #3
    Valued Forum Contributor scaffdog845's Avatar
    Join Date
    02-01-2008
    Location
    Aston, PA. USA.
    MS-Off Ver
    Microsoft 365
    Posts
    373

    Re: Unique values one one sheet against others

    I'm attaching a relatively blank workbook just to demonstrate the request. The actual workbook this will be used in has several columns of data with several hundreds of rows on each sheet. Sheets 1:3 are listings of scheduled work orders with 6 digit numbers in C:C of each sheet. Sheet4 is completed work throughout the month. The purpose is top find the WO numbers that were completed without being scheduled on the first 3 sheets.
    Attached Files Attached Files

  4. #4
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,372

    Re: Unique values one one sheet against others

    For a one-off solution try this:

    On Sheet4 in cell D1 put this formula and copy down to the last entry on your list on Sheet4

    =IF(COUNTIF(Sheet1!C:C,Sheet4!C1)+COUNTIF(Sheet2!C:C,Sheet4!C1)+COUNTIF(Sheet3!C:C,Sheet4!C1)=0,Sheet4!C1,"")

    Next select column D and sort ascending.

    Will that do for you?

  5. #5
    Valued Forum Contributor scaffdog845's Avatar
    Join Date
    02-01-2008
    Location
    Aston, PA. USA.
    MS-Off Ver
    Microsoft 365
    Posts
    373

    Re: Unique values one one sheet against others

    Thanks for the help teylyn. Worked perfectly! have a great week.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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