+ Reply to Thread
Results 1 to 3 of 3

=IF(ISNA help

  1. #1
    Forum Contributor
    Join Date
    12-14-2012
    Location
    USA
    MS-Off Ver
    Excel 2010
    Posts
    142

    =IF(ISNA help

    I am trying to remove the #N/A in the cell.
    Here is the original formula:

    Please Login or Register  to view this content.
    Here is what I tried and it doesn't work, any suggestions?
    Please Login or Register  to view this content.

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: =IF(ISNA help

    Presumably the VLOOKUP will cause the #N/A error - using your approach try

    =IF(ISNA(VLOOKUP(C4,LookupLists!E:G,3,FALSE)),"",B4*VLOOKUP(C4,LookupLists!E:G,3,FALSE))

    although in Excel 2010 you can employ IFERROR to shorten that, i.e.

    =IFERROR(B4*VLOOKUP(C4,LookupLists!E:G,3,FALSE),"")
    Audere est facere

  3. #3
    Forum Contributor
    Join Date
    12-14-2012
    Location
    USA
    MS-Off Ver
    Excel 2010
    Posts
    142

    Re: =IF(ISNA help

    Thanks so much

+ 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