Say I have a list of items, similar to what is below:
cat
cat
cat
cat
dog
dog
dog
dog
Given a cell where the user can input a value which represents what percentage of "cat" in the list should be assigned a one value, how would I assign "one" based on the percentage entered, then a "zero" to the remaining "cat" entries. I would then like to do the same with "dog".
Thank you all for your consideration in advance. This is one of THE most friendly and helpful forums I have ever used.
cat
cat
cat
cat
dog
dog
dog
dog
Given a cell where the user can input a value which represents what percentage of "cat" in the list should be assigned a one value, how would I assign "one" based on the percentage entered, then a "zero" to the remaining "cat" entries. I would then like to do the same with "dog".
Thank you all for your consideration in advance. This is one of THE most friendly and helpful forums I have ever used.