Select Random Sample Values and Rows using Excel

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

КОМЕНТАРІ • 19

  • @ccat0014
    @ccat0014 4 роки тому +2

    thanks a lot. I was frustrating on how to choose random data for my assignment.

  • @LocoCioco
    @LocoCioco 4 роки тому

    thank you for sharing your knowledge in such a simple and elegant way

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

    Man that is amazing stuff! Great job!

  • @taradavis2120
    @taradavis2120 4 роки тому +1

    Is there a way to do this to keep the array dynamic? My list of data will have more or less values added to it so I can't have a specified array like in the formula you use but I still need to randomly select values from my specified data :INDEX(Calculations!$F$53:$F58,RANDBETWEEN(1, ROWS(Calculations!$F$53:$F58)),1)

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

    Thanks!

  • @TracyBondBird
    @TracyBondBird 4 роки тому +1

    This is really helpful!

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

    Hey brother thanks so much! We would love to have you on our podcast!

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

    Is it possible that instead of the specific random number, it will show a specific data corresponds to that random number. For example, I want 3 sample calls per agent to listen for my audit from a raw data. In that data, there are master IDs which I can use to pull up the call. In a day, there’s a lot and different master ID per call and chat. Now, instead of a random number, I want the master ID to show on my file.

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

      Try to use a VLOOKUP with RANDBETWEEN as your first argument. The assumption is that your master ID is a number that can be generated with RANDBETWEEN and is associated with the data values you need to lookup.

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

    wish you described how you can avoid duplicates.

  • @antonrinaldo971
    @antonrinaldo971 4 роки тому

    Lifesaver!

  • @KrishanSingh-gz9op
    @KrishanSingh-gz9op 2 роки тому

    But what if there are two or more columns of names?

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

      Either stack all values in 1 column or improvise to first select a random column and then a random number in that column.

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

    stop saying 'right'