Unique Random Number Generator in Excel - No Duplicates | Randomly Select Names in Excel

Поделиться
HTML-код
  • Опубликовано: 22 авг 2024

Комментарии • 10

  • @alexmason2595
    @alexmason2595 6 месяцев назад

    Literal life saver, the only video which fixed my issue with the "unique" function not providing the amount of results I want.

  • @IvanCortinas_ES
    @IvanCortinas_ES 2 года назад +1

    Excellent tutotial. Very useful the RANDARRAY function. Thank you Chester!!!

  • @steveh1620
    @steveh1620 Год назад +1

    I have searched the internet and RUclips to find a formula that will pair numbers without repeat over several columns. This is the closest I have found but only for one time. I want to have for example 20 teams (that would be my column 1 through 20) play over 12 weeks (that would be my rows, week 1 through 12). Using 20 as the example I know that there are 190 possibilities of teams playing without meeting each other again during the season. I have not figured out how to get this into an array.

  • @casst346
    @casst346 Год назад +1

    ok..how do you get it to list ALL possible 8 number combos?

  • @danial.amirian
    @danial.amirian Год назад

    Amazing, thanks a lot 🙏

  • @dinapr4531
    @dinapr4531 11 месяцев назад

    Thankl you so much... You saved me.

  • @lethabo_0334
    @lethabo_0334 Год назад

    Fantastic stuff!!

  • @mungunbayar.bat-ochir
    @mungunbayar.bat-ochir Год назад

    take can be also used instead of sequence and index
    =LET(
    min;B2;
    max;B3;
    size;B4;
    population;max-min+1;
    is_valid;AND(max>=min+1;population>=size);
    result;IF(
    is_valid;
    TAKE(UNIQUE(RANDARRAY(size^2;;min;max;TRUE));size);
    "invalid input");
    result
    )

  • @ambientartvibes
    @ambientartvibes 9 месяцев назад

    I got this formula ''=INDEX(UNIQUE(RANDARRAY(B2^2,1,B3,B4,TRUE)),SEQUENCE(B2))''from your file, but it only work in rows. How to make it work in columns format??

  • @rickzzy3049
    @rickzzy3049 Год назад

    How about for old version of excel..