+ Reply to Thread
Results 1 to 2 of 2

Randbetween formula

  1. #1
    Forum Contributor
    Join Date
    07-21-2013
    Location
    washington dc
    MS-Off Ver
    365 MSO
    Posts
    473

    Randbetween formula

    Hi-

    I would like a random # generator, but only use each number once. The below does not work. Any ideas?

    Please Login or Register  to view this content.

  2. #2
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Randbetween formula

    Sadly, that's not a native Excel Function.
    You could create a random Table on a second sheet
    in Col A of sheet 2 from A1:A370 = RAND()
    In Col B from B1:B370 just sequential numbers 1 to 370

    In Sheet 1
    =INDEX(Sheet2!$B$1:$B$370,MATCH(LARGE(Sheet2!$A$1:$A$370,ROWS($A$1:$A1)),Sheet2!$A$1:$A$370,0))
    copied down.
    Attached Files Attached Files
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

+ 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. [SOLVED] Question on formula for doing Randbetween If value is <20
    By phill5711 in forum Excel General
    Replies: 2
    Last Post: 04-23-2012, 04:20 AM
  2. Replies: 1
    Last Post: 02-10-2012, 02:53 AM
  3. randbetween formula
    By rahulbawkar2006 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-29-2011, 09:10 PM
  4. Restrict Randbetween formula to use as per my requirement
    By harishs in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-09-2011, 01:12 AM
  5. Randbetween formula
    By jgomez in forum Excel General
    Replies: 3
    Last Post: 01-06-2011, 02:21 PM

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