+ Reply to Thread
Results 1 to 3 of 3

Match records in 3 columns

Hybrid View

  1. #1
    Registered User
    Join Date
    05-14-2013
    Location
    London, England
    MS-Off Ver
    Excel 2010
    Posts
    1

    Wink Match records in 3 columns

    Hi guys - newbie here, incredibly grateful for any/all help.

    Columns F, T and S of the attached worksheet contain order IDs.

    Each order ID could be present in 1, 2 or even all 3 columns.

    How could I find out and show which columns each order ID is present in?

    Thanks so much in advance for your help!

    A
    Attached Files Attached Files

  2. #2
    Forum Expert tigeravatar's Avatar
    Join Date
    03-25-2011
    Location
    Colorado, USA
    MS-Off Ver
    Excel 2003 - 2013
    Posts
    5,361

    Re: Match records in 3 columns

    alexemberey,

    Welcome to the forum!
    Attached is a modified version of your posted workbook.
    I used Advanced Filter to get a unique list of all of the Order ID's.
    Then in cell F2 and copied over and down is this formula:
    =IF(COUNTIF(A:A,$E3)>0,"X","")

    Does that work for you?
    Attached Files Attached Files
    Hope that helps,
    ~tigeravatar

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  3. #3
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Match records in 3 columns

    with index / match

    if the data is found in the column it shows the value.

    otherwise it shows #N/A (there is no data found in that column)

    see the attached file
    Attached Files Attached Files
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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