Highlighting cells with a greater time of 3hours from another cell

Cris F

New Member
Joined
Jun 25, 2019
Messages
2
Hi there,

First time post on this forum. Looking for some help with the following...

I have two separate columns with varying times. The first column contains an arrival time and second column with a completion time.

I need the second column completion time to automatically highlight once the manually entered time has surpassed 3 hours after the first column arrival time.

Hope that makes sense! If anyone can help, it would be appreciated.

Cris
 

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.
Enter the following formula into Conditional Formatting, choose a fill color, then, copy and paste by format down the column:

Code:
=B1-A1>3/24 'substitute with appropriate columns
 
Last edited:
Upvote 0
Hi YKY,

Thanks, I've tried using your suggestion and unfortunately still no luck.

Used this formula under cond. formatting greater than =$I$7-$F$7>3/24 and still not luck.

Any other suggestions or need some more info?

Tks.
 
Upvote 0
Would you post some real data?
 
Upvote 0

Forum statistics

Threads
1,215,034
Messages
6,122,782
Members
449,095
Latest member
m_smith_solihull

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