I have a sheet (IDF Check) that contains static information about my IDF's that I want to use as a kind of dashboard. I have a second sheet (IDF Checklist) that collects information from weekly checks on the IDF including Date and time checked, the inspectors name and a calculated field of the overall status of the IDF. I'm using the name field as a link between the two sheets.
For each row in IDF Check I want to find the row in IDF Checklist that has the matching name and with the latest checked date and pull the date , Checked By name, and status into the IDF Check sheet. I've been able to use the function below to get the date checked but I'm at a loss on how to get the other two fields from the same row. Any help would be greatly appreciated.
=MAX(COLLECT({IDF Checklist date checked}, {IDF Checklist Name}, Name@row))