rjbinney
Active Member
- Joined
- Dec 20, 2010
- Messages
- 291
- Office Version
- 365
- Platform
- Windows
I have a grid that has some blank cells, some cells have data.
Blank cells are always filled BLACK.
Data cells are NOFILL until I complete a (separate, non-Excel, manual) action. Then I fill it with gray.
I have conditional formatting that wraps this week's row in YELLOW - just as a visual aid. (=WEEKNUM($A2)=WEEKNUM(NOW()))
I would love to fill this week's row in bright yellow as well - unless I fill it in BLACK or GRAY.
I can do the black with conditional formatting ISBLANK. It's the GRAY that's tough.
I was thinking I could have condition that said if the format of the cell is NO FILL AND it's this week, fill it yellow. That way, if I manually choose another color, it would ignore the CF.
I was originally experimenting with VB that said "If I add a color, stop conditional formatting" but couldn't get that to work.
Blank cells are always filled BLACK.
Data cells are NOFILL until I complete a (separate, non-Excel, manual) action. Then I fill it with gray.
I have conditional formatting that wraps this week's row in YELLOW - just as a visual aid. (=WEEKNUM($A2)=WEEKNUM(NOW()))
I would love to fill this week's row in bright yellow as well - unless I fill it in BLACK or GRAY.
I can do the black with conditional formatting ISBLANK. It's the GRAY that's tough.
I was thinking I could have condition that said if the format of the cell is NO FILL AND it's this week, fill it yellow. That way, if I manually choose another color, it would ignore the CF.
I was originally experimenting with VB that said "If I add a color, stop conditional formatting" but couldn't get that to work.