+ Reply to Thread
Results 1 to 2 of 2

Vlookup to return cell above

  1. #1
    Registered User
    Join Date
    01-10-2020
    Location
    Peterborough, England
    MS-Off Ver
    Office 2016
    Posts
    25

    Vlookup to return cell above

    Hi all,

    I'm using =VLOOKUP(L6,P5:Y9,10,FALSE) to find the cell I want, however I also need a formula to return the cell above too.

    Is there anything i can do?

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,788

    Re: Vlookup to return cell above

    Use INDEX and MATCH instead:

    =IFERROR(INDEX(Y5:Y9,MATCH(L6,P5:P9,0)-1),"not found")

    Hope this helps.

    Pete

+ 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] VBA to Vlookup cell text and return value as Cell Comment
    By alexcapone in forum Excel Programming / VBA / Macros
    Replies: 14
    Last Post: 10-29-2017, 10:03 PM
  2. [SOLVED] vlookup to return a blank cell?
    By TomRet in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-07-2014, 02:11 AM
  3. [SOLVED] Formula to always return cell below what a vlookup would return
    By KCHEXCEL in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 08-28-2013, 12:57 AM
  4. [SOLVED] vlookup of two items to return a third vlookup value into a cell
    By PhoenixFaery in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-12-2013, 07:33 PM
  5. [SOLVED] Vlookup or If/Then to return a substitute cell for a cell that matches itself in a range
    By Shadefalcon in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 11-13-2012, 06:02 PM
  6. VLOOKUP to return Cell reference rather than Cell Contents.
    By Wozza147 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-22-2009, 07:49 AM
  7. [SOLVED] Vlookup return 0 when cell is blank
    By Paul in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-11-2006, 01:10 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