A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data
Hi @Holly Beazley,
Thank you for posting your question in the Microsoft Q&A forum.
According to your concern, the formula provided by Q&A Assist does have the correct formula of using LARGE+FILTER to returns the second latest date for a given name. However, that formula does not exclude duplicates dates, so if the data has two same latest dates for a given name, it still returns the latest one.
In case you want to return the second latest distinct date (ignore duplicates), you can try this formula:
=LARGE(UNIQUE(FILTER($B$2:$B$10,$A$2:$A$10=$D$2)),2)
Hope this information will help. Please follow these steps and let me know if it works for you. If you have any questions or need further assistance, please feel free to share them in the comments so I can continue to support you.
Thank you for your patience and understanding. I'm looking forward to your reply.
If the answer is helpful, please click "Accept Answer" and kindly upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.