Skip to main content

How to randomly select cells based on criteria in Excel?

For example you need to randomly select some data based on one or two criteria from the specified range, how could you solve it in Excel? This article will introduce a couple of solutions for you.

Randomly select cells based on criteria with array formulas

Randomly select cells based on criteria with Kutools for Excel

Randomly select multiple cells/rows/columns from specified range in Excel

You can easily generate a random number with the RAND function in Excel, but do you know how to randomly select a cell from selected range? What if randomly selecting multiple cells? How about randomly selecting multiple rows/columns? Kutools for Excel’s Sort Range Randomly utility provides an easy workaround for you.

ad select randomly 1


Supposing there is an employee table in Excel as below screenshot shown. And now you need to randomly select one or more employees who work in New York for 3 years from the table.

This method will introduce two array formulas to randomly select cells based on criteria in Excel. Please do as follows:

Randomly select cells based on one criteria

In our example, we need to randomly select one employee who has been working for 3 years. In the cell you will return the employee name randomly, please enter the formula =INDEX(A2:A25,LARGE(IF(C2:C25=F1,ROW(C2:C25)-ROW(C2)+1),INT(RAND()*COUNTIF(C2:C25,F1)+1))), and press the Ctrl + Shift + Enter keys simultaneously.

Note: In above formula, A2:A25 is the list you will randomly select cells from, C2:C25 is the list you will match the criteria in, F1 is the criteria cell, and C2 is the first cell of the list you will match with criteria.

Randomly select cells based on two criteria

To randomly select one employee who has been working in New York for 3 years, please enter the formula =INDIRECT("A"&LARGE(IF($B$2:$B$25=$F$1,IF($C$2:$C$25=$G$1,ROW($A$2:$A$25),0),0), RANDBETWEEN(1,COUNTIFS(B2:B25,F1,C2:C25,G1)))) into the cell you will return random employee’s name, and press the Ctrl + Shift + Enter keys simultaneously.

Note: In above formula, B2:B25 is the list you will match the first criteria in, C2: C25 is the list you will match the second criteria in, F1 is the first criteria cell, G1 is the second criteria cell, and A2:A25 is the list you will randomly select cells from.

note ribbon Formula is too complicated to remember? Save the formula as an Auto Text entry for reusing with only one click in future!
Read more…     Free trial

Actually, we can apply the Filter feature to filter data by criteria easily, and then randomly select cells from the filtered out data. This method will introduce Kutools for Excel’s Sort Range Randomly utility to solve it. Please do as follows:

Kutools for Excel - Packed with over 300 essential tools for Excel. Enjoy a full-featured 30-day FREE trial with no credit card required! Download now!

1. Select the range you will randomly select cells based on criteria, and click Data > Filter.

2. Now the filter arrow is added into each column header. And then filter data by criteria as you need.

In our example, we need to filter out employees working in New York for 3 years, therefore we specify the filter as below screenshot shown:

3. After filtering, select the filtered out list of employees (Column Names in our example) and copy it by pressing the Ctrl + C keys simultaneously; next select a blank cell below filtered range or in a new worksheet, and paste it by pressing the Ctrl + V keys simultaneously.

4. Keep selecting the pasted list, and click Kutools > Range > Sort Range Randomly.

5. In the opening Sort Range Randomly dialog box, go to the Select tab, type the number of cells you will randomly select in the No. of cells to select box, check the Select random cells option, and click the Ok button. See screenshot:

Now the specified number of cells (employees) have been randomly selected based on criteria in the selected list.

Kutools for Excel's Sort Range Randomly can help Excel users to randomly sort all cells in selected range/each row/each column, and randomly select specified number of cells from selected range as well. Click for 60-day free trial, no limitation!


Kutools for Excel: Over 300 handy tools at your fingertips! Start your 30-day free trial with no feature limitations today. Download Now!

Best Office Productivity Tools

🤖 Kutools AI Aide: Revolutionize data analysis based on: Intelligent Execution   |  Generate Code  |  Create Custom Formulas  |  Analyze Data and Generate Charts  |  Invoke Kutools Functions
Popular Features: Find, Highlight or Identify Duplicates   |  Delete Blank Rows   |  Combine Columns or Cells without Losing Data   |   Round without Formula ...
Super Lookup: Multiple Criteria VLookup    Multiple Value VLookup  |   VLookup Across Multiple Sheets   |   Fuzzy Lookup ....
Advanced Drop-down List: Quickly Create Drop Down List   |  Dependent Drop Down List   |  Multi-select Drop Down List ....
Column Manager: Add a Specific Number of Columns  |  Move Columns  |  Toggle Visibility Status of Hidden Columns  |  Compare Ranges & Columns ...
Featured Features: Grid Focus   |  Design View   |   Big Formula Bar    Workbook & Sheet Manager   |  Resource Library (Auto Text)   |  Date Picker   |  Combine Worksheets   |  Encrypt/Decrypt Cells    Send Emails by List   |  Super Filter   |   Special Filter (filter bold/italic/strikethrough...) ...
Top 15 Toolsets12 Text Tools (Add Text, Remove Characters, ...)   |   50+ Chart Types (Gantt Chart, ...)   |   40+ Practical Formulas (Calculate age based on birthday, ...)   |   19 Insertion Tools (Insert QR Code, Insert Picture from Path, ...)   |   12 Conversion Tools (Numbers to Words, Currency Conversion, ...)   |   7 Merge & Split Tools (Advanced Combine Rows, Split Cells, ...)   |   ... and more

Supercharge Your Excel Skills with Kutools for Excel, and Experience Efficiency Like Never Before. Kutools for Excel Offers Over 300 Advanced Features to Boost Productivity and Save Time.  Click Here to Get The Feature You Need The Most...

Description


Office Tab Brings Tabbed interface to Office, and Make Your Work Much Easier

  • Enable tabbed editing and reading in Word, Excel, PowerPoint, Publisher, Access, Visio and Project.
  • Open and create multiple documents in new tabs of the same window, rather than in new windows.
  • Increases your productivity by 50%, and reduces hundreds of mouse clicks for you every day!
Comments (2)
No ratings yet. Be the first to rate!
This comment was minimized by the moderator on the site
This works great when you only need to do this once, but why doesn't it work if you need a list of employees? i have tried to replicate this work where i have a list of 15, but it only works for the first two. Any help?
This comment was minimized by the moderator on the site
Hi Mark, Were you able to find a solution for getting more than 1 random employee with conditions?
There are no comments posted here yet
Please leave your comments in English
Posting as Guest
×
Rate this post:
0   Characters
Suggested Locations