I'm trying to pull a huge column of data into an array (500,000 rows), then remove some items that are direct duplicates of previous item, and then basically output it into a new column....
I have been going around in circles for hours now trying to do this and am not getting anywhere..
I...