Hello again!
I have a workbook that contains data only in Sheet 1
Row 1 contains Headers - The number of rows can vary from 2 - 20,000+
Columns = A thru N
Col A = Unique ID (Number)
Col N = Names (Contains Duplicates)
Cols B thru L contains mixed data
I am using the following macro to copy a RANDOM 10% of every row in Sheet 1 into Sheet 2 which works great. The problem I have is I need to ensure that at least ONE of every Name listed in Col N is included in the 10% copied to Sheet 2.
Any help would be much appreciated!
Bookmarks