+ Reply to Thread
Results 1 to 4 of 4

Need to hlook up one cell above

  1. #1
    Registered User
    Join Date
    12-02-2015
    Location
    London
    MS-Off Ver
    2010
    Posts
    10

    Need to hlook up one cell above

    Hello,

    I have the following data:

    Jan-16
    Feb-16
    Mar-16
    Apr-16
    May-16
    Jun-16

    I would like to lookup up May-16 and would like the formula to return the cell above i.e. Apr-16.

    Can someone please kindly provide a simple solution?

    Many thanks in advance.

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    30,890

    Re: Need to hlook up one cell above

    Is it just one row per month? Are the dates in Date format? why not look for Apr?

    Sample file would help us to understand the requirement.

  3. #3
    Forum Contributor
    Join Date
    02-07-2013
    Location
    Karachi, Pakistan
    MS-Off Ver
    Excel 2007
    Posts
    290

    Re: Need to hlook up one cell above

    Hi mbhogal,

    If you just need previous month based on date in B1, use this:
    =EDATE(B1,-1)

    Or if you are looking to return the above entry of matched cell, try this:
    =INDEX(A1:A6,MATCH(B1,A1:A6,0)-1)

    Blessing

  4. #4
    Registered User
    Join Date
    12-02-2015
    Location
    London
    MS-Off Ver
    2010
    Posts
    10

    Re: Need to hlook up one cell above

    The =EDATE(B1,-1) formula has worked and meets my requirement.

    Thank you everyone for your assistance.

+ 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. Using Hlook up
    By pani_hcu in forum Excel General
    Replies: 1
    Last Post: 10-30-2008, 08:40 PM
  2. Help With HLOOK
    By Hummer2097 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 09-18-2005, 02:22 PM
  3. hlook function
    By David Billigmeier in forum Excel Formulas & Functions
    Replies: 18
    Last Post: 09-06-2005, 07:05 PM
  4. hlook function
    By Ankur in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 06:05 PM
  5. hlook function
    By Ankur in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 12:05 PM
  6. hlook function
    By Ankur in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 01:05 AM
  7. [SOLVED] hlook function
    By Ankur in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 12:05 AM
  8. [SOLVED] hlook function
    By Ankur in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-05-2005, 11:05 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