+ Reply to Thread
Results 1 to 2 of 2

How to get the data randomnly in excel worksheet?

  1. #1
    How to get the data randomnly?
    Guest

    How to get the data randomnly in excel worksheet?

    I need to use the data fron an excel file but I need also to pick-up randomnly.

  2. #2
    bj
    Guest

    RE: How to get the data randomnly in excel worksheet?

    If you do not need to have a non uniform distribution in your selection.
    one method is to in the column next to the data enter
    =rand()
    Select the two columns and sort by the rand column. Your data wiill now be
    in a random order. If you just select the data in series you will have a non
    replace random selection.
    If you nned a new set, just sort by the rand column again.
    If you need a replace type selection.
    at the top of the column next to the data enter 0 then one cell down enter
    =1/data count.
    Increment by the 1/data count to the bottom of the data.

    then set up a series of random numbers betwween 0 and 1, and use these as
    your selection criteria in a Vlookup
    "How to get the data randomnly?" wrote:

    > I need to use the data fron an excel file but I need also to pick-up randomnly.


+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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