Forum Discussion
xxMiaxx
3 years agoRegular Visitor
Conditional Formatting for 2 columns (one is text, one is date/time)
Hi, I was looking into the forum and was unsure if this question was answered yet. I am attempting to do conditional formatting myself, however I have not been able to achieve the desired results. I ...
Padycosmos
Solution Sage
3 years agoYou can try something like this:
Colour = SWITCH(TRUE(),
SELECTEDVALUE([Status])="Released"&& [Past Due] < Today()),"Pink",