I am having issues with getting this formula to work:
=IF([Latest comment]:[Latest comment] <> "", INDEX([Latest comment]:[Latest comment], MATCH(MAX([Notes Last Modified Date - Helper]:[Notes Last Modified Date - Helper]), [Notes Last Modified Date - Helper]:[Notes Last Modified Date - Helper]), 1), 0)
In the Notes last Modified column, there are several changes that happen to change the modified date, and not all of the rows are a result of a comment being made. I am looking to only pick up the rows that have a comment in them and get the most recent comment.
Help, my goal is to capture the latest comment to then use in a roll up report.