+ Reply to Thread
Results 1 to 5 of 5

Vlookup formula to skip blank cell and give the next value

  1. #1
    Registered User
    Join Date
    08-18-2012
    Location
    Singapore
    MS-Off Ver
    Excel 2010
    Posts
    41

    Vlookup formula to skip blank cell and give the next value

    Hi all,

    Is it possible to tell vlookup to ignore blank and instead, give me the next value?

    Attached is the questions and desired output I wanted.

    Thanks all in advance.

    keh
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    03-18-2013
    Location
    Stryków, Poland
    MS-Off Ver
    Excel 2003 & 2010
    Posts
    21

    Re: Vlookup formula to skip blank cell and give the next value

    Try like this:
    Please Login or Register  to view this content.

  3. #3
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Vlookup formula to skip blank cell and give the next value

    One way could be this.

    =IF(INDEX(B7:B11,MATCH(F7,A7:A11,0))=0,(INDEX(B7:B11,MATCH(F7,A7:A11,0)+ROW(A1))))
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  4. #4
    Registered User
    Join Date
    08-18-2012
    Location
    Singapore
    MS-Off Ver
    Excel 2010
    Posts
    41

    Re: Vlookup formula to skip blank cell and give the next value

    Hi, thanks, so if i want to skip value less than 5, I only need to the change "" to "<5", right?

    Thanks for the answer!

  5. #5
    Registered User
    Join Date
    03-18-2013
    Location
    Stryków, Poland
    MS-Off Ver
    Excel 2003 & 2010
    Posts
    21

    Re: Vlookup formula to skip blank cell and give the next value

    Have you try it
    Last edited by Wormsek; 03-19-2013 at 06:09 AM.

+ 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