Conditional Format help

surkdidat

Well-known Member
Joined
Oct 1, 2011
Messages
582
Office Version
  1. 365
In Column N I have the "SLA End Date"
In Column I, is the priority.

I need a Conditional Format statement (based on NETWORKDAYS

1 (same-day SLA)
2 (3-day SLA)
3 (6-day SLA)
No SLA

I need columns B to H in that row to turn a specific colour based on the following (I can obviously set the colour to appropriate, but just putting it down to show the difference in what I hopefully can get as my end request!

Dark Red - Over SLA End Date
Orange - Within one working day of End of SLA Date
Yellow - Within 2 working days of End of SLA Date
Green - 3 or more working days of End of SLA Date
No Colour - No SLA Date provided

The current formula (which was based on old SLAs and has somewhat broken the tracker as the referenced cells also seem wrong is

Excel Formula:
=AND(NETWORKDAYS(TODAY(),$N2)>2,NETWORKDAYS(TODAY(),$N2)<=4)
and the referenced cells are
Excel Formula:
 =$B$2:$H$3,$B$5:$E$5,$G$5:$H$5,$B$36:$H$36
 

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.

Forum statistics

Threads
1,215,059
Messages
6,122,917
Members
449,093
Latest member
dbomb1414

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top