I really wanna some sort of Google sheet auto sorter, lets say for example I have some information like a person name, and I want to input this data into the google sheet into lets say Cell A1, and the google sheet will automatically sort this information into a list and mark a color next to it a color, and every time I input the same name, it would change to a darker color. I want to make this for my Rust server, every time I input a Steam URL, I want it to be sorted into a list, and every time I input the same url it will be marked with a darker color. This sounds very complicated and I am unsure how to properly explain what I want.
Example(My best explanation): Cell A1: url.steam.com/IDNUMBER HERE
Auto lists underneath in chronological order including the date when inputted
Date | URL | Color=SetToPink | Warning #1
Date | URL | Color=SetToRed | Warning #2
(As the same URL is inputted the color is changed to a darker shade)