+ Reply to Thread
Results 1 to 2 of 2

Finding a number in a column and returning the cell 5 columns to the left

  1. #1
    Registered User
    Join Date
    01-09-2013
    Location
    Phoenix, AZ
    MS-Off Ver
    Excel 2003
    Posts
    24

    Finding a number in a column and returning the cell 5 columns to the left

    For example, I want to find "138000" in column M of another spreadsheet, and return the value in column H on the spreadsheet. I thought "=offset(VLOOKUP(A1,'105'!M:M,1,false),0,-5)" would work, but it doesn't. Thanks.

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Finding a number in a column and returning the cell 5 columns to the left

    No, Vlookup returns a Value, not a Range Object that can be offset from.

    Try

    =INDEX('105'!H:H,MATCH(A1,'105'!M:M,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