Forum Discussion
Conditional Formatting for Quarters & Years
- Aug 02, 2023
I'd use a slightly different setup.
You can then use the original formula in the conditional formatting rule:
I'd use a slightly different setup.
You can then use the original formula in the conditional formatting rule:
- clh_1496Aug 02, 2023Brass Contributor
For some reason, it's not reading the dates correctly. It reads the single date milestones (pink/green/yellow/blue vertical columns) but not the horizontal ones. Do you know if I need to change Q1 2023 to 2023Q1 like you've done or is there a different reason?
- SergeiBaklanAug 02, 2023Diamond Contributor
With similar layout
rule formula could be
=( LOOKUP(9999,$G$3:G$3)&G$2 >= $C12)*( LOOKUP(9999,$G$3:G$3)&G$2 <= $D12)
- HansVogelaarAug 02, 2023MVP
Yeah, you must mention the year first, then the quarter: 2023Q1 or 2023 Q1 or 2023-Q1.
Q1 2023 won't work because Q4 2023 is greater than Q1 2024 when you compare the values as text.
- applepieJan 13, 2025Copper Contributor
is it possible to have the user key in with format "YYYY-MM-DD" and still have the quarterly visualisation working ?