About 43,600 results
Open links in new tab
  1. random - How to randomize Excel rows - Stack Overflow

    Jul 14, 2012 · 61 How can I randomize lots of rows in Excel? For example I have an excel sheet with data in 3 rows. 1 A dataA 2 B dataB 3 C dataC I want to randomize the row order. For example 2 B …

  2. How to generate a random alphanumeric string with a formula in Excel ...

    Dec 5, 2022 · I'm trying to generate a random 8 character alphanumeric string in Excel (or Google Sheets or Libreoffice, which both have the same challenge) using a formula. I'd like to get something …

  3. How to sample a range of Excel values (i.e. one column) to pick 100 ...

    May 24, 2025 · How to sample a range of Excel values (i.e. one column) to pick 100 random values Asked 6 months ago Modified 6 months ago Viewed 179 times

  4. excel - Randomized list with no repeats or duplicates from list of ...

    Jun 16, 2022 · Here is the approach I would use: create a random number in a new column (looks like you have done that) order the column you care about by the random column (this will be a random …

  5. excel - randomise rows in VBA - Stack Overflow

    It's true that this question has many possible answers. This is probably the most lame one, but it works quite ok actually: Add an additional column; Then put random value in this column; Sort by this …

  6. python - Randomize search in excel - Stack Overflow

    Jan 8, 2014 · The Sheet.col() method returns a list, and random.choice returns a random element from a list. If you want to restrict the rows from which you randomly select an element you can generate a …

  7. excel - Randomize Columns - Stack Overflow

    Sep 15, 2015 · Is there a way to randomize the values from different columns within a row? Here is an example: Option 1 Option 2 Option 3 Option 4 Gloria Stuart Claire Danes Kim Basinger Kate W...

  8. excel - Generate a random list based on a main list (consisting two ...

    Oct 13, 2024 · I want to generate a random list from a main list based on two columns as shown in this pictures. The generated list values can be repeated and duplicated. the names and designation …

  9. Generate N random numbers whose sum is a constant K - Excel

    Aug 13, 2016 · 36 You could use the RAND() function to generate N numbers (8 in your case) in column A. Then, in column B you could use the following formula B1=A1/SUM(A:A)*320, …

  10. Reorder/shuffle values in a row/column in Excel - Stack Overflow

    Mar 5, 2009 · Is it possible to shuffle randomly, values in rows or columns in a excel sheet. Is there any function/macro for that? How do i do this? -ad.