+ Reply to Thread
Results 1 to 3 of 3

Finding array of values unique to one table column compared to another table column

  1. #1
    Registered User
    Join Date
    09-23-2021
    Location
    Brisbane, Australia
    MS-Off Ver
    MS 365
    Posts
    2

    Finding array of values unique to one table column compared to another table column

    Hi, I'm new to excel 365 and the dynamic arrays which seem so good.


    I have two tables "RawStock" and "Table2"

    Both have a SKU column. RawStock[sku] and Table2[sku]

    I'd like to find and list only the sku values in column RawStock[sku] that don't appear in column Table2[sku] in a new dynamic array or table.

    I've tried using the FILTER, UNIQUE and XLOOKUP functions but now I'm just in a mess.

    Could anyone give me some pointers to get me in the right direction?

    Thanks so much for your help,
    Tim
    Last edited by TimRC; 09-23-2021 at 10:17 PM.

  2. #2
    Forum Expert
    Join Date
    02-10-2019
    Location
    Georgia, USA
    MS-Off Ver
    Office 365
    Posts
    2,831

    Re: Finding array of values unique to one table column compared to another table column

    It's always best to attach a sample file - please read the yellow banner at the top of the page. Absent that, please try this:

    =FILTER(RawStock[sku],COUNTIFS(Table2[sku],RawStock[sku])=0)

  3. #3
    Registered User
    Join Date
    09-23-2021
    Location
    Brisbane, Australia
    MS-Off Ver
    MS 365
    Posts
    2

    Re: Finding array of values unique to one table column compared to another table column

    Thanks for the help Greg, That's definitely a solution that works. I'll do a bit more research on the Countifs function now.

    Sorry for not positing the example file, I'll do that in the future.

+ 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. Need a column of unique values from a table
    By FoxRobinHood in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 03-03-2021, 05:59 PM
  2. Counting unique values in a table column
    By MGTexas123 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-28-2020, 09:28 PM
  3. List unique column values from table in new table
    By PeterBSR in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-25-2018, 09:39 AM
  4. Extract unique values in a column from a table
    By gandreso in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 01-17-2017, 11:21 AM
  5. Replies: 12
    Last Post: 04-11-2014, 07:18 PM
  6. How Do You Count Unique Cell Entries In A Column With Many Rows Without Using Table Array
    By OffInParametricLand in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-17-2014, 04:20 PM
  7. Replies: 1
    Last Post: 10-31-2013, 08:25 AM

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