+ Reply to Thread
Results 1 to 2 of 2

Marrying information

  1. #1
    Registered User
    Join Date
    07-23-2012
    Location
    St. Louis, MO
    MS-Off Ver
    Excel 2007
    Posts
    1

    Marrying information

    Image 2.jpg
    I want to use column C and column D as the reference table. So I need helping looking up the requistion in column A and if it matches a requisition in column D, it will list the information tied to it from Column C in the B column.
    Last edited by Paul; 07-23-2012 at 03:19 PM.

  2. #2
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451

    Re: Marrying information

    Hello gblack6181, and welcome to the forum.

    You can use INDEX() & MATCH() for that. Although you have multiple occurrences of the same #'s in col D it appears as though each occurrence relates to the same # in col C. So, in B2 and dragged down, try:

    =IF(A2="","",INDEX(C:C,MATCH(A2,D:D,0))

+ 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