+ Reply to Thread
Results 1 to 3 of 3

Random Sampling rows

Hybrid View

  1. #1
    sunilkeswani@gmail.com
    Guest

    Random Sampling rows

    Hi

    I have an excel sheet with data in range A1:G1000. I need a random
    sampling function to just highlight say about 5% of the rows in a
    different colour, or show them on a different cell range in the same
    sheet.

    i tried using RAND() but it doesnt seem like what I am looking for.

    Cheers
    Sunny


  2. #2
    Forum Contributor
    Join Date
    02-28-2006
    Posts
    690

    random rows

    in H1 to h1000 put the formula =randbetween(1,20)

    Then conditionally format your cells in columns A-G with

    if H (row num) =1

    and set format cells patterns to colour cells red.

    you can choose any number between 1 and 20 in your formula, obviously.

  3. #3
    sunilkeswani@gmail.com
    Guest

    Re: Random Sampling rows

    This works fine. Thanks Robert.


+ 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