
but I wanted the final capture of the historical list to have only 6 lines, , I want the layout as this image will be possible?

I hope you understand me
i had the same dilemma and ended up coding the required result as a secondary action at the end of the day against all files. unfortunately, this solution was pretty *bespoke* for what I required (and is in .Net), so isn't something that I can easily copy/paste.
jimibt wrote: ↑Mon Sep 28, 2020 10:07 am
i had the same dilemma and ended up coding the required result as a secondary action at the end of the day against all files. unfortunately, this solution was pretty *bespoke* for what I required (and is in .Net), so isn't something that I can easily copy/paste.
the long and the short -you'll need to create a little routine that uses the *Count of name value pairs* number to split your data into the required format and then stitch the values together on a single line per runner/timeband.
spreadbetting wrote: ↑Tue Sep 29, 2020 3:48 pmDoesn't excel have a remove duplicates option, can't you simply sort by date and remove all duplicates except the oldest record? Or am I missing something.
I tried it too and it didn't workDallas wrote: ↑Tue Sep 29, 2020 8:02 pmI have a similar problem with the way some data I collect arrives
Have you tried the following
Press 'F5'
>Special
>Blanks
It should then 'grey out' all the cell which are blank
Next on the 'Home' tab click
>Delete
>Delete Rows
If that works just record the process as a macro.

