+ Reply to Thread
Results 1 to 3 of 3

Match and return

Hybrid View

  1. #1
    Registered User
    Join Date
    10-01-2008
    Location
    Maryland, US
    Posts
    1

    Match and return

    Hey guys, i have a question but i can't find the answer.

    I have 4 columns here:


    101 101 apple beer
    102 102 orange coke
    102 tennis pen
    105 peper tea
    106 juice cookies

    and i need to write a funtion to match column A and B, and if it match, return everything/ rows

    So, the result should be:

    101 apple beer
    102 orange coke
    102 tennis pen

  2. #2
    Forum Expert
    Join Date
    09-09-2005
    Location
    England
    MS-Off Ver
    2007
    Posts
    1,500
    why is tennis pen a match?

    Regards

    Dav

  3. #3
    Valued Forum Contributor
    Join Date
    08-26-2008
    Location
    singapore
    Posts
    626
    for the column ABCD, row 1

    
    E1=IF(EXACT(A1,B1),CONCATENATE(B1," ",C1," ",D1),"")
    I need your support to add reputations if my solution works.


+ 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. lookup or match - Return nearest match
    By devouk in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 07-05-2012, 06:11 AM
  2. MATCH Function inconsistent in return value
    By Moose8 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 07-12-2008, 01:06 PM
  3. LOOKUP to return closest match
    By Kateabc in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-18-2008, 12:56 PM
  4. Dynamic Form in Excel
    By lisa6538 in forum Excel General
    Replies: 15
    Last Post: 01-11-2007, 03:57 PM

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