+ Reply to Thread
Results 1 to 3 of 3

Matching values in 3 columns, same row, and returning a value in same row from 4th column

  1. #1
    Registered User
    Join Date
    05-07-2013
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    2

    Matching values in 3 columns, same row, and returning a value in same row from 4th column

    I need to look up three cell values from three different columns (but in the same row) in one worksheet, and return the cell value from a 4th column (in the same row) IF the first three values in that worksheet match the 2nd worksheet.

    For example, in the attached workbook, I need to look up the cell value for column A2, Column E2, and Column F2 in the Worksheet 1, match those three values in worksheet 2, and if there is a match, return the result from Column N from Worksheet 1 into Column N of Worksheet 2.

    Supplier Exception Report Example.xlsx

    Some of these reports have hundreds of lines, so any help would be greatly appreciated!

    Eva Marie

  2. #2
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.95 for Mac MS 365
    Posts
    8,682

    Re: Matching values in 3 columns, same row, and returning a value in same row from 4th col

    It would seem an =IF(AND(value1,value2,value3),=value_I_want,return_value,"")
    might work.

    EDIT: now that I reread your request, it might have to be altered, look for it in another post.
    Last edited by Sam Capricci; 11-14-2013 at 01:41 PM.
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

  3. #3
    Forum Expert Moo the Dog's Avatar
    Join Date
    09-28-2012
    Location
    Wisconsin
    MS-Off Ver
    Office 365 (PC & Mac)
    Posts
    1,845

    Re: Matching values in 3 columns, same row, and returning a value in same row from 4th col

    Entered as an ARRAY formula (by presing Ctrl + Shift + Enter, instead of just Enter), you could try:
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    - Moo

  4. #4
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.95 for Mac MS 365
    Posts
    8,682

    Re: Matching values in 3 columns, same row, and returning a value in same row from 4th col

    ok, so Moo gave you one option, here is another...
    =IF(AND('Worksheet 1'!B2='Worksheet 2'!B2,'Worksheet 1'!E2='Worksheet 2'!E2,'Worksheet 1'!F2='Worksheet 2'!F2),'Worksheet 1'!N2,"")
    if I grasped your request.

    EDIT: oh, and paste that into N2 on worksheet 2.

+ 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. Replies: 8
    Last Post: 11-09-2013, 04:50 PM
  2. Replies: 5
    Last Post: 08-24-2012, 10:59 AM
  3. Replies: 2
    Last Post: 12-30-2011, 07:30 PM
  4. Replies: 8
    Last Post: 12-25-2011, 08:39 PM
  5. Replies: 5
    Last Post: 06-16-2005, 02:05 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