I have built a 2D array of strings, which is sorted alphabetically by column 0. Column 0 will be headings, and column 1 is the data. I want to search the array by row 0 to n-1, column 0 and blank out the duplicate items, while leaving all of the data in column 2.