+ Reply to Thread
Results 1 to 2 of 2

How to randomly distribute rows from sheet 1 to sheet 2 & 3 with V

  1. #1
    luk_sr
    Guest

    How to randomly distribute rows from sheet 1 to sheet 2 & 3 with V

    I need assistance. I need to take the data inputted in sheet 1 and evenly
    distribute the data rows into sheet 2 (Experimental) and sheet 3
    (Controlled). The purpose of this project is for case studies. Please help.

  2. #2
    Tom Ogilvy
    Guest

    Re: How to randomly distribute rows from sheet 1 to sheet 2 & 3 with V

    Put in a dummy column

    use a formula like

    =if(rand()<.5,"Experimental","Controlled")
    then drag fill down the column.

    recalculate (F9) until satisfied with the distribution. use a formula like
    =countif(D:D,"Experimental") to check

    when you are satisfied with the distribution, Select the column and do
    Edit=>Copy, then Edit=>PasteSpecial and select values

    now you can sort on this column and copy your data.

    --
    Regards,
    Tom Ogilvy


    "luk_sr" <[email protected]> wrote in message
    news:[email protected]...
    > I need assistance. I need to take the data inputted in sheet 1 and evenly
    > distribute the data rows into sheet 2 (Experimental) and sheet 3
    > (Controlled). The purpose of this project is for case studies. Please

    help.



+ 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