I have column "D" with a lot of values, however I would only like to keep the cells within that column which contain values "132" or "133" or "54". How could I clear content if value is not stated in the array?
This is the closest code I found... It is broken as I tried to adjust it to my...