Hello,
I have sheet that gets a row added every time someone add a response. The example shown is a simplified version.
Each response is associated with a Group of combined columns (1 company + 1 ticket) - See column named "Join". Users can add a new response for each Group over and over. Each time they add a row, the RowID increases automatically.
I want either a report or a sheet that displays the most recent response for each Group (Company + Ticket. An example of the result is below:
Rows 019, 024, and 026 would not be included because a new row overwrote them.
Details to note:
- I do not have the Dynamic View add-in that allow someone to edit a field. To be clear, I have no add-ins.
- The user adds and updates from a form. No request for update will be sent.
- I couldn't use Max Date because I am not able to add a date column with a time stamp; however, I don't know if that is even relevant in this case. The problem is finding the max for a group of rows associated with Join.
Has anyone else run into this issue and found a solution?
Thank you for your help!