+ Reply to Thread
Results 1 to 4 of 4

Match Offset on different sheet

  1. #1
    Forum Contributor
    Join Date
    06-16-2010
    Location
    Tampa, FL
    MS-Off Ver
    Excel 2010
    Posts
    278

    Match Offset on different sheet

    Hi - I'm struggling with this.
    Sheet2.A1 = Cat
    On Sheet1, I want to find Cat in Column C and then Offset down 2 rows and over 57 columns
    Put result on Sheet2, B2
    Thank you!
    Last edited by ker9; 02-07-2014 at 03:08 PM.

  2. #2
    Forum Expert
    Join Date
    02-19-2013
    Location
    India
    MS-Off Ver
    07/16
    Posts
    2,386

    Re: Match Offset on different sheet

    =OFFSET(INDIRECT("Sheet1!C"&MATCH(Sheet2!A9,Sheet1!C1:C10,0)),2,57,,)

    make the references absolute.

    Hope this helps

    You could use index and match as well
    =INDEX(Sheet1!$C$1:$BG$8,MATCH(Sheet2!A1,Sheet1!$C$1:$C$8,0)+2),57) if data starts from C1 if from A1 then

    =INDEX(Sheet1!$A$1:$BG$8,MATCH(Sheet2!A1,Sheet1!$C$1:$C$8,0)+2),55)
    Attached Files Attached Files
    Last edited by hemesh; 02-07-2014 at 03:00 PM.
    -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    WANT TO SAY THANKS, HIT ADD REPUTATION (*) AT THE BOTTOM LEFT CORNER OF THE POST

    More we learn about excel, more it shows us, how less we know about it.

    for chemistry
    https://www.youtube.com/c/chemistrybyshivaansh

  3. #3
    Forum Contributor
    Join Date
    06-16-2010
    Location
    Tampa, FL
    MS-Off Ver
    Excel 2010
    Posts
    278

    Re: Match Offset on different sheet

    Perfect - thank you. I was close but struggling to get it just right.

  4. #4
    Forum Expert
    Join Date
    02-19-2013
    Location
    India
    MS-Off Ver
    07/16
    Posts
    2,386

    Re: Match Offset on different sheet

    Thanks for the feedback and Rep !

+ 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] find, if match, then cut, offset. if not match, then cut and offset
    By flunzy in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 02-05-2014, 10:39 AM
  2. [SOLVED] Dynamic Name Range using Offset&Match with Match based off a different column
    By mdlpjr in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-16-2013, 06:33 PM
  3. [SOLVED] If Cell in column = "Y" then with offset (0, 1).value match to sheet range A3:A return ...
    By Spyderz in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 10-13-2012, 02:00 PM
  4. [SOLVED] index match with row information offset from the match cell
    By smls in forum Excel General
    Replies: 7
    Last Post: 08-30-2012, 09:48 AM
  5. Replies: 2
    Last Post: 03-16-2012, 12:03 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