Conditional Formatting with Time

taylorbenjamin8

New Member
Joined
Aug 26, 2011
Messages
2
So glad I found this messageboard. I can't wait to browse and learn some new tips. My first question concerns conditional formatting. I have a column which displays time in the format of [H]:MM. No problems there. I would like to add a check mark to any cell in the column that is equal to or greater than 3:00. For the love of me I can't figure out how to apply conditional formatting to time formats. In a perfect world, the check mark would apply to the column adjacent to the column with the time value. I.E. if the time in k3 >= 3:00 then a check mark would appear in L3. At this point however, if I could get it to appear in any box I'll be happy.
 

Excel Facts

Return population for a City
If you have a list of cities in A2:A100, use Data, Geography. Then =A2.Population and copy down.
In L3, =if(k3 >= --"3:00", "a", "") and set the font to Marlett.
 
Upvote 0

Forum statistics

Threads
1,224,597
Messages
6,179,808
Members
452,944
Latest member
2558216095

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