Hi,
I have summarised some data with a description ID column (group by) and counted (count) the occurrences of these IDs.
I want to separate the counts with an odd/even number, if anyone has any idea how I can do this, that would be great!
For IDs with a count of 3, I would like a new column to say 'unique' for one of them and 'duplicate' for the other two IDs
Thanks!