I keep getting "invalid data type" with this formula:
=INDEX(COLLECT({Time Audit Overview %Accurate}, {Time Audit Overview start date}, AND(YEAR({Time Audit Overview start date}) = 2024, MONTH({Time Audit Overview start date}) = 12), {Time Audit Overview restaurant}, [Restaurant Name]@row), 1)
I have checked that my "start date" column is a date column, and the "{Time Audit Overview restaurant}" and "[Restaurant Name]" columns are the same column type.
Anyone have ideas on what else could be giving me the "invalid data type" error?