Essentially I have some data that is like the below, in a sheet called 'Data':
<tbody>
C1
01/01/2018
TypeA
C2
04/01/2018
TypeB
C3
23/12/2017
TypeA
C2
12/01/2018
TypeC
C1
19/12/2017
TypeC
</tbody>
What I want to return in a new sheet for each ID, is the latest date, and the...