+ Reply to Thread
Results 1 to 6 of 6

Need help for multiple logicals/ nested logics if function

Hybrid View

  1. #1
    Registered User
    Join Date
    11-06-2012
    Location
    Oslo, Norway
    MS-Off Ver
    Excel 2010
    Posts
    3

    Need help for multiple logicals/ nested logics if function

    Hi,

    I'm currently developing a risk management tool where we assess each contracting partner. The partners will be financially assessed, then financially approved and we'll include a new financial revision date in the sheet.

    I show the companies in one column, then if they have been financially assessed or not in another (Y or N), then in the next column if the finance has been approved (Y or N) (can only be approved if assessed). Then I've added a column where I've combined the two previous- 1 if assessed and approved, 2 if not approved, and 3 if not evaluated. Then I've included a column where I've added if a new financial assessment is needed (Y, N, N/A) (based on another column = if date is > than today(), then N, if smaller then Y, and if the company has not been approved or assessed then N/A. So now I've tried to make another column which will combine the one with the 1,2,3 and the one with the (Y,N/N/A). So my logics are as follows:

    - if Assessed and approved financially and no financial assessment needed, then Approved
    - if Assessed and approved financially and financial assessment needed, then Revision needed
    - if Assessed but not approved, then Not approved
    - if not assessed, then not evaluated

    When I try to build this in the if function, it doesn't work, so I'm sure I've made a/some mistake(s). Can anyone help me. I'll include the excel sheet for better understanding.
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor
    Join Date
    08-14-2012
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    573

    Re: Need help for multiple logicals/ nested logics if function

    Try this formula
    Formula: copy to clipboard
    =IF(AND(C8="Y",D8="Y"),IF(H8="N","Approved","Revision needed"),IF(C8="N","Not evaulated","Not approved"))

  3. #3
    Registered User
    Join Date
    11-06-2012
    Location
    Oslo, Norway
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: Need help for multiple logicals/ nested logics if function

    Hi than you.

    Seems like a good formula- only problem is that I get the message that I've entered too many arguments for this function.....

  4. #4
    Valued Forum Contributor
    Join Date
    08-14-2012
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    573

    Re: Need help for multiple logicals/ nested logics if function

    No clue. Check the attached file. The same formula in I column works correctly.
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    11-06-2012
    Location
    Oslo, Norway
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: Need help for multiple logicals/ nested logics if function

    Thank you!! Now it works! You made my day!

  6. #6
    Valued Forum Contributor
    Join Date
    08-14-2012
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    573

    Re: Need help for multiple logicals/ nested logics if function

    As per the forum rules, Please make this thread as solved, if your problem is resolved.

+ 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