Conditional Format help

surkdidat

Well-known Member
Joined
Oct 1, 2011
Messages
580
Office Version
  1. 2016
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

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.

Forum statistics

Threads
1,214,614
Messages
6,120,519
Members
448,968
Latest member
Ajax40

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