Forum Discussion
MNicolini
Feb 21, 2022Copper Contributor
AND Formula not Working
Hello, I am working on a Gantt chart style calendar which will show when a promotion is running. I am using an AND function to pull this information through via Conditional Formatting. On a small...
- Feb 21, 2022
Make sure that L17 is the active cell in the selection when you create the rule with formula
=AND(L$16>=$H17,L$11<=$I17)
Otherwise, Excel will change the formula.
HansVogelaar
Feb 21, 2022MVP
Make sure that L17 is the active cell in the selection when you create the rule with formula
=AND(L$16>=$H17,L$11<=$I17)
Otherwise, Excel will change the formula.
- MNicoliniFeb 21, 2022Copper ContributorThat worked. Thanks so much!