+ Reply to Thread
Results 1 to 6 of 6

Conditional Formatting with multiple conditions

Hybrid View

  1. #1
    Registered User
    Join Date
    01-16-2012
    Location
    Wisconsin
    MS-Off Ver
    Excel 2010
    Posts
    38

    Re: Conditional Formatting with multiple conditions

    Set your conditional formatting by formula. The formulae I think you want to use, based on the provided workbook, are as follows.
    1. =(IF(AND(E5>(TODAY()+15),E5<(TODAY()+30)),TRUE,FALSE))
    2. =(IF(AND(E5<(TODAY()+15),D5="Open"),TRUE,FALSE))
    3. =(IF(AND(E5<(TODAY()+7),D5="RR(s) Raised"),TRUE,FALSE))
    4. =(IF(AND(E5<(TODAY()+1),D5="RR(s) Raised"),TRUE,FALSE))
    Just make sure you use relative references (E5 instead of $E$5) and you should be good to go.

    Cheers.

  2. #2
    Registered User
    Join Date
    02-11-2012
    Location
    India
    MS-Off Ver
    Excel 2010
    Posts
    5

    Re: Conditional Formatting with multiple conditions

    Hey matt, thanks a ton!. i m happy to see your response..will try and let you know..thanks again!!
    Naaz

  3. #3
    Registered User
    Join Date
    02-11-2012
    Location
    India
    MS-Off Ver
    Excel 2010
    Posts
    5

    Re: Conditional Formatting with multiple conditions

    Hi matt.nicolai, I ve tried, but there is some changes with my requirement for which i need your assistance. Here is the updated conditions which is attached in the spreadsheet also is below. Thanks in Advance!!

    A]For "Staffing Status":
    a)If exp start date is >15 days & <30 days also status = Active/Active Staffing Request/Active Awaiting Paperwork,color GREEN
    b)If exp start date is <7 days & Status = Active, color GREEN
    c)If exp start date is 7 days & <15days also Status = ASR/AAP = Active, color it YELLOW
    d)If exp start date is <7 days & Status = ASR/AAP, color it YELLOW
    f)If exp start date <1 day & status = ASR/AAP, color it RED
    B]For "Contract Status":
    a)If exp start date is >15 days & <30 days also status = PIP not initiated/ Signature Pending/ POPending/POIssued,color GREEN
    b)If exp start date is >7days & <15days also Status =PO Pending, color GREEN
    c)If exp start date is > 1 day & <7 days also status = PO Issued, color GREEN
    d)If exp start date is >7days & <15days also Status = PIP not initiated/ Signatur Pending, color YELLOW
    e)If exp start date is > 1 day & <7 days also status = PO Pending, color YELLOW
    f)If exp start date is >1days & <7days also Status = PIP Not initiated/Signature Pending, color RED
    g)If exp start date is > 1 day & status = PO Pending/ PIP Not Initiated, color RED
    C]For "Staffing Status":
    a)If exp start date is <15 days & <30days also Status is Started/Submitted/Completed, color GREEN
    b)If exp start date is <7 days & Status is Completed, color GREEN
    c)If exp start date is >15 days & <30 days also Status is Open/Not Created/Rejected, color YELLOW
    d)If exp start date is <7 days & Status is RR raised, color YELLOW
    e)If exp start date is <1 day & status is RR raised, color RED
    f)If exp start date is <7 days & Status is Started/SM Rejected, color RED
    Attached Files Attached Files
    Last edited by naaz; 06-01-2012 at 02:21 AM. Reason: Detailed explanation on the requirement

+ 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