Hi!
> i am having days through C1:AG1 (starting from Sun...ending with Tue)
> and dates through C2:AG2 (starting from 1..ending with 31)
Are those entries the results of formulas?
If so, you can use something like this:
Select the range C1:AG2
Goto Format>Conditional Formatting
Condition 1
Formula is: =TEXT(C$1,"ddd")="Sat"
Click the Format button
Select the style(s) desired
Condition 2
Formula is: =TEXT(C$1,"ddd")="Sun"
Click the Format button
Select the style(s) desired
OK out
If the entries are not the results of formulas:
Condition 1
Formula is: =C$1="Sat"
Click the Format button
Select the style(s) desired
Condition 2
Formula is: =C$1="Sun"
Click the Format button
Select the style(s) desired
Biff
"via135" <
[email protected]> wrote in
message news:
[email protected]...
>
> hi!
>
> i am having days through C1:AG1 (starting from Sun...ending with Tue)
> and dates through C2:AG2 (starting from 1..ending with 31)
>
> what is the formula for conditional formatting to display the Saturdays
> & the corresponding dates
> in one format and Sundays & the corresponding dates in another
> format?!
>
> -via135
>
>
> --
> via135
> ------------------------------------------------------------------------
> via135's Profile:
> http://www.excelforum.com/member.php...o&userid=26725
> View this thread: http://www.excelforum.com/showthread...hreadid=522314
>
Bookmarks