+ Reply to Thread
Results 1 to 2 of 2

Need to have cell C8 contain contents of Cell G(formula)

  1. #1
    Skip
    Guest

    Need to have cell C8 contain contents of Cell G(formula)

    Need to have cell C8 contain contents of cell
    G(=ROUND(RAND()*(10-1)+1,0))
    Or something simular.

    Cell G(1:10) contain strings that I am trying to randomize just one of the
    10 into cell C8.

    I am trying to say " =G(ROUND(RAND()*(10-1)+1,0)) " but this does not work.

    Can you help??


  2. #2
    Dave Peterson
    Guest

    Re: Need to have cell C8 contain contents of Cell G(formula)

    =indirect("G"&round(rand()*(10-1)+1,0))
    or
    =index(g1:g10,rand()*(10-1)+1)



    Skip wrote:
    >
    > Need to have cell C8 contain contents of cell
    > G(=ROUND(RAND()*(10-1)+1,0))
    > Or something simular.
    >
    > Cell G(1:10) contain strings that I am trying to randomize just one of the
    > 10 into cell C8.
    >
    > I am trying to say " =G(ROUND(RAND()*(10-1)+1,0)) " but this does not work.
    >
    > Can you help??


    --

    Dave Peterson

+ 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