Say I have a list of items which self-repeat. E.g. column A will contain dog,dog,dog,cat,elephant,cat and the list will continue being added to.

How can I develop another column which will automatically add unique values from that list to itself? I know how to extract unique items but not automatically update them given a changing column A which is continually added to.