I have a 10 column spreadsheet used to record quality improvement issues, who they're assigned to and what actions are being taken.
I have one row of data for every update that is made. There are currently 18 issues with a total of 72 updates.
I am interested in presenting a 1 line snapshot for every issue which only returns me the latest update line.
So I don't want to merely sort columns ascending by issue number and descending by update date - that would still give me every line for every issue.
Key columns are:
A = Issue Reference #
I = Update Date
J = Details of what actions were taken on that date
....so I'm really after a line of data based on the last action date for that issue.
Any help appreciated.
I have one row of data for every update that is made. There are currently 18 issues with a total of 72 updates.
I am interested in presenting a 1 line snapshot for every issue which only returns me the latest update line.
So I don't want to merely sort columns ascending by issue number and descending by update date - that would still give me every line for every issue.
Key columns are:
A = Issue Reference #
I = Update Date
J = Details of what actions were taken on that date
....so I'm really after a line of data based on the last action date for that issue.
Any help appreciated.