+ Reply to Thread
Results 1 to 4 of 4

spreadsheet that picks words from a list. need help.

  1. #1
    Registered User
    Join Date
    05-16-2011
    Location
    cali
    MS-Off Ver
    excel 2007
    Posts
    2

    spreadsheet that picks words from a list. need help.

    i have a list of words. I have an excel sheet that was made by somebody else made that pics 12 words out of this list, and then when you hit f9, it picks 12 more words.

    I know the RAND feature picks a number between 0-1

    My problem is that the list is so long that the numbers that choose the words are now over 1. So all the words over 1 are not showing up. I tried to put RAND()*2 but then I had a problem with a lot of the words staying the same and not changing when I hit f9.

    I also wanted the spreadsheet to have more columns of random words, instead of 12 maybe 15 or 18. I tried to add acouple more columns on the far right, and that didn't help.

    Can somebody tell me how to do these things? I attached the spreadsheet so you can see what I mean. I dont understand the command lines at all. I don't do too much complicated stuff in excel, so this is beyond me. I tried to find something like this online, but I couldn't find it.

    Thanks,
    Gina C.
    Attached Files Attached Files
    Last edited by ginaccc; 05-16-2011 at 11:44 AM.

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: spreadsheet that picks words from a list. need help.

    Here you go, a little more straighforward technique. This uses the RAND() formulas in columns D and F to find the largest 12 random numbers created and return the words next to those numbers. Each F9 will generate a new list/order.

    There are no other columns or named ranges needed any longer. Put as many words in E and G as you want, just make sure D and F have RAND() formulas to match.
    Attached Files Attached Files
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  3. #3
    Registered User
    Join Date
    05-16-2011
    Location
    cali
    MS-Off Ver
    excel 2007
    Posts
    2

    Re: spreadsheet that picks words from a list. need help.

    THANK YOU!!! That works great!
    Thanks again!
    Gina

  4. #4
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: spreadsheet that picks words from a list. need help.

    If that takes care of your need, please click EDIT in your original post, click GO ADVANCED and set the PREFIX box to SOLVED.

+ 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