+ Reply to Thread
Results 1 to 4 of 4

Excel 2007 : Problems with ISNA formula

Hybrid View

  1. #1
    Registered User
    Join Date
    07-21-2011
    Location
    Michigan
    MS-Off Ver
    Excel 2007
    Posts
    4

    Problems with ISNA formula

    Hi everyone,

    This is probably a simple thing, but can someone tell me what is wrong with this formula?

    =if(ISNA(VLOOKUP(B2,[SCHEDULE.xlsx]August!$O$81,10,FALSE),"",VLOOKUP(B2,[SCHEDULE.xlsx]August!$O$81,10,FALSE)))

    It keeps highlighting the ,"", portion, but I can't seem to get to the bottom of the issue.

    Thanks!

    Karen
    Last edited by kearniesue; 07-29-2011 at 02:50 PM.

  2. #2
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,945

    Re: Problems with ISNA formula

    =IF(ISNA(VLOOKUP(B2,[SCHEDULE.xlsx]August!$O$81,10,FALSE)),"",VLOOKUP(B2,[SCHEDULE.xlsx]August!$O$81,10,FALSE))
    Ben Van Johnson

  3. #3
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,702

    Re: Problems with ISNA formula

    Your lookup range appears to be a single cell - I don't think that will work.......but in general, in Excel 2007 you can use IFERROR, i.e.

    =IFERROR(VLOOKUP(.....),"")
    Audere est facere

  4. #4
    Registered User
    Join Date
    07-21-2011
    Location
    Michigan
    MS-Off Ver
    Excel 2007
    Posts
    4

    Re: Problems with ISNA formula

    I know, I just figured that out, Daddylonglegs. Thank you so much for the help!

    Now, if I could only figure out how to mark this as solved...

+ 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