Hello,
My formula is as follows:
=IF(AND([日付 Date]@row < TODAY(), CONTAINS("1号室 Room 1", [問題報告RV東照明 Reporting Issue RVE Lighting]:[問題報告RV東照明 Reporting Issue RVE Lighting])), "Red"), (IF(AND([日付 Date]@row <> TODAY(), CONTAINS("2号室 Room 2", [問題報告RV東照明 Reporting Issue RVE Lighting]:[問題報告RV東照明 Reporting Issue RVE Lighting])), "Gray"))
The goal here is to create a red circle if 1号室 Room 1 checkbox is selected in the RVE Lighting column range AND the date is today. But, the circle needs to remain in that row but then turn gray once it is no longer Today. And if 1号室 Room 1 is not selected on any day, the row should have no circle at all.
Thank you