Conditional Formatting Assistance

J

JimMay

Was trying to enter in Conditional Formatting the following Using the
Formula Is: << c/f's perhaps don't take arrays - which In my case are
Holidays during the year>>



=if(Date($C$2,D$3,$C6)={$S$3,$S$4,$S$5,$S$6,$S$7,$S$8},True)



Is there a work-around -- I wish to conditionally format the Dates
listed in S3:S8.



Thanks, in advance
 
D

Dave Peterson

Check your first post.
Was trying to enter in Conditional Formatting the following Using the
Formula Is: << c/f's perhaps don't take arrays - which In my case are
Holidays during the year>>

=if(Date($C$2,D$3,$C6)={$S$3,$S$4,$S$5,$S$6,$S$7,$S$8},True)

Is there a work-around -- I wish to conditionally format the Dates
listed in S3:S8.

Thanks, in advance
 
D

Debra Dalgleish

Select cells S3:S8 (S3 is the active cell)
Choose Format>Conditional Formatting
From the first dropdown choose Formula Is
In the formula box, type:
=S3=DATE($C$2,$D$3,$C$6)
Click the Format button, and set your formatting
Click OK, OK.
 
G

Gazeta

Uzytkownik "JimMay said:
Was trying to enter in Conditional Formatting the following Using the
Formula Is: << c/f's perhaps don't take arrays - which In my case are
Holidays during the year>>



=if(Date($C$2,D$3,$C6)={$S$3,$S$4,$S$5,$S$6,$S$7,$S$8},True)



Is there a work-around -- I wish to conditionally format the Dates
listed in S3:S8.



Thanks, in advance
i would put next to your dates any sign ("x"?)
then in cond formatting in formula i would use vlookup
if it finds x then your conditioning criteria
mcg
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top