Conditional Formatting Cells X amount of minutes to previous cell

DominicKEX

New Member
Joined
Jun 6, 2017
Messages
1
Hi Everyone.

I am trying to create a worksheet that highlights SLA acceptance and breaches.

In Column F, I have the time an Incident is received e.g. 16:05:00
In Column G, I have the time I accepted that incident e.g. 16:10:00

I need the cells in column G to highlight Green if it's within 15 minutes of cells in Column F - Highlight Red if it's over 15 Minutes.


I've been pretty good with conditional formatting but the time aspect is proving difficult.

Thanks!!
 

Excel Facts

Format cells as currency
Select range and press Ctrl+Shift+4 to format cells as currency. (Shift 4 is the $ sign).
Set these two conditions:

=(G1-F1)*1440<=15
=(G1-F1)*1440>15
 
Upvote 0

Forum statistics

Threads
1,214,851
Messages
6,121,931
Members
449,056
Latest member
denissimo

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