I have this data set in Excel (google sheet) Sheet1
And these targets by month by the city in Sheet2
I would like cellS AI3 to AK5 to highlight if the objective of Sheet 2, for the specific city and month is not reached.
I thought that writing this in the conditional format box would work but it doesn't
=AI3<INDEX(Sheet2!D:D;MATCH($A3&MONTH(AI$2);Sheet2!$A:$A&Sheet2!$C:$C;0)))
Any idea?