+ Reply to Thread
Results 1 to 2 of 2

Pull field from one worksheet if match from two cells from another worksheet match two cel

  1. #1
    Registered User
    Join Date
    08-28-2014
    Location
    Gainesville, GA
    MS-Off Ver
    2010
    Posts
    1

    Question Pull field from one worksheet if match from two cells from another worksheet match two cel

    I have two worksheets. One contains a client name in one column and project name in another column. I need to match both client name and project name on the second worksheet and if a match, then pull in data from a different cell on the match row. This is my current formula but it is not quite working. My list contains 2540 rows to search through for a match.

    =IF(AND(EXACT($D2,'WStwo'!$B$2:$B$2540),EXACT($E2,'WStwo'!$C$2:$C$2540)),'WStwo'!$D$2:$D$2540)


    Name in Column D and Column E on WSone must match the name exactly in both Column B and Column C on WStwo. Once if finds a match, then I need the data in Column D on WStwo. Once I can get this formula to work, then I will be doing the same to pull in data from other columns on WStwo into WSone as well.

    I would think this requires a VLOOKUP formula since I need to search and entire row on another sheet. So a formula within a formula within a formula? Above my pay grade, but I know Excel can do it.

    Thanks for any help I can get on this.
    Last edited by noraroe; 04-23-2019 at 04:08 PM.

  2. #2
    Valued Forum Contributor
    Join Date
    01-07-2013
    Location
    Michigan
    MS-Off Ver
    O365
    Posts
    601

    Re: Pull field from one worksheet if match from two cells from another worksheet match two

    Your best bet is to use INDEX / MATCH. I hope I have your cell references correct. This formula needs to be entered as an array formula using ctrl+shift+enter:
    Please Login or Register  to view this content.
    Does that give you the results you're expecting?
    If someone helped achieve your solution, consider clicking "* Add Reputation" on their post.

    If your question has been answered, mark the thread as [SOLVED] using the Thread Tools menu at the top of the thread.

+ 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: 4
    Last Post: 08-23-2017, 10:57 AM
  2. [SOLVED] How to match multiple criteria from a list to pull entire row from another worksheet?
    By Ozymandius in forum Excel Formulas & Functions
    Replies: 19
    Last Post: 06-18-2017, 01:39 AM
  3. Trying to match 2 columns and pull name from 2nd worksheet
    By osu6196 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-18-2012, 04:08 PM
  4. Replies: 2
    Last Post: 07-25-2012, 04:15 PM
  5. Help on Application.worksheet.function.match / evaluate+match
    By vidyuthrajesh in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 04-12-2012, 04:30 PM
  6. Replies: 2
    Last Post: 01-13-2012, 05:21 PM
  7. [SOLVED] Search & match more than one worksheet and matching cells.
    By Monica in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 07-30-2006, 05:55 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