+ Reply to Thread
Results 1 to 3 of 3

Copying a random cell from a table

Hybrid View

  1. #1
    Registered User
    Join Date
    05-11-2024
    Location
    Gdynia, Poland
    MS-Off Ver
    365
    Posts
    2

    Lightbulb Copying a random cell from a table

    Hi,
    I'm a student and for a project I need to draw random 33 cells from a table of 332 values a 100 times. For that same project I needed to do that just 10 times which I did by hand, using a random value in the second column and sorting it. But it would be tiring to do 100 times.
    I tried a formula like this: =index($a$2:$a$333;randbetween(2;332)) but it didn't seem to work.
    If you have any suggestions, please let me know.
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    05-05-2024
    Location
    Moscow, Russia
    MS-Off Ver
    365
    Posts
    16

    Re: Copying a random cell from a table

    Formula: copy to clipboard
    =index(a2:a333,randarray(33, 100,1,332,true))

  3. #3
    Registered User
    Join Date
    05-11-2024
    Location
    Gdynia, Poland
    MS-Off Ver
    365
    Posts
    2

    Re: Copying a random cell from a table

    Thank you

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 20
    Last Post: 02-12-2023, 11:19 PM
  2. copying random rows
    By UltimateNeo in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 02-22-2020, 12:18 PM
  3. Replies: 6
    Last Post: 08-07-2018, 09:25 AM
  4. Find a cell in a random table of numbers that matches a search value.
    By williewolf in forum Excel - New Users/Basics
    Replies: 4
    Last Post: 10-18-2016, 07:15 AM
  5. Find a cell in a random table of numbers that matches a search value.
    By williewolf in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 10-18-2016, 05:19 AM
  6. Table that can insert starting at a random cell that is depicted by a list
    By susanbarbour in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 09-19-2012, 04:54 PM
  7. Replies: 8
    Last Post: 08-14-2009, 11:22 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1