#1   Report Post  
Posted to microsoft.public.excel.misc
Knowledge001
 
Posts: n/a
Default Normalize frequency

How do you Normalize the frequency after finding the frequency and bin using
the Histogram.
  #2   Report Post  
Posted to microsoft.public.excel.misc
B. R.Ramachandran
 
Posts: n/a
Default Normalize frequency

Hi,

Divide the frequency of each bin by the sum of all the frequencies (the
latter is the same as the number of values in your original data).

So, if the bins are in B2:B11, and frequencies are in C2:C11, in D2 enter
the formula, and drag the formula down to D11.

=C2/SUM($C$2:$C$11)

D2:D11 contains the normalized frequencies. If you want to express the
normalized frequencies as percentages, modify the above formula as

=100*C2/SUM($C$2:$C$11)

Regards,
B. R. Ramachandran


"Knowledge001" wrote:

How do you Normalize the frequency after finding the frequency and bin using
the Histogram.

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
3-D Frequency Chart in VBA [email protected] Charts and Charting in Excel 0 July 5th 05 05:19 PM
Combine FREQUENCY and SUM of Associated Values MichaelC Excel Worksheet Functions 3 July 3rd 05 01:54 AM
Frequency function Pritesh Excel Discussion (Misc queries) 2 April 18th 05 09:53 PM
Frequency for Histograms in Excel Jim Charts and Charting in Excel 7 February 24th 05 07:33 PM


All times are GMT +1. The time now is 04:19 PM.

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"