+ Reply to Thread
Results 1 to 2 of 2

Vlookup and Iserror or Isna function

  1. #1
    Registered User
    Join Date
    11-09-2009
    Location
    NJ
    MS-Off Ver
    Excel 2003
    Posts
    91

    Vlookup and Iserror or Isna function

    I having an issue with vlookup and If error. I have Excel 2003 and so I cant use Iferror, and rather Iserror. I have tried IF(Isna and Iserror and still keep getting an error in the formula.

    =if(isna(VLOOKUP(VALUE(LEFT(I2281,4)),'C:\database.xls]data'!$A$2:$D$1640,4,0), "", VLOOKUP(VALUE(LEFT(I2281,4)),'C:\database.xls]data'!$A$2:$D$1640,4,0))

    It keeps giving me an error in the "" field. Not sure what I am doing wrong here. any help would be appreciated. Thanks
    Last edited by jsohng; 08-30-2010 at 02:35 PM.

  2. #2
    Registered User
    Join Date
    11-09-2009
    Location
    NJ
    MS-Off Ver
    Excel 2003
    Posts
    91

    Re: Vlookup and Iserror or Isna function

    Oh man, I just got it. It was just the addition of one extra ) in the begining of the formula.

    =if(isna(VLOOKUP(VALUE(LEFT(I2281,4)),'C:\database.xls]data'!$A$2:$D$1640,4,0)), "", VLOOKUP(VALUE(LEFT(I2281,4)),'C:\database.xls]data'!$A$2:$D$1640,4,0))

    Thanks NBVC!

+ 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