+ Reply to Thread
Results 1 to 2 of 2

Formula required for comparing multiple colums to multiple colums

  1. #1
    Registered User
    Join Date
    07-30-2012
    Location
    London, England
    MS-Off Ver
    Excel 2003
    Posts
    1

    Formula required for comparing multiple colums to multiple colums

    Hi,

    I wonder if someone could help me??? Im pulling my hair out!!!

    I am trying to compare multiple columns to multilpe columns. I have attached a spreadsheet which has 2 tabs (Software and CTI). I want to compare columns A, B and C in the Software tab to columns A, B and C in the CTI tab. The results need to be populated in columns E, F and G in the Software tab. The results in the latter columns should be the correct text, e.g.

    Column A Column B Column C | Column E Column F Column G

    Software Clothing NSM Monitoring Software Clothing NSM Monitoring


    Thanks
    Attached Files Attached Files

  2. #2
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Formula required for comparing multiple colums to multiple colums

    In e2
    =if(isnumber(match($a2&$b2&$c2,index(cti!$a$1:$a$5000&cti!$b$1:$b$5000&cti!$c$1:$c$5000,0),0)),a2,"")
    in f2
    =if($e2<>"",b2,"")
    if g2
    =if($e2<>"",c2,"")
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

+ 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