+ Reply to Thread
Results 1 to 3 of 3

Look up Single list value & Return multiple corresponding values While Adding New Rows

  1. #1
    Registered User
    Join Date
    07-09-2014
    Location
    Pakistan
    MS-Off Ver
    2010
    Posts
    2

    Look up Single list value & Return multiple corresponding values While Adding New Rows

    Hello,

    I'm looking for a way to have excel look up one value (from a list) and return multiple corresponding values while adding new rows.

    For example, using the following data:
    In Sheet 1 in column A

    A1:GL01
    A2:GL02
    A3:GL02
    A4:GL03
    A5:GL04
    A6:GL04

    In Sheet 2 in column A And B

    A1:GL01 B1: aaa
    A2:GL01 B2: aaa
    A3:GL01 B3: aaa
    A4:GL01 B4: aaa
    A5:GL02 B5: bbb
    A6:GL02 B6: bbb
    A7:GL03 B7: ccc
    A8:GL03 B8: ccc

    I want to match the value in sheet 1 Column A into sheet 2 Column A
    And bring the values into sheet 1 column B from the Sheet 2 column B

    FOR EXAMPLE:
    In Sheet 1
    Column A Column B
    A1:GL01 B1: aaa
    A2:GL01 B2: aaa
    A3:GL01 B3: aaa
    A4:GL01 B4: aaa
    A5:GL02 B5: bbb
    A6:GL02 B6: bbb
    A7:GL03 B7: ccc
    A8:GL03 B8: ccc

    Any formula or Macro will work for me.
    I am in hurry as i need to solve this in next 20 hours.
    Any thoughts, suggestions?

    Thank you!

  2. #2
    Forum Expert
    Join Date
    06-12-2012
    Location
    Ridgefield Park, New Jersey
    MS-Off Ver
    Excel 2003,2007,2010
    Posts
    10,241

    Re: Look up Single list value & Return multiple corresponding values While Adding New Rows

    Maybe:

    =VLOOKUP(A1,Sheet2!$A$1:$B$90,2,FALSE)

  3. #3
    Registered User
    Join Date
    07-09-2014
    Location
    Pakistan
    MS-Off Ver
    2010
    Posts
    2

    Re: Look up Single list value & Return multiple corresponding values While Adding New Rows

    No i want a formula that can add rows into sheet 1 if in vlookup resulting values are more than one.
    Means if criteria is true than bring the values into sheet1 column B from sheet 2 column B while adding new rows.

+ 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] How to return multiple values to a single cell based on multiple criteria
    By lwallace in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 08-20-2014, 06:32 AM
  2. Replies: 4
    Last Post: 05-12-2014, 07:10 PM
  3. Replies: 2
    Last Post: 12-04-2013, 09:45 PM
  4. How to Look up Single list value & Return multiple corresponding values
    By LAB2007 in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 08-22-2013, 09:49 AM
  5. Search multiple values to return single values
    By JANA in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 10-27-2005, 12:05 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