SaraWitch
Board Regular
- Joined
- Sep 29, 2015
- Messages
- 153
- Office Version
-
- 365
- 2010
- Platform
-
- Windows
Hello peeps.
I have Column R formatted to ddd, dd/dd/dddd. If the date entered is not a Sunday, I want to highlight it red. I have tried CFs:
=ISERROR(FIND("Sun*",$R3)) (Fill red)
And:
Condition 1: =ISBLANK($R3)=TRUE (No format Set)
Condition 2: = ISNUMBER(SEARCH("Sun*",$R3))=FALSE (Fill red)
Both are highlighting all the cells (which are either blank or have a Sunday date (e.g., Sun, 27/06/2021)).
Any help would be appreciated...
Ta muchly!
I have Column R formatted to ddd, dd/dd/dddd. If the date entered is not a Sunday, I want to highlight it red. I have tried CFs:
=ISERROR(FIND("Sun*",$R3)) (Fill red)
And:
Condition 1: =ISBLANK($R3)=TRUE (No format Set)
Condition 2: = ISNUMBER(SEARCH("Sun*",$R3))=FALSE (Fill red)
Both are highlighting all the cells (which are either blank or have a Sunday date (e.g., Sun, 27/06/2021)).
Any help would be appreciated...
Ta muchly!