Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 21
Default Conditional Formatting for ddd hh:mm

Dear all,

Take for example if I want to set Bold / Colour font - Everyday from 1800 to
next day 0900 in a cell whom has a value in a format of ddd hh:mm

How should I go about it?

Thanks in advance!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,593
Default Conditional Formatting for ddd hh:mm

Us conditional formatting with a formula of

=OR(A2=TIME(18,0,0),A2<=TIME(9,0,0))

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Alexander" wrote in message
...
Dear all,

Take for example if I want to set Bold / Colour font - Everyday from 1800

to
next day 0900 in a cell whom has a value in a format of ddd hh:mm

How should I go about it?

Thanks in advance!



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 620
Default Conditional Formatting for ddd hh:mm

If you've got date *and* time in your input cell, you probably need to
change that to
=OR(MOD(A2,1)=TIME(18,0,0),MOD(A2,1)<=TIME(9,0,0) )
--
David Biddulph

"Bob Phillips" wrote in message
...
Us conditional formatting with a formula of

=OR(A2=TIME(18,0,0),A2<=TIME(9,0,0))


"Alexander" wrote in message
...
Dear all,

Take for example if I want to set Bold / Colour font - Everyday from 1800

to
next day 0900 in a cell whom has a value in a format of ddd hh:mm

How should I go about it?

Thanks in advance!



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
conditional formatting glitches Kat Excel Discussion (Misc queries) 2 May 26th 06 08:16 PM
Keeping conditional formatting when sorting Andrea A Excel Discussion (Misc queries) 0 April 4th 06 03:00 PM
conditional formatting Rich Excel Discussion (Misc queries) 2 April 1st 06 10:27 AM
Conditional Formatting Ant Excel Worksheet Functions 4 December 8th 05 08:44 PM
cannot use ISEVEN or ISODD functions in Conditional Formatting Scott Paine Excel Worksheet Functions 6 December 6th 05 09:44 PM


All times are GMT +1. The time now is 10:08 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"