+ Reply to Thread
Results 1 to 2 of 2

Random cell generator

  1. #1
    JK2
    Guest

    Random cell generator

    I would like to set up a program that randomly selects a cell in a range of
    eight cells.
    Can anyone help?
    --
    Cheers
    JK2

  2. #2
    Dana DeLouis
    Guest

    Re: Random cell generator

    >...randomly selects a cell in a range of
    > eight cells.


    Here's one idea. It randomly picks a cell from A1:A8. Adjust as necessary.

    =OFFSET(A1,INT(RAND()*8),0)

    --
    HTH. :>)

    Dana DeLouis
    Windows XP, Office 2003


    "JK2" <myname@discussions.microsoft.com> wrote in message
    news:3C9CEA4C-B5AB-4A8B-8B9D-398E3CA0E9A1@microsoft.com...
    >I would like to set up a program that randomly selects a cell in a range of
    > eight cells.
    > Can anyone help?
    > --
    > Cheers
    > JK2




+ 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