Hi ,
Need to take random sample data from the below list of data.
every time sample count may differs
Ex: below we have a data of 10 person details in that randomly 3 person details should be picked.
| Employee No | Emplyeee Name |
| 1 | Dave |
| 2 | Leo |
| 3 | kathy |
| 4 | portman |
| 5 | manda |
| 6 | april |
| 7 | shane |
| 8 | nexa |
| 9 | miranda |
| 10 | nathan |
results
| Employee No | Emplyeee Name |
| 10 | nathan |
| 5 | manda |
| 2 | Leo |
there should be an option of changing the sample from 3 to 5 or may 1 sample out of 10.
Thanks.
Solved! Go to Solution.
Thanks a lot it helped

