+ Reply to Thread
Results 1 to 2 of 2

Multiple criteria and Multiple Results

  1. #1
    Registered User
    Join Date
    10-04-2012
    Location
    Georgia
    MS-Off Ver
    Excel 2007
    Posts
    3

    Multiple criteria and Multiple Results

    Need a formula that will return one of 4 specific answers based on criteria in multiple cells.
    -If someone is hired less than one year (date cell) and does not elect coverage (multiple answers in another cell) then I need the formula to return one variable (ex Class 1)
    -If someone is hired less than one year (date cell) and does elect coverage (multiple answers) then I need the formula to return one variable (ex Class 2)
    -If someone is hired for one year or more (date cell) and does not elect coverage (multiple answers) then I need the formula to return one variable (ex Class 3)
    -If someone is hired for one year or more(date cell) and does elect coverage (multiple answers) then I need the formula to return one variable (ex Class 4)

    Is there a way to do this??
    Attached Files Attached Files
    Last edited by Magpie716; 10-04-2012 at 01:49 PM. Reason: additional information

  2. #2
    Registered User
    Join Date
    10-05-2012
    Location
    South Africa
    MS-Off Ver
    Excel 2007
    Posts
    37

    Re: Multiple criteria and Multiple Results

    Magpie

    I got one hell of a long formula, but it seems to do the job. Hope it works. See attachment

    =IF(AND(365>TODAY()-B2,C2="Waived"),"Class 1",IF(AND(365>TODAY()-B2,C2="Buy Up EE"),"Class 2",IF(AND(365>TODAY()-B2,C2="Plus EE"),"Class 2", IF(AND(365>TODAY()-B2,C2="Buy Up ES"),"Class 2", IF(AND(365>TODAY()-B2, C2="Buy Up EC"),"Class 2", IF(AND(365<TODAY()-B2,C2="Waived"),"Class 3", IF(AND(365<TODAY()-B2,C2="Buy Up EE"),"Class 4",IF(AND(365<TODAY()-B2,C2="Plus EE"),"Class 4", IF(AND(365<TODAY()-B2,C2="Buy Up ES"),"Class 4", IF(AND(365<TODAY()-B2, C2="Buy Up EC"),"Class 4"))))))))))
    Attached Files Attached Files

+ 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