+ Reply to Thread
Results 1 to 4 of 4

Thread: If isna formula

  1. #1
    Registered User
    Join Date
    04-21-2010
    Location
    Preston, Lancs
    MS-Off Ver
    Excel 2007
    Posts
    5

    If isna formula

    I have the following formula -:

    =IF(H6>0,D6*K6,0)

    I want to include ISNA within this to get rid of #N/A's. I use them on vlookups but can't figure it out on this one. (The #N/A's stem from the K6 in the formula)

    Any help appreciated.

  2. #2
    Forum Guru ConneXionLost's Avatar
    Join Date
    03-11-2009
    Location
    traded up
    MS-Off Ver
    2003 & 2010
    Posts
    1,905

    Re: If isna formula

    How about:

    =IF(OR(ISNA(D6*K6),H6<=0),0,D6*K6)
    Cheers,
    “To sin by silence when they should protest makes cowards of men.” ~ Abraham Lincoln

  3. #3
    Registered User
    Join Date
    04-21-2010
    Location
    Preston, Lancs
    MS-Off Ver
    Excel 2007
    Posts
    5

    Re: If isna formula

    Quote Originally Posted by ConneXionLost View Post
    How about:

    =IF(OR(ISNA(D6*K6),H6<=0),0,D6*K6)
    Cheers,
    Cheers, thanks very much.

    SOLVED!

  4. #4
    Forum Guru ConneXionLost's Avatar
    Join Date
    03-11-2009
    Location
    traded up
    MS-Off Ver
    2003 & 2010
    Posts
    1,905

    Re: If isna formula

    If you are satisfied with the solution(s) provided, please mark your thread as Solved.

    How to mark a thread Solved
    Go to the first post
    Click edit
    Click Go Advanced
    Just below the word Title you will see a dropdown with the word No prefix.
    Change to Solved
    Click Save
    “To sin by silence when they should protest makes cowards of men.” ~ Abraham Lincoln

+ 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.2.0