I am trying to create a formula on a sheet summary that returns the information in my row titled Total that corresponds with the most recent date within a specified year. I came up with the following formula but it is returning #No Match
=INDEX([Total]:[Total], MATCH(MAX(COLLECT([Report Date]:[Report Date], [Report Date]:[Report Date], CONTAINS("24", @cell))), [Total]:[Total], 0))
If anyone has any insight I would greatly appreciate the help :)