fbpx
Search
Close this search box.

How to select a random sample from all your data [trick]

Share

Facebook
Twitter
LinkedIn

The other day, I got a text message (SMS) from one of our readers. It read,

How to select random samples from data in Excel?

So today, let us learn a very easy trick to select random sample from your data.

Lets take a look at the data

Since the text message has no actual data, I made up this.

Random samples needed from this data set

Now, if you just want to select any 10 (or x number of) random items from this list, then your job would very simple.

  1. Shuffle (or randomly arrange) this list
  2. Just pick first 10 items

But our problem is to get 2 random samples per user.

Selecting random samples from data

Follow below steps.

  1. Add an extra column and fill it with =RAND() formula. This generates random fraction between 0 and 1.

    Add RAND() function to the adjacent column

  2. Create a pivot table from this data (tutorial: How to create a pivot table?)
  3. Add User ID & Case ID as Row labels and Random as value field.
    Pivot table layout for selecting random samples
  4. Click on the filter icon on Case ID column, choose Value filter > Top 10
  5. Filter for top 2 random values. (related: Filter top 10 values in pivot tables – how to?)

    Pivot Table value filters - filtering top 2 values

  6. Adjust report layout (Table layout, no sub-totals, no grand totals)

    Report layout to show just the samples and nothing else

  7. Done!

Final random samples - easy and awesome.

To see new samples

Just select any cell in the pivot table, press ALT+F5. Your pivot table will be refreshed and you get new samples.

That is just easy and awesome!

Download Example Workbook

Click here to download the example file. Refresh the pivot table (ALT+F5) to see fresh samples.

Do you sample your data?

Drawing samples, running experiments, analyzing results are life breath for many businesses. As business data is growing, these analytical skills  are becoming important.

How do you draw samples? What techniques you use when analyzing the data? Please share your stories, experiences & tips using comments.

A sample of our awesome collection of Excel tips

Here is a tiny sample of our awesome Excel tips. Don’t hold back, take them all, and more.

Facebook
Twitter
LinkedIn

Share this tip with your colleagues

Excel and Power BI tips - Chandoo.org Newsletter

Get FREE Excel + Power BI Tips

Simple, fun and useful emails, once per week.

Learn & be awesome.

Welcome to Chandoo.org

Thank you so much for visiting. My aim is to make you awesome in Excel & Power BI. I do this by sharing videos, tips, examples and downloads on this website. There are more than 1,000 pages with all things Excel, Power BI, Dashboards & VBA here. Go ahead and spend few minutes to be AWESOME.

Read my storyFREE Excel tips book

Excel School made me great at work.
5/5

– Brenda

Excel formula list - 100+ examples and howto guide for you

From simple to complex, there is a formula for every occasion. Check out the list now.

Calendars, invoices, trackers and much more. All free, fun and fantastic.

Advanced Pivot Table tricks

Power Query, Data model, DAX, Filters, Slicers, Conditional formats and beautiful charts. It's all here.

Still on fence about Power BI? In this getting started guide, learn what is Power BI, how to get it and how to create your first report from scratch.

letter grades from test scores in Excel

How to convert test scores to letter grades in Excel?

We can use Excel’s LOOKUP function to quickly convert exam or test scores to letter grades like A+ or F. In this article, let me explain the process and necessary formulas. I will also share a technique to calculate letter grades from test scores using percentiles.

18 Responses to “How to select a random sample from all your data [trick]”

  1. Juan says:

    Great tip and very easy to apply, thank you very much! How do you make the text of the cell screen blur (besides - 99?

  2. zx8754 says:

    After adding "RAND" column, we could add "rank per group" column. Then by filtering for 1 and 2, we will get random 2 rows per user.

    =SUMPRODUCT(($A$2:$A$20=A2)*($C$2:$C$20>C2))+1

  3. Manish says:

    Is it possible for anybody to create this in VBA with a button or with the help of macro ? It shpuld give randomly 2 cases per user with one click. Please help me if you can.

  4. Robert Clark says:

    First time I have tried to download a sample spreadsheet for some time - I am missing something? It is downloading as a zip file even though the shortcut shows it as http://img.chandoo.org/pivot/random-samples-thru-pivot-tables.xlsx
    How do I turn the zip file back into something useful?

    • Hui... says:

      @Robert
      Save the file instead of Opening the file
      Then in Explorer rename it to random-samples-thru-pivot-tables.xlsx
      Then Open from Explorer or Excel

  5. […] How to select a random sample from all your data […]

  6. mehdi says:

    thanks for the trick

  7. Blaine Sharpe says:

    Hey Chandoo!
    We emailed last week. I've been trying to download your dashboards, no luck! I just set up paypal, but doesn't seem to be working yet, although I've done all they've asked.
    Is there anyway we can do this billing directly??
    I would like to get this dashboards going asap and have spent two days waiting for paypal !
    Regards,
    Blaine
    PS- Nice looking family you have!

  8. Robert Clark says:

    Is there a way of selecting the number of cases to be extracted based on the value in a cell, so that the user can decide how few or many random elements they want selected?

  9. Charles says:

    Hi Chandoo,

    I enjoyed your tutorial on using random numbers. However, when I tried to open the sample spreadsheet your provided, I learned that the alt+F5 function does not work the same way in my Excel software (Excel for Mac 2011). Would it be possible for you to provide such examples for Mac users as well? I believe that the Windows and Mac versions are largely similar in terms of functionality, but there are a few differences that sometimes make it necessary to describe the differences.

    Separately, I am interested in subscribing to the Excel and VBA courses and want to know if the course supports Excel for Mac. Can you confirm?

    Any help would be greatly appreciated.

    Feel free to respond to me via my email address.

    Thanks!

  10. Ram Mohan says:

    Simple yer highly effective tip.

    If i need to have different sample size for each user what should i use.

    Thanks in advance.

    Regards
    Ram

  11. Vishwanath says:

    I have excel data with Team Lead name and their team members processed request per day basis. I want to pull 10% of each individual data to do Quality check. How to pull these 10% of each individuals?

    Example; 1 TL has 20 team members out of which one member proceseed 100 request I need to pull 10% of 100 request(10 request).. Like this i need to pull all individuals details..

    Note: Total number of request processed by teams will be around 6500 request approx

  12. Abhijeet says:

    Can we get 10% of sampling using this trick

  13. Ana Carol says:

    Great article, Chandoo! I wanted to extend my appreciation for sharing this easy trick on selecting random samples from data in Excel. The step-by-step process you provided, including the use of the RAND() formula and pivot table, is incredibly valuable. It's fantastic to see how you've made sampling easier and more efficient for data analysis. Thank you for your insightful tips and tricks!

Leave a Reply