Hi all,
I have a macro that reads through a bunch of data and identifies unique names based on certain criteria.
Once this is completed, I have a message pop up that tells the user the total number of unique names and another message pops up identifying 25% of that total. We need to identify random numbers within this total, up to the 25%.
I would like for a macro to have a pop up, asking the user for that information, (or just pull it directly from the previous macro), and then identify and paste Randbetween numbers in the ActiveCell up to the 25% total. (can it paste123??)
Let's say there are 500 unique names. 25% of that is 125. I would like the macro to find 125 random numbers, between 1 and 500, and paste them in the ActiveCell.
Is this possible? If not, can this be broken into separate macros?
I have a macro that reads through a bunch of data and identifies unique names based on certain criteria.
Once this is completed, I have a message pop up that tells the user the total number of unique names and another message pops up identifying 25% of that total. We need to identify random numbers within this total, up to the 25%.
I would like for a macro to have a pop up, asking the user for that information, (or just pull it directly from the previous macro), and then identify and paste Randbetween numbers in the ActiveCell up to the 25% total. (can it paste123??)
Let's say there are 500 unique names. 25% of that is 125. I would like the macro to find 125 random numbers, between 1 and 500, and paste them in the ActiveCell.
Is this possible? If not, can this be broken into separate macros?