+ Reply to Thread
Results 1 to 3 of 3

Match data and return data from another cell

  1. #1
    Registered User
    Join Date
    11-13-2018
    Location
    Washington US
    MS-Off Ver
    Windows 365
    Posts
    31

    Match data and return data from another cell

    My formula: =IF(MATCH('Sheet 1'!A2,'Sheet 2'!R$2:R$40000,0),'Sheet 2'!S$2:S$40000)

    Does my formula mean; If cell A2 (sheet 1) matches contents in a cell in column R (sheet 2) exactly, it will return value from matching cell (same row) in column S (sheet 2)?

  2. #2
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,316

    Re: I need my formula either verified or corrected.

    Not really, but is that what you are trying to do?

    If so, I think you would need...

    =INDEX('Sheet 2'!S$2:S$40000,MATCH('Sheet 1'!A2,'Sheet 2'!R$2:R$40000,0))

    or

    =LOOKUP('Sheet 1'!A2,'Sheet 2'!R$2:R$40000,'Sheet 2'!S$2:S$40000)

    or

    =VLOOKUP('Sheet 1'!A2,'Sheet 2'!$R$2:$S$4000,2,0)
    Last edited by jeffreybrown; 11-14-2018 at 07:17 PM.
    HTH
    Regards, Jeff

  3. #3
    Registered User
    Join Date
    11-13-2018
    Location
    Washington US
    MS-Off Ver
    Windows 365
    Posts
    31

    Re: I need my formula either verified or corrected.

    You are a lifesaver! First formula worked!! Thanks so much!

+ 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] Match data in 2 columns and return all results from a 3rd to a single cell
    By aidan5800 in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 07-23-2018, 07:29 AM
  2. [SOLVED] Match data from one cell to a range on another worksheet and return value
    By Ninja79 in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 11-08-2017, 04:12 PM
  3. Replies: 4
    Last Post: 05-14-2015, 02:48 PM
  4. Replies: 3
    Last Post: 05-08-2013, 02:10 PM
  5. [SOLVED] Match data and then return value in a different cell
    By polecat123 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-29-2012, 02:18 PM
  6. [SOLVED] Please help: Want to match data and return a different cell
    By jonnykhan in forum Excel Formulas & Functions
    Replies: 16
    Last Post: 08-24-2012, 11:39 AM
  7. Match two criteria to return one cell data
    By rogersst33 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-16-2012, 09:32 AM

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