+ Reply to Thread
Results 1 to 4 of 4

Randbetween & array

  1. #1
    Forum Contributor
    Join Date
    02-18-2013
    Location
    canada
    MS-Off Ver
    Excel 2003
    Posts
    112

    Randbetween & array

    Hi. I would like to achieve the following scenario. Please help.

    I would like to pick random numbers from the following numbers only: 45, 150, 200, 125, 80

    example :

    A1 = should get random number from above numbers only. Can I apply randbetween function?

    Thank you.

  2. #2
    Forum Expert
    Join Date
    12-15-2009
    Location
    Chicago, IL
    MS-Off Ver
    Microsoft Office 365
    Posts
    3,177

    Re: Randbetween & array

    F9 to refresh

    =CHOOSE(RANDBETWEEN(1,5),45,150,200,125,80)

  3. #3
    Registered User
    Join Date
    03-02-2013
    Location
    India
    MS-Off Ver
    Excel 2010
    Posts
    67

    Re: Randbetween & array

    You can choose an item from a list of items through Choose Function. You can select between 2 numbers using randbetween. Combination of these two will help you.
    Please Login or Register  to view this content.
    If I have helped, click on the * below the post

  4. #4
    Forum Contributor
    Join Date
    02-18-2013
    Location
    canada
    MS-Off Ver
    Excel 2003
    Posts
    112

    Re: Randbetween & array

    it worked perfectly. Thank you all, for your help. I appreciated it.

+ 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