+ Reply to Thread
Results 1 to 3 of 3

Vloopup if first result returns null or Zero find next mathcing value

  1. #1
    Registered User
    Join Date
    03-28-2011
    Location
    London
    MS-Off Ver
    Excel 2003
    Posts
    11

    Vloopup if first result returns null or Zero find next mathcing value

    How to get next matching value with the help of Vloopup if first returns null or Zero and fill in the other column value

    As in the below example
    I have set of data in colA and colB which has applciation name and status

    colg and colh has a status of the dependency - based on the colG and colH value we need to fill on the colA and colB value.

    Currently it is take first cell value, where as it require next value which is not null or blank.

    =IF(ISNA(VLOOKUP(A2,$G$2:$H$28,2,0)),"",VLOOKUP(A2,$G$2:$H$28,2,FALSE))

    =OFFSET(INDIRECT("G"&MATCH(A2,$G:$G,0)),0,1)

    Attached excel sheet for reference

    Any help high appreciated!
    Attached Files Attached Files

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Vloopup if first result returns null or Zero find next mathcing value

    Try, in B2:

    Please Login or Register  to view this content.
    copied down
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    03-28-2011
    Location
    London
    MS-Off Ver
    Excel 2003
    Posts
    11

    Re: Vloopup if first result returns null or Zero find next mathcing value

    Hi NBVC,

    Thank you very much! you have made my day!

    Three Chrees!
    Veman
    :-)

+ 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