I have a cross table with programs on y axis, activities on x axis and I am displaying dates in the cross table. I want to color the cells (dates) based on values from a different column in the data table (Status) that is not displayed in the cross table. For example - All dates in 2022 should be green (based on status complete) and all dates in 2023 should ne yellow (based on status planned). Note that these dates are in MM/DD/YYYY format
How do I do that?