I have a list of data in column A and the same has repeated data too. I have to create a macro to get 10% of that data. I tried with Rand() and few other functions but no success. Please any help.
Column A
Brick John
Brick Matt
Brick Ted
Goal John
Goal Matt
Goal Ted
Goal Ted
Tiger Ted
Tiger John
Tiger Matt
Tiger Matt
Code Ted
Code Matt
Code Matt
Code Ted
Code John
Now from the above list I have to get random sample of 10% it is ok if I get duplicates to but I have to get from all brick, tiger, code and goal.
Please help