ppiplastics
New Member
- Joined
- Feb 27, 2008
- Messages
- 12
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 formula. In the second step I want the formula output to change from formula to a value.
Thank you for your help.
Thanks
Neal
=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 formula. In the second step I want the formula output to change from formula to a value.
Thank you for your help.
Thanks
Neal