Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
snitz
 
Posts: n/a
Default conditional formatting 24-hour clock

Am trying to apply conditional formatting to columns of times. The numbers
are in 24-hour clock format - 00:15:23.
I would like to bold the times that are less than 15 minutes.
Entering in 00:15:00 as the"less than" amount hasn't work. When i do it
anyway.

Thanks for all advice.
jb


  #2   Report Post  
Marc W.
 
Posts: n/a
Default



"snitz" wrote:

Am trying to apply conditional formatting to columns of times. The numbers
are in 24-hour clock format - 00:15:23.
I would like to bold the times that are less than 15 minutes.
Entering in 00:15:00 as the"less than" amount hasn't work. When i do it
anyway.

Thanks for all advice.
jb



Hi,

Set Conditional Formatting like this ,
Formula is, =IF(MINUTE(D28)<15,TRUE,FALSE)


Regards,
Marc
  #3   Report Post  
David McRitchie
 
Posts: n/a
Default

See Biff's answer. Comparison on the Minute component will not work because
it will only show 5 minutes for 15:05:30 (15 hours + 5 minues +30 seconds).
and that number certainly exceeds 15 minutes.

for more information on Date and Time see
http://www.mvps.org/dmcritchie/excel/datetime.htm-
---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm



  #4   Report Post  
Biff
 
Posts: n/a
Default

Hi!

Assume the times are in the range A1:A10.

Select the range A1:A10
Conditional Formatiing
Formula Is: =A1<15/1440

Biff

-----Original Message-----
Am trying to apply conditional formatting to columns of

times. The numbers
are in 24-hour clock format - 00:15:23.
I would like to bold the times that are less than 15

minutes.
Entering in 00:15:00 as the"less than" amount hasn't

work. When i do it
anyway.

Thanks for all advice.
jb


.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
difficulty with conditional formatting Deb Excel Discussion (Misc queries) 0 March 23rd 05 06:13 PM
conditional formatting question Deb Excel Discussion (Misc queries) 0 March 23rd 05 02:07 AM
conditional formatting conflict? Abi Excel Worksheet Functions 2 January 11th 05 03:41 PM
Determine cells that drive conditional formatting? Nicolle K. Excel Discussion (Misc queries) 2 January 7th 05 01:08 AM
Conditional formatting not available in Excel BAB Excel Discussion (Misc queries) 2 January 1st 05 03:33 PM


All times are GMT +1. The time now is 03:59 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"