Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
How do I sample data in a EXCEL spreadsheet? Say I have 50.000 records and I
want to sample say 0.1% or 50, what function do I use? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
eric.
It depends what you mean by sample. This will average the 50 smallest numbers in the range B1 B5000. You can change average to sum and small to large. You can alter the 1:50 to (say) 100:150 It's an array =AVERAGE(SMALL(B1:B50000,ROW(INDIRECT("1:50")))) This is an array formula which must be entered by pressing CTRL+Shift+Enter 'and not just Enter. If you do it correctly then Excel will put curly brackets 'around the formula {}. You can't type these yourself. If you edit the formula 'you must enter it again with CTRL+Shift+Enter. -- Mike When competing hypotheses are otherwise equal, adopt the hypothesis that introduces the fewest assumptions while still sufficiently answering the question. "EricB" wrote: How do I sample data in a EXCEL spreadsheet? Say I have 50.000 records and I want to sample say 0.1% or 50, what function do I use? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Check out this 8min video on random sampling..(I dont have access to check
and so not sure whether ths is avaible now ) http://www.youtube.com/watch?v=SoK9kq-0uXg -- Jacob (MVP - Excel) "EricB" wrote: How do I sample data in a EXCEL spreadsheet? Say I have 50.000 records and I want to sample say 0.1% or 50, what function do I use? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can I random sample from a set until every sample is selected? | Excel Discussion (Misc queries) | |||
How does an address appear to have 2 fields in 1 - see sample data | New Users to Excel | |||
Help with Pulling Sample Data | Excel Discussion (Misc queries) | |||
Is it possible to do a random sample of non-numeric data in Excel? | Excel Discussion (Misc queries) | |||
How to post sample data to this NG | Excel Discussion (Misc queries) |