+ Reply to Thread
Results 1 to 5 of 5

Multiple If/IsNA formula issue

  1. #1
    Registered User
    Join Date
    01-07-2020
    Location
    Sydney
    MS-Off Ver
    1902
    Posts
    2

    Multiple If/IsNA formula issue

    Hi Everyone,

    I have an issue and cant work around it.

    In the attached workbook I'm trying to achieve the following:
    Column F needs to be a "4" if column B is over "90" if not then 7. Now this needs to include Column A and it needs to contain NZ. If Column "B" is NA then it needs to be 7.

    Column F needs to be a "4" if column B is over "90" if not then 8. Now this needs to include Column A and it needs to contain AU. If Column "B" is NA then it needs to be 8.

    Basically I have 2 different countries with 2 different scoring methods. Column B and Column C is normally a Vlookup on my agents Name from a different spreadsheet.

    I can get the AU and NZ part but cannot work out how to add the "isna' in there. When I add it in 2 different areas it only looks at the first isna and puts a 7. But I need it to be 8 for AU.


    Hope someone can help
    Attached Files Attached Files

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,926

    Re: Multiple If/IsNA formula issue

    See if this will work for you?
    =IF(ISERROR(B2),IF(A2="NZ",7,8),4)
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,393

    Re: Multiple If/IsNA formula issue

    Welcome to the forum.

    Try this:

    =IF(AND(OR(A2="NZ",A2="AU"),B2>=90),4,IF(AND(A2="NZ",B2<90),7,IF(AND(A2="AU",B2<90),8,"N/A")))
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  4. #4
    Registered User
    Join Date
    01-07-2020
    Location
    Sydney
    MS-Off Ver
    1902
    Posts
    2

    Re: Multiple If/IsNA formula issue

    FDibbins - Your truley amazing. I think my mind was too deeply involved with this to not think of a completely different forumula. Something so simple has worked a treat. Thanks heaps.

  5. #5
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,926

    Re: Multiple If/IsNA formula issue

    Happy to help and thanks for the feedback

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] ISNA with multiple vlookup - want to return Yes/No
    By pilot_jp in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 09-12-2016, 07:56 AM
  2. [SOLVED] Multiple if isna
    By timbo1957 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 03-11-2014, 07:45 AM
  3. [SOLVED] Help with multiple vlookup with if, and(isna())
    By roscoepwavetrain in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 10-17-2013, 01:43 AM
  4. Nested IF(ISNA) Statements - Multiple Sheets
    By Cher2332 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-18-2013, 12:47 PM
  5. Nested If Statement - ISNA issue
    By Bearack in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 08-06-2013, 11:44 AM
  6. Excel 2007 : Summing multiple IF(ISNA(Vlookup))
    By jseufert in forum Excel General
    Replies: 1
    Last Post: 09-07-2011, 12:42 PM
  7. ISNA issue...
    By MartinBP in forum Excel General
    Replies: 5
    Last Post: 08-11-2009, 06:30 AM

Tags for this Thread

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