About 36,200 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. Using Excel 365, How to generate a random list of random items, …

    Jun 14, 2020 · Using Excel from Office 365, I want to generate a list of random items, without duplicates, while potentially ignoring certain rows. I can successfully achieve everything but the last part - "while …

  3. excel - Randomize List VBA - Stack Overflow

    Oct 11, 2017 · I'm fairly new to VBA. I'm trying to randomize a list with VBA. The list has two headers "Name" and "Dials". I want to try to randomize the list with a macro then applying it with a button. I've t...

  4. excel - Randomize a Weekly Schedule - Stack Overflow

    May 7, 2020 · In order randomize the list I have two columns in excel the first column has names and the second list uses =rand() to create a random seed. I then organize the two columns from smallest …

  5. 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 171 times

  6. 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 …

  7. 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 …

  8. excel - Shuffle an array in vba - Stack Overflow

    Apr 3, 2020 · I need to shuffle values in array with no duplications, what do i need to add in my code to avoid duplications Function Resample(data_vector) n = UBound(data_vector) ReDim …

  9. excel - How would I take apart a comma list randomize it them put the ...

    Sep 3, 2023 · The Third row was just for troubleshooting. Basically I need to be able to put a comma separated list into cell A2 and and tell it how many groups I need the names separated into, the List …

  10. Random element from array in Excel-VBA - Stack Overflow

    Oct 1, 2013 · Random element from array in Excel-VBA Asked 12 years, 2 months ago Modified 1 year, 9 months ago Viewed 15k times