Google Sheets - Random Number, Array & Item from a List

Поділитися
Вставка
  • Опубліковано 25 сер 2024

КОМЕНТАРІ • 41

  • @GeorgePlaten
    @GeorgePlaten 3 роки тому +4

    It's the perfect combination of being a good teacher, having loads of experience and full depth of knowledge of the subject. Thank you as always for sharing.

  • @tannerbobanner9453
    @tannerbobanner9453 3 роки тому +12

    Hey! This was a great tutorial! When you want to update the sheet quickly, I’ve found that putting a checkbox and just flipping it on and off allows you to quickly update the sheet rather than having to type in cells.

  • @SaintHanappi
    @SaintHanappi 3 роки тому +3

    As always: extra ordinary content. I love the way how you combine all those formula's in a way we all can follow. Thank you, Sir

  • @garychadwick1240
    @garychadwick1240 3 роки тому +1

    Always interesting and you always cover all of the bases as well as instructing really well. Thank you.

  • @amok.4874
    @amok.4874 2 роки тому

    Thank you so much for all those lessons. I learned so much.

  • @indiogigante
    @indiogigante 3 роки тому +1

    I only have one youtube channel with notifications enabled: you! thanks for the excelent content

  • @Tepalus
    @Tepalus 2 роки тому

    I don't know how I ended up here but I like it.

  • @amaxlevin
    @amaxlevin 2 роки тому

    You saved the day... again! Much appreciated 🙏

  • @bielo3690
    @bielo3690 3 роки тому

    Thank you for yet another interesting function 😊
    The only channel I have notification on

  • @tilakdavidd2358
    @tilakdavidd2358 3 роки тому

    Hi sir I have been your fan since I have started seeing the videos. Sir you are genious in teaching. Please teach Google data studio sir.

  • @Katawunga
    @Katawunga 2 роки тому +1

    is there a way that i can hold the numbers? they are allways changing...

  • @elissiaha2764
    @elissiaha2764 2 роки тому

    THANKS! This was a life saver

  • @aviadbenhamo5812
    @aviadbenhamo5812 3 роки тому

    Thanks for the great video. I was missing useful cases as an example

  • @lpanebr
    @lpanebr 3 роки тому

    I didn't know about the randarray(). Thanks!

  • @SantiiToorrez
    @SantiiToorrez Рік тому

    Thank youuuu

  • @fajeraaa8376
    @fajeraaa8376 2 роки тому

    i love your videos thank you very much

  • @davidfernandezbajo
    @davidfernandezbajo 3 роки тому

    great as usually! thank you!

  • @bzmin99
    @bzmin99 3 роки тому

    Thanks! Today I learned

  • @bruno_veloso
    @bruno_veloso 3 роки тому

    I'm here again, awesome content as always. Thanks for sharing! I do not dare missing any video of you.
    I have a small challenge to accomplish which is: given a certain number (let's say 8) I need to populate the rows between [0;8 - given number]. The output is (dynamic - can be any given number):
    0
    1
    2
    .
    .
    .
    8
    It looks like the randarray functionality.

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  3 роки тому +3

      =SEQUENCE(9, 1, 0, 1)

    • @bruno_veloso
      @bruno_veloso 3 роки тому +1

      @@ExcelGoogleSheets No way... more simple than i thought. I didn't know that formula. Neat! Thanks a lot for replying.

  • @stevenpineiro-cdot4671
    @stevenpineiro-cdot4671 3 роки тому

    Awesome like always!!!

  • @patrickschardt7724
    @patrickschardt7724 3 роки тому

    Some functions Google Sheets wins over Excel. In this case, Excel’s RANDARRAY is a lot better
    It’s still cool to see Google Sheets can do the same thing with some extra steps
    I am trying to learn both Excel and Google Sheets for work. Your tutorials are too notch

  • @dailyservers8336
    @dailyservers8336 3 роки тому

    Tanks you very much , can you make a video for the number of possible combinations (probability)

  • @nssdesigns
    @nssdesigns 2 роки тому

    How do you stop the number refreshing i.e. create an ID number that sticks

  • @ai_dividend_daily_1
    @ai_dividend_daily_1 3 роки тому

    great

  • @DannyTheGFP
    @DannyTheGFP 3 роки тому

    can google sheets have a column for height in feet & inches ?

  • @marcobanderas3306
    @marcobanderas3306 3 роки тому

    Is it possible to equally distribute a set of strings from a list? Let's say you have 100 clients in one row and a list of 5 representatives, and each of them has to be assigned randomly to 20 of them.

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  3 роки тому +1

      Should be possible using RANDBETWEEN, SEQUENCE, SORT, VLOOKUP, but it would be quite complicated.