Hello!
I'm using MATCH with COLLECT to return a value based off the two criteria of an ID and Today's Date in an "Intake Sheet" populated from forms. This data will be populated daily and I would like to: hide #INVALID VALUE when there is no value or display something such as "No Data".
=INDEX(COLLECT({DailyUnits}, {Activity IDs}, [Activity ID]@row, {Date}, TODAY()), 1)
Thanks for the help!
-T