I present a music show on the radio. I have a LibreOffice spreadsheet listing every track I play each week, with columns showing Artist, Song title, and the date I played it. Every few weeks it’s possible I might play a track again, but I want to see at a glance if I’ve played a certain track recently. I need to avoid playing a song one week, and then playing it again the following week.
I have created a column entitled ‘Multiple Plays’, and if a song has been played more than once (detected by a formula in every row of that column which looks to see if the previous and/or next cells contain the same song title) it places “MP” in the Multiple Play column. Most of the time I have the spreadsheet sorted thus: Artist, then Song Title, then Date Played. That way I can quickly find a particular song, because the catalogue is alphabetical.
However, if I then sort the whole spreadsheet so that it’s ordered: Date Played, then Artist, then Song Title in order to see show-by-show which tracks I played, the ‘MP’ formula now doesn’t work (because now the previous and/or next rows don’t contain the same song title because I wouldn’t play a song twice in the same show) and the ‘MP’ column is therefore blank.
What I want is a way of making it so that when the sheet recognises that a song has been played more than once, it places some kind of permanent tag or marker on the song title itself (or just something visible in another cell in the same row), which then stays with it even if I sort the sheet in different ways. As time goes on, more and more tracks would become tagged, and there would be fewer tracks that I’d only played once. That’s exactly what I want.
Is this possible? If so, how?
Your thoughts would be much appreciated.
Nick