I would like to prompt the macro to ask for a column number and then enter the following formula in the cell from row 2 onward until the last data in the column:
=IF(A2="","Unique",IF(COUNTIF($A$2:$A$1000,A2)>0,"Match","Unique")). I want to populate the entire column where the data ends with the...