+ Reply to Thread
Results 1 to 8 of 8

compare 2 lists and extract the differencies without array formula / helper column

  1. #1
    Forum Contributor
    Join Date
    12-23-2013
    Location
    Hungary
    MS-Off Ver
    Excel 2013
    Posts
    331

    compare 2 lists and extract the differencies without array formula / helper column

    Hello,

    I would like to ask some regarding extraction. I have 2 lists and my target is to compare and extract only the differencies but this should be done without array formula / helper column.

    Please, see the expected result and my array solution in the attached sample file.

    Thank you for any help you can offer!
    Attached Files Attached Files

  2. #2
    Forum Expert CK76's Avatar
    Join Date
    06-16-2015
    Location
    ONT, Canada
    MS-Off Ver
    MS365 Apps for enterprise
    Posts
    5,887

    Re: compare 2 lists and extract the differencies without array formula / helper column

    You could use Get&Transform/PQ.

    Load both ranges to query, filter out blanks.

    Then on List1, use full outer join of List2.

    Then do Text Filters->Equals->Advanced. And filter for List1 = null "OR" List2 = null.
    This will generate following.
    0.JPG

    If you are only interested in what is missing in List2. Then you can use Left Outer Join instead of Full Outer Join.
    ?Progress isn't made by early risers. It's made by lazy men trying to find easier ways to do something.?
    ― Robert A. Heinlein

  3. #3
    Valued Forum Contributor Haluk's Avatar
    Join Date
    02-14-2019
    Location
    Turkiye
    MS-Off Ver
    2010 - 64 Bit on Windows-11 (22 H2) 64 Bit
    Posts
    1,150

    Re: compare 2 lists and extract the differencies without array formula / helper column

    Without an array formula, you can create a list but there will be empty cells within...

    You can insert the following formula in cell C5 and drag down to the last row of the lists.

    Replace ";" with "," depending on your local settings of Excel.

    Please Login or Register  to view this content.

  4. #4
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2403
    Posts
    13,406

    Re: compare 2 lists and extract the differencies without array formula / helper column

    Villalobos when you say without array formula are you simply wanting to avoid Ctrl + Shift + Enter?

    If so this does not require CSE, but it is still technically an array formula.

    As Haluk has stated you may need to change ";" for "," in the argument separators. In B33 and filled down.
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Does this do what you want?
    Dave

  5. #5
    Forum Contributor
    Join Date
    12-23-2013
    Location
    Hungary
    MS-Off Ver
    Excel 2013
    Posts
    331

    Re: compare 2 lists and extract the differencies without array formula / helper column

    @FlameRetired,
    Yes, I wanted to avoid the Ctrl + Shift + Enter. Thank you very much for this solution and for the time that you spent!

    Just one more question.
    I thought that no array formula without CSE, may I ask you to explain the relationship between an array formula and CSE?

  6. #6
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2403
    Posts
    13,406

    Re: compare 2 lists and extract the differencies without array formula / helper column

    Villalobos I have attempted to articulate this for myself let alone others over the years. I haven't done well.

    There is apparent confusion on the topic and what is deemed an array formula.
    The terms CSE and array formula are often used synonymously. Though powerful and fast array formulas are resource heavy. Too many of them can slow workbook performance. It may be the unstated reason for requesting a non array formula. That's why I often ask.

    There really isn't a difference in how the two operate. Excel is written to recognize CSE as an array formula. The questions are: "Does the formula perform multiple calculations upon whole ranges or other calculated arrays?" or "Does it produce multiple returns?" If it does it's an array formula.

    If you are not familiar with it there is a feature in Excel call 'Evaluate Formula'. It is in the Formulas ribbon. Clicking your way through a formula step by step often answers those questions.

    You didn't ask, but some commonly used tools to avoid CSE are SUMPRODUCT, AGGREGATE, MMULT and wrapping nested calculations in INDEX. There are other constructions. (Exploration and experimentation are my best friends. LOL )

    This is not likely a very satisfying answer, but I hope it helps.

  7. #7
    Forum Contributor
    Join Date
    12-23-2013
    Location
    Hungary
    MS-Off Ver
    Excel 2013
    Posts
    331

    Re: compare 2 lists and extract the differencies without array formula / helper column

    Thank you for your explanation!

  8. #8
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2403
    Posts
    13,406

    Re: compare 2 lists and extract the differencies without array formula / helper column

    You are welcome. Glad to help.

    Thank you for the feedback, added rep and marking your thread Solved.

+ 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] Array formula to remove helper column
    By johnmitch38 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-19-2018, 04:13 PM
  2. [SOLVED] Helper column instead of array?
    By trolle in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 03-13-2018, 10:19 AM
  3. [SOLVED] Using SUMPRODUCT/ARRAY formula instead of helper column
    By esbencito in forum Excel General
    Replies: 6
    Last Post: 01-23-2018, 10:22 PM
  4. Sort by helper column even if values in helper are alike
    By NoSleepForMe in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-10-2016, 04:14 AM
  5. [SOLVED] Compare lists and extract differences
    By ejoneslor in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 02-02-2016, 05:45 AM
  6. [SOLVED] Using array formula instead of creating a helper column
    By jasonleewkd in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 11-10-2014, 12:55 PM
  7. compare lists, extract new values
    By trav in forum Excel General
    Replies: 1
    Last Post: 05-16-2006, 11:22 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