Hello,
I'm trying to return the max date from an external referenced sheet's system Created date column ("Response Date") based on matching the multiple values in another column in the external sheet an email address/name from the current sheet.
I've tried using =MAX(COLLECT(Response Date, Email Address Column, Email Address in current sheet)), but it seems to be returning the max date regardless of the email address criteria.
Do I need to do a MATCH first based on email address, then COLLECT? Or is the proper logic to use INDEX, MATCH and COLLECT?
Any help or insights are greatly appreciated!