Let's say your data looks like this:
[tt]
A B C
1 weekday date time
2 Sun 7/1/2007 1:00
3 Mon 7/2/2007 2:00
4 Tue 7/3/2007 3:00
5 Wed 7/4/2007 4:00
6 Thu 7/5/2007 1:00
7 Fri 7/6/2007 2:00
8 Sat 7/7/2007 3:00
9 Sun 7/8/2007 4:00[/tt]
You can highlight all Sundays and all 4 o'clocks like this:
[ul][li]Select entire range (columns A:C, or however many columns you use)[/li]
[li]Go to
Format > Conditional Format[/li]
[li]Change the first box to
Formula is[/li]
[li]In the second box, type in [COLOR=blue white]=TEXT($B1,"DDD")="Sun"[/color][/li]
[ul][li](this assumes that you have all rows selected and a cell in row 1 activated)[/li][/ul]
[li]Select the
Format button[/li]
[li]Go to the
Patterns tab and select the color you want[/li]
[li]Click
OK[/li]
[li]Select
Add[/li]
[li]Change the first box to
Formula is[/li]
[li]In the second box, type in [COLOR=blue white]=TEXT($C1,"hh:mm")="04:00"[/color][/li]
[li]Select the
Format button[/li]
[li]Go to the
Patterns tab and select the color you want[/li]
[li]Click
OK[/li]
[li]Click
OK[/li]
[/ul]
If you select different colors for each criteria and a record meets multiple criteria (like row 9 in the example data above), the row will be formatted according to the first criteria met.
[tt]_____
[blue]-John[/blue][/tt]
[tab][red]The plural of anecdote is not data[/red]
Help us help you. Please read
FAQ 181-2886 before posting.