Question, I have not used this and I need to set up based on 2 criteria
I have a column with names in it and a second column with codes in them.
I only want 10% of the total codes for each name
Name 1 can have 20 codes so I need to randomize the two codes that get audited.
Name 2 50 codes so randomize 5 codes to audit and so on.
Right now I am using a Pivot to give me the 10% of codes to audit then I have a list with name and code and I am using:
=RAND() in one column and in the next I am using INDEX(B2:B34,RANK,(C2,C2:B34),1) and copying this down the number that represents the 10%
Any help would be appreciated.
T
I have a column with names in it and a second column with codes in them.
I only want 10% of the total codes for each name
Name 1 can have 20 codes so I need to randomize the two codes that get audited.
Name 2 50 codes so randomize 5 codes to audit and so on.
Right now I am using a Pivot to give me the 10% of codes to audit then I have a list with name and code and I am using:
=RAND() in one column and in the next I am using INDEX(B2:B34,RANK,(C2,C2:B34),1) and copying this down the number that represents the 10%
Any help would be appreciated.
T