+ Reply to Thread
Results 1 to 4 of 4

Adding to 2 existing formula

  1. #1
    Registered User
    Join Date
    11-07-2012
    Location
    NYC, NY
    MS-Off Ver
    Excel 2003
    Posts
    4

    Adding to 2 existing formula

    Hello, I am trying to add to the following 2 formula's. Thank you!

    The 1st scenario is:

    IF(OR(E61="Enrolled",E61="InProcess"),25,0)
    And/or?
    J61 IS LESS THEN 3800 ENTER “8”, IF IT IS EQUAL OR OVER 3800 ENTER “25” OTHERWISE ENTER ZERO

    2nd scenario:

    IF(OR(H61="Enrolled",H61="InProcess"),25,0)
    And/or?
    If E61="Enrolled",E61="InProcess AND H61="Enrolled",H61="InProcess AND K61 IS LESS THEN 400 ENTER “8”, IF IT IS EQUAL OR OVER 600 ENTER “14” OTHERWISE ENTER ZERO

  2. #2
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Adding to 2 existing formula

    You lost me on that second one. Attached is a spreadsheet in which I put all the possible combinations for E,J,H and K61. Please replace the ? with the right answers and I'll give you your formula.

    To reattach the spreadsheet, Go Advanced>Manage Attachments
    Attached Files Attached Files
    Last edited by ChemistB; 11-14-2012 at 04:38 PM.
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  3. #3
    Forum Contributor
    Join Date
    08-04-2011
    Location
    Tampa, FL
    MS-Off Ver
    Excel 2007
    Posts
    109

    Re: Adding to 2 existing formula

    The explanation is really bad. Not sure if you want to combine 1st scenario and 2nd scanario, or not. Here is what I came up with...
    First Scenario:
    =IF(NOT(OR(E61="Enrolled",E61="InProcess")),0,IF(J61<3800,8,25))
    Second Scenario:
    =IF(NOT(AND(OR(E61="Enrolled",E61="InProcess"),OR(H61="Enrolled",H61="InProcess"))),0,IF(K61<400,8,14))

  4. #4
    Registered User
    Join Date
    11-07-2012
    Location
    NYC, NY
    MS-Off Ver
    Excel 2003
    Posts
    4

    Re: Adding to 2 existing formula

    Thank you both, It looks like I left out something. I will redo it with a much clearer explanation for you and attach an example of all possible scenarios. Thanks again and in the future I will be more concise in my post.

+ 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