Hi There,
I'm at my wits end and have spent way too many hours on this already. I am trying to pull in a unique ID from another sheet using a matching date, zip code and county. Here is the formula and a screenshot example of results:
=INDEX(COLLECT({2022 ID}, {2022 Event Date}, [Event Date]@row, {2022 Zip Code}, [Zip Code]@row, {2022 County}, County@row), 1)
As you can see, the same ID is being pulled in for rows that have different combinations of date/zip/county. All of the rows shown in the first image have a matching row with a unique ID in the reference sheet. As a note: the first row should be the only 22225 match.
A secondary issue - I am getting an #INVALID VALUE result on other rows where the three criteria actually are unique.
I do not have any errors on the referenced columns. I have played around with 1, 0 orders and combinations at the end formula. I've tried including a match on just the date. I'm so lost at this point.
Thanks in advance for your help!