+ Reply to Thread
Results 1 to 4 of 4

identifying file names appearing in 2 different columns / formulas...?

  1. #1
    Registered User
    Join Date
    06-23-2021
    Location
    Miami Beach
    MS-Off Ver
    10
    Posts
    17

    identifying file names appearing in 2 different columns / formulas...?

    can the following be accomplished in single sheet Excel doc?
    (inserting additional columns with formulas AOK)

    column A: ~140K rows with ~140K different file names

    column ?B?: ~48K rows with ~48K different file names,B is subset of A but B & A file names order differ

    column ?C?: ~140K rows, cells stating either "exclusive" if A file not in B, or "non-exclusive" if A file also in B

    Thanks in advance! (hope this description explains...)

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,726

    Re: identifying file names appearing in 2 different columns / formulas...?

    Try this formula in C2 (assumes you are using row 1 for headers):

    =IF(COUNTIF(B:B,A2),"non-exclusive","exclusive")

    Copy down as far as required.

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    06-23-2021
    Location
    Miami Beach
    MS-Off Ver
    10
    Posts
    17

    Thumbs up Re: identifying file names appearing in 2 different columns / formulas...?

    Thanks!
    Will be trying asap.
    regards

    update: seems to work -- worth its weight in gold !!
    Last edited by ribjig; 11-01-2021 at 01:27 PM.

  4. #4
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,726

    Re: identifying file names appearing in 2 different columns / formulas...?

    Glad to help, and thanks for the rep.

    If that takes care of your original question, please take a moment to select Thread Tools from the menu above and to the right of your first post in this thread, and mark the thread as SOLVED.

    Pete

+ 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] Have formulas reference file names to look for data
    By heytherejem in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-28-2021, 01:45 PM
  2. Identifying Names in Columns
    By Darko_Giac in forum Excel General
    Replies: 2
    Last Post: 11-28-2018, 06:37 PM
  3. New File Names to be reflected in ALL Formulas?
    By exceln3wb in forum Excel General
    Replies: 3
    Last Post: 10-23-2017, 12:37 PM
  4. [SOLVED] Macro for appearing only the active names
    By MariaPap in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 11-07-2013, 08:11 AM
  5. Create Formulas Using Variable File and Worksheet Names?
    By bdharvey74 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 09-02-2010, 09:56 AM
  6. code to add formulas to a range with previous formulas appearing inside the new one
    By Excel-o-ratoR in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-07-2010, 06:02 AM
  7. Replies: 2
    Last Post: 03-23-2006, 03:20 PM

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