Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 41
Default Calculating frequency

Spinner is spun 100 times, what is the frequency of spins that land in each
100 regions? (Each rang should be in color) how can I make that in Excel
please?
One more thing,
How to make spreadsheet that compares two fractions?

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,441
Default Calculating frequency

In A1, enter

=RANDBETWEEN(1,UpperLimit)

where upperlimit is the count of your regions.

Then copy down for as many rows as you have "number of spins"

Then in another column, say C2:C...., type 1, 2, 3, 4,....UpperLimit, and next to this column, use
the formula

=COUNTIF(A:A,C2)

and copy down to get a count.

Everytime you recalc, the numbers will change.

HTH,
Bernie
MS Excel MVP


"ghost" wrote in message
...
Spinner is spun 100 times, what is the frequency of spins that land in each
100 regions? (Each rang should be in color) how can I make that in Excel
please?
One more thing,
How to make spreadsheet that compares two fractions?



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 41
Default Calculating frequency

Thank you Bernie, But there is an error in the first
formula"=RANDBETWEEN(1,UpperLimit)"
I put it as =RANDBETWEEN(1,100) but does not work an shows me an error
please advice?


"Bernie Deitrick" wrote:

In A1, enter

=RANDBETWEEN(1,UpperLimit)

where upperlimit is the count of your regions.

Then copy down for as many rows as you have "number of spins"

Then in another column, say C2:C...., type 1, 2, 3, 4,....UpperLimit, and next to this column, use
the formula

=COUNTIF(A:A,C2)

and copy down to get a count.

Everytime you recalc, the numbers will change.

HTH,
Bernie
MS Excel MVP


"ghost" wrote in message
...
Spinner is spun 100 times, what is the frequency of spins that land in each
100 regions? (Each rang should be in color) how can I make that in Excel
please?
One more thing,
How to make spreadsheet that compares two fractions?




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 524
Default Calculating frequency

Tue, 12 Feb 2008 00:28:03 -0800 from ghost
:
Thank you Bernie, But there is an error in the first
formula"=RANDBETWEEN(1,UpperLimit)"
I put it as =RANDBETWEEN(1,100) but does not work an shows me an error
please advice?


From Excel help on RANDBETWEEN:

"If this function is not available, and returns the #NAME? error,
install and load the Analysis ToolPak add-in."

--
Stan Brown, Oak Road Systems, Tompkins County, New York, USA
http://OakRoadSystems.com
A: Maybe because some people are too annoyed by top posting.
Q: Why do I not get an answer to my question(s)?
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
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
Frequency Will Excel Discussion (Misc queries) 4 April 4th 07 03:58 AM
Frequency ( ) Epinn New Users to Excel 2 September 21st 06 08:42 AM
histograms - frequency and relative frequency? confusedstudent Excel Discussion (Misc queries) 2 February 8th 06 08:20 AM
Calculating frequency? Ken Excel Worksheet Functions 2 November 19th 05 07:06 PM
Calculating recurring date in following month, calculating # days in that period Walterius Excel Worksheet Functions 6 June 4th 05 11:21 PM


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

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

About Us

"It's about Microsoft Excel"