Hey guys and girls
We are doing some quality control at work and are working on randomizing our selection of case-files the fastest way.
Right now we have a export from our system that shows the digital case file number and the owner of the case. We want to check, lets say, 20% of each persons cases for errors etc.
The excel file can look something like this but with 1000-1500 cases in every period (with more columns but these are not important):
I would like to randomly check for instance 20% of Peters cases and for that I need the Case file number. I need to check every persons cases, so it is not just Peter's
Is there any way to make this selection fast and painless? I don't mind spending a little time on a solution as long as it will work in the future (we want to do this every month). The most important thing is that my co-workers without any excelknowledge can work in the file.
So far I have played around with the RAND() but there is some degree of work every time we need to do this. A simple copy/paste a new period into a work sheet is what i'm expecting of time to be spent every period.
We are doing some quality control at work and are working on randomizing our selection of case-files the fastest way.
Right now we have a export from our system that shows the digital case file number and the owner of the case. We want to check, lets say, 20% of each persons cases for errors etc.
The excel file can look something like this but with 1000-1500 cases in every period (with more columns but these are not important):
CASE FILE NUMBER | OWNER |
---|---|
19-2000 | Peter |
19-2012 | Andrea |
19-1451 | Peter |
19-1234 | Mitch |
19-1513 | Bob |
19-7464 | Mitch |
19-2362 | Bob |
19-3561 | Bob |
19-1515 | Andrea |
19-9285 | Peter |
I would like to randomly check for instance 20% of Peters cases and for that I need the Case file number. I need to check every persons cases, so it is not just Peter's
Is there any way to make this selection fast and painless? I don't mind spending a little time on a solution as long as it will work in the future (we want to do this every month). The most important thing is that my co-workers without any excelknowledge can work in the file.
So far I have played around with the RAND() but there is some degree of work every time we need to do this. A simple copy/paste a new period into a work sheet is what i'm expecting of time to be spent every period.