+ Reply to Thread
Results 1 to 3 of 3

Random outcome based on set criteria on refresh

Hybrid View

  1. #1
    Registered User
    Join Date
    12-15-2008
    Location
    Romford
    Posts
    8

    Random outcome based on set criteria on refresh

    Hi,

    I am looking to find a formula that will provide me with any of the following variables randomly:

    Yes
    No
    Ongoing

    Ideally this will be triggered every time an F9/refresh is initiated.

    Any help would be appreciated...

  2. #2
    Valued Forum Contributor
    Join Date
    10-13-2010
    Location
    Sunderland, England
    MS-Off Ver
    Excel 2007 (Home) / 2003 (Work)
    Posts
    740

    Re: Random outcome based on set criteria on refresh

    How about:

    =IF(RAND()<=1/3,"YES",IF(RAND()>1/2,"NO","ONGOING"))

  3. #3
    Registered User
    Join Date
    12-15-2008
    Location
    Romford
    Posts
    8

    Re: Random outcome based on set criteria on refresh

    perfect. Many thanks!

+ 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