+ Reply to Thread
Results 1 to 5 of 5

Can OFFSET work across worksheets?

  1. #1
    Forum Contributor
    Join Date
    11-11-2004
    MS-Off Ver
    pro + 2019
    Posts
    134

    Can OFFSET work across worksheets?

    I'm trying to use OFFSET and MATCH since VLOOKUP doesn't go right to left--and I am unable to redesign my table.

    Sheet 1
    col a: car type
    col b: plate number

    In another sheet I want to match a cell in which I type a plate number (let's say B4)

    In the next cell (B5) I want to: =MATCH(B4, Sheet1!B:B, 0) to find that plate number in Sheet1, Col B.

    Then I want to OFFSET one cell to the left to read the car type.

    How do I get OFFSET to realize I want to move around based on the location, on the sheet, that MATCH found?

    Thanks

  2. #2
    Forum Expert Carim's Avatar
    Join Date
    04-07-2006
    Posts
    4,070
    Hi,

    For a susbtitute to vlookup(), the combination you need is Index() Match().

    Both functions do accept sheet name references ...
    HTH
    Carim


    Top Excel Links

  3. #3
    Forum Contributor
    Join Date
    11-11-2004
    MS-Off Ver
    pro + 2019
    Posts
    134
    Hi,

    Do you mean Index(match())?

  4. #4
    Forum Contributor
    Join Date
    11-11-2004
    MS-Off Ver
    pro + 2019
    Posts
    134
    Ah, i got it.

    syntax error, as always.

    I was using the MATCH as the reference, instead of the name of a column of data. nice fix.

    Thanks!

  5. #5
    Forum Expert Carim's Avatar
    Join Date
    04-07-2006
    Posts
    4,070
    Glad you fixed your problem

    Thanks for the feedback

+ 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