• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Complex, multi-criteria Conditional Formatting

Laura Michelle

New Member
Hello -

I inherited a spreadsheet that was very basic in nature and I am in the process of updating the functionality of it. Basically, the spreadsheet is used to track purchase orders/change notices that are sent to our suppliers and the date that the supplier responds that they received the file (not they that accept it, but only received it). This is based on a corrective action that was put into place after an adverse finding during an audit approximately 5 years or so ago.

The data within the spreadsheet is also functioning to illustrate both buyer and supplier metrics based on the status.

What I am trying to accomplish is to populate the status column utilizing conditional formatting - but the conditions are complex. I need the status to return a TEXT status as well as format the cell in specific colors (based on the status returned).

Please refer to my uploaded sample spreadsheet.

The spreadsheet contains Date Due and Date Affirmed columns. I need the following (praying it is possible):

ON TIME if Date Affirmed is less than or equal to Date Due (cell formatted Green with white bold text)

LATE if Date Affirmed is greater than Date Due (cell formatted Yellow with black bold text)

PENDING if Date Affirmed is blank AND Due Date is less than or equal to Today (cell formatted Blue with white bold text)

NO RESPONSE if Date Affirmed is blank AND Due Date is greater than Today (cell formatted Red with white bold text)

NOT REQ'D if Date Affirmed equals NR (cell formatted gray with black bold text)



Any and all help would be Greatly appreciated. :confused:



Laura
 

Attachments

  • Laura Michelle Conditional Formatting Sample.xlsx
    13.1 KB · Views: 1
Hi Laura,

First part is writing the formula to figure out what the text of the STATUS should be. We can do it with some IF functions. Once that's in place, we can setup all the CF rules that we want based off the text now in the status column.

Note that the the cells in question are regularly formatted to be black with bold font. The CF changes font color to white if necessary.
upload_2015-7-16_15-28-54.png
 

Attachments

  • CF Sample LM.xlsx
    12.5 KB · Views: 3
Back
Top