+ Reply to Thread
Results 1 to 5 of 5

Pick a Random name from a list.

  1. #1
    David M Fritzke
    Guest

    Pick a Random name from a list.

    I am working on a Free Give Away of some products. Our systems give me a
    list of individuals who we have had contact which are then placed in excel.
    We would like to pick a weekly winner and would prefer not to throw darts at
    my screen. Any Ideas?

  2. #2
    Jerry W. Lewis
    Guest

    RE: Pick a Random name from a list.

    If there are 1700 names in column A in cells A1:A1700, then
    =OFFSET(A1,INT(1700*RAND()),0)
    should do the job.

    Jerry

    "David M Fritzke" wrote:

    > I am working on a Free Give Away of some products. Our systems give me a
    > list of individuals who we have had contact which are then placed in excel.
    > We would like to pick a weekly winner and would prefer not to throw darts at
    > my screen. Any Ideas?


  3. #3
    David M Fritzke
    Guest

    RE: Pick a Random name from a list.

    Thanks I will give it a Try!

    "Jerry W. Lewis" wrote:

    > If there are 1700 names in column A in cells A1:A1700, then
    > =OFFSET(A1,INT(1700*RAND()),0)
    > should do the job.
    >
    > Jerry
    >
    > "David M Fritzke" wrote:
    >
    > > I am working on a Free Give Away of some products. Our systems give me a
    > > list of individuals who we have had contact which are then placed in excel.
    > > We would like to pick a weekly winner and would prefer not to throw darts at
    > > my screen. Any Ideas?


  4. #4
    David M Fritzke
    Guest

    RE: Pick a Random name from a list.

    Thanks I will give it a Try!

    "Jerry W. Lewis" wrote:

    > If there are 1700 names in column A in cells A1:A1700, then
    > =OFFSET(A1,INT(1700*RAND()),0)
    > should do the job.
    >
    > Jerry
    >
    > "David M Fritzke" wrote:
    >
    > > I am working on a Free Give Away of some products. Our systems give me a
    > > list of individuals who we have had contact which are then placed in excel.
    > > We would like to pick a weekly winner and would prefer not to throw darts at
    > > my screen. Any Ideas?


  5. #5
    David M Fritzke
    Guest

    RE: Pick a Random name from a list.

    Thanks I will give it a Try!

    "Jerry W. Lewis" wrote:

    > If there are 1700 names in column A in cells A1:A1700, then
    > =OFFSET(A1,INT(1700*RAND()),0)
    > should do the job.
    >
    > Jerry
    >
    > "David M Fritzke" wrote:
    >
    > > I am working on a Free Give Away of some products. Our systems give me a
    > > list of individuals who we have had contact which are then placed in excel.
    > > We would like to pick a weekly winner and would prefer not to throw darts at
    > > my screen. Any Ideas?


+ 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