Forum Discussion
Conditional Formatting between certain dates
- Apr 17, 2021
This is what I get. I drew lines for the first occurrences.
Perhaps I misinterpreted your question. If so, please explain in more detail what you want.
ā
Are the dates sorted differently in the 3rd section?
Nope exactly the same, infact it uses the same date column as the other ones
First section
=SUMPRODUCT(($F$9:$O9=F10)*($C$9:$C9>=EDATE($C10,-5)))
Second section
=SUMPRODUCT(($Q$9:$V9=Q10)*($C$9:$C9>=EDATE($C10,-5)))
third section - section thats not working properly
=SUMPRODUCT(($X$9:$AA9=X10)*($C$9:$C9>=EDATE($C10,-5)))
- HansVogelaarApr 25, 2021MVP
Could you attach a small sample workbook that demonstrates the problem, but without sensitive data?
- NCondeApr 25, 2021Copper Contributor
HansVogelaar
Here is a sample. I appreciate your assistance- HansVogelaarApr 25, 2021MVP
Thanks!
The difference is the range you've applied the rule to.
As for the columns to the left, the middle rule should start in row 10, i.e. it should apply to $X$10:$AA$268. Unfortunately, when you edit the Applies to box, the formula will change, so you'll have to make sure that it is
=SUMPRODUCT(($X$9:$AA9=X10)*($C$9:$C9>=EDATE($C10,-5)))
after the edit.
See the attached version.