Conditional formatting using weekday

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

I want to shade a cell if the date shown is not a weekday. I know I need to
use conditional formatting, but I can't work out what formula to use.

Thanks
 
=?Utf-8?B?dmlvbGFzcmJlc3Q=?= wrote
I want to shade a cell if the date shown is not a weekday. I know I
need to use conditional formatting, but I can't work out what formula
to use.

You say "the date", but if you have a column or row of dates, select them
all and apply Formula Is:

If column A
=WEEKDAY($A1,2)>=6
If row 1
=WEEKDAY(A$1,2)>=6

Choose desired format
 
Hi David (Turner),
Glad you posted the solution, even though you would not
have had time to see that the original poster found
his own solution.

It seems to me that someone who asks a question, and then
says "never mind, I found the answer" is simply not sharing.
Someone might see the thread, and think I need that answer or
more likely find the thread in Google and want to know the answer and
it would not be there had you not answered. In fact that is one
of the points mentioned in Hints for New Posters
http://www.cpearson.com/excel/newposte.htm
 
David McRitchie wrote
Hi David (Turner),
Glad you posted the solution, even though you would not
have had time to see that the original poster found
his own solution.

It seems to me that someone who asks a question, and then
says "never mind, I found the answer" is simply not sharing.
Someone might see the thread, and think I need that answer or
more likely find the thread in Google and want to know the answer and
it would not be there had you not answered.

You've described precisely how and why *I* read newsgroups when not seeking
specific answers for my own projects.

Thanks for the feedback.
 

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

Back
Top