Brandon
Brandon

Reputation: 117

How to conditional Format based off of the day of the week?

I am having trouble figuring out how to conditional format based on the day of the week. Is there a formula that is known to work?

See here for example

Upvotes: 0

Views: 100

Answers (1)

MattKing
MattKing

Reputation: 7783

=TEXT(TODAY(),"dddd")="Monday"

should work for what you're doing.

Upvotes: 2

Related Questions