Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9
Default SAMPLING FOR AN AUDIT

I am in desperate need of some help for a project I am working on for an
audit. I need to create a sampling "template" that I put in the Beginning
Number, Ending Number, and the sample size and excel will generate a random
sample list for me. The only columns that I need to have is the sample #
(from 1 to whatever depending on how big the sample size is), and the random
sample number that is generated. I want excel to automatically generate a
new sample number if it has already been chosen (I guess this means that I
want replacement?) I do not want to have sample number chosen more than one
time (because for the audit I wouldn't pull that invoice number to audit more
than once). I hope this makes sense. I do not know anything about array
formulas, vba, or defined user functions, and I am so overwhelmed with all of
the posts and research that I have done to try to figure out this
problem---so if you can help me please provide lots of instructions. I
appreciate any help, and if possible ASAP. THANK YOU!
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8,520
Default SAMPLING FOR AN AUDIT

Suppose ColA contains all entries or the unique identification number which
represent each item in the population.(eg: 1,2,3,....n) If column B enter
=RAND() and copy down as Col A. Sort both columns by Col B. Then pick the top
10 if your sample size is 10.

If this post helps click Yes
---------------
Jacob Skaria


"Melinda" wrote:

I am in desperate need of some help for a project I am working on for an
audit. I need to create a sampling "template" that I put in the Beginning
Number, Ending Number, and the sample size and excel will generate a random
sample list for me. The only columns that I need to have is the sample #
(from 1 to whatever depending on how big the sample size is), and the random
sample number that is generated. I want excel to automatically generate a
new sample number if it has already been chosen (I guess this means that I
want replacement?) I do not want to have sample number chosen more than one
time (because for the audit I wouldn't pull that invoice number to audit more
than once). I hope this makes sense. I do not know anything about array
formulas, vba, or defined user functions, and I am so overwhelmed with all of
the posts and research that I have done to try to figure out this
problem---so if you can help me please provide lots of instructions. I
appreciate any help, and if possible ASAP. THANK YOU!

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Sampling snickerbart Excel Worksheet Functions 1 September 23rd 08 07:11 PM
Sampling hmc Excel Discussion (Misc queries) 1 February 14th 08 05:58 PM
Sampling gary53217 Excel Discussion (Misc queries) 5 April 26th 07 09:00 PM
Sampling John Adams Excel Discussion (Misc queries) 1 April 20th 07 08:43 PM
Sampling kharrison Excel Discussion (Misc queries) 4 December 21st 04 10:40 AM


All times are GMT +1. The time now is 09:36 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"