+ Reply to Thread
Results 1 to 2 of 2

Vlookup alternative

  1. #1
    Forum Contributor
    Join Date
    03-11-2013
    Location
    india
    MS-Off Ver
    Excel 2007
    Posts
    726

    Vlookup alternative

    Sir

    i am using vlookup(i12,j5:j50000,9,0)

    but when it does not find data it gives #n/a

    what formula should i use so that if my i column value is not there in column j

    then it return a value *

    kindly guide

  2. #2
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Vlookup alternative

    =IF(ISERROR(VLOOKUP(I12,J5:J50000,9,0)),"*",VLOOKUP(I12,J5:J50000,9,0))

    or for later than 2003 versions
    =IFERROR(VLOOKUP(I12,J5:J50000,9,0),"*")
    Life's a spreadsheet, Excel!
    Say thanks, Click *

+ 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