+ Reply to Thread
Results 1 to 4 of 4

Looking up a cell that is left of the current column

  1. #1
    Registered User
    Join Date
    02-15-2010
    Location
    Sydney
    MS-Off Ver
    Excel 2003
    Posts
    16

    Looking up a cell that is left of the current column

    Hello All.

    I have an excel problem where i want to look-up a date in one column and then wish to find the date in the previous column of the same row.

    I then need to do the same, though this time for a column two (2) columns to the left of the target column and so on.

    I cannot seem to get the 'left look-up' and/or 'index/match/offset' functions to work either.

    I have attached a draft copy of the excel sheet.

    Any urgent advice would be very much appreciated.

    Thank -you.

    Ynot2010.
    Attached Files Attached Files

  2. #2
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,167

    Re: Looking up a cell that is left of the current column

    Hi ynot2010,
    See if the formulas in the yellow cells are what you want. See the attached.
    Attached Files Attached Files
    One test is worth a thousand opinions.
    Click the * Add Reputation below to say thanks.

  3. #3
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,604

    Re: Looking up a cell that is left of the current column

    J27:
    Please Login or Register  to view this content.
    k27:
    Please Login or Register  to view this content.
    Ben Van Johnson

  4. #4
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Looking up a cell that is left of the current column

    k7 =INDEX($E$7:$BX$7,MATCH($L$27,$E$7:$BX$7,0)-1)
    j7 =INDEX($E$7:$BX$7,MATCH($L$27,$E$7:$BX$7,0)-2)
    i7=INDEX($E$7:$BX$7,MATCH($L$27,$E$7:$BX$7,0)-3)

    but since you have consecutive weeks why not just
    k7=L27-7
    j7=K27-7
    I7 =J27-7
    Last edited by martindwilson; 02-06-2011 at 11:29 AM.
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

+ 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