SlideShare ist ein Scribd-Unternehmen logo
1 von 90
Frequency Distribution
of Numeric data:
Step-wise Tutorial using
Excel
Frequency Distribution Table
Displays the no. of
occurrences or
frequencies of
various outcomes
in a sample or a
population.
Class f %
Cumulative
f
Cumulative
%
10 - 20 492 8.9 492 8.9
20 - 30 602 10.9 1094 19.8
30 - 40 632 11.4 1726 31.2
40 - 50 670 12.1 2396 43.3
50 - 60 620 11.2 3016 54.5
60 - 70 619 11.2 3635 65.7
70 - 80 631 11.4 4266 77.1
80 - 90 600 10.8 4866 88
90 - 100 665 12 5531 100
Let us start with a set of data
To illustrate how easy it is with Excel, a set of
fictitious data of 5531 patients of Hypertension who
were treated with an antihypertensive drug is
presented
Data set is resident in Sheet1 which has been
renamed “Data Table” to make it easy to remember
Rename Sheet 2 as
“FreqDist” to
accommodate Frequency
Distribution table
Should be descriptive i.e. they should indicate the type of data
contained in the field
Units of measurement should be mentioned where needed e.g.
HeightCm, WeightKg etc
Many workers use underscore to separate the field name and
units e.g. Height_cm, Weight_kg
In this presentation, underscores have been dispensed with and
the first letter of the units has been capitalized for convenience
e.g. HeightCm instead of Height_cm
Field Titles
In Excel, data is referred to as addresses of
the cells in which it resides
It is impossible to remember the cell addresses
in which data of Age, Height and all other
numeric fields reside
We can give names to a range of data so as to
use the Range Name e.g. Age instead of cell
address (C2:C5532)
Select the entire data and instruct
Excel to give the Name in the top
cell of each column to all the data
below that field name e.g.
C2:C5532 would be named as Age,
E2:E5532 as HeightCm and so on
• Select all data (Ctrl-A)
• Formulas  Defined Names Create from Selection
Top Row
OK
For Frequency Distribution Table,
you need to determine:
•Number of observations (n)
•Range of data (DataRange)
•Number of Classes (c)
•Class Interval (i)
•Construction of Classes
•Determination of
frequencies (f)
•Other parameters
(%, cum. f, Cum % etc)
Subsequent
Steps
Prepare the area for Frequency Distribution Table
in FreqDist sheet
You can use field names to refer to the data
relating to the field. You can use cell addresses but
it is cumbersome
Copy the field names from Data Table to FreqDist
sheet so that you donot have to go to the Data
Table for field names or their spellings
• Field names copied to FreqDist sheet by method of user’s choice
• Prepare this blank table
• Contains parameters
required for Frequency
Distribution Table
We will now give the name “Field” to B3, “n” to
B4 and so on I.e. contents in Cells A3 to A9 will
be used as Names for Cells B3 to B9 for
convenience
This can be done in one go by giving B3:B9 the
names from the left column as shown in the next
slides
• Select A3:B9 (Coloured cells)
• Click Formulas  Defined
Names  Create from Selection
Click Left Column to give
contents of Col. A as names to
the adjoining cells in Col. B
OK
Time to fill the blank table
Put here the name of the
field you will use for the
Frquency Distribution Table
in the next few steps
Formula
Give name RawData to Field of
Interest
Select the Column Age in Data Table Sheet by
clicking C1 i.e. Age and then pressing
Ctrl+Shift+↓ to select all data-containing cells
in the column
Go to Name Box and type RawData to give
this alias to the field Age
Why use a single Alias?
You can use cell references or range names of different ranges
(fields) for creating separate Frequency Distribution tables
Using a single alias for all fields, turn by turn, has the
advantage that you only change the column reference of
RawData and it starts representing the new field
Saves plenty of time and energy
Frequency Distribution
of Age
Determination of “n”
Can easily be done by using the COUNT
function of Excel
All you have to do is click cell B6 and
enter “=count(RawData)” without
quotes
Cell B6 has the name “n”. You can
access this data by using this name
Determination of “n”
“=” tells Excel that what follows is a
formula and not merely text
COUNT function counts all cells which
contain numeric data, even if it is zero,
i.e. it gives “n”
It will not count cells which are blank
or contain text
“n”
Formula
Correct “n” reassures that all cells
will be used in the subsequent steps
“n” will also be used for calculating
percentages
Determination of Minimum and
Maximum Values
For minimum value, enter
“=min(RawData)” in B7
For maximum value, enter
“=max(RawData)” in B8
Determines
minimum value
Formula
Determines
maximum value
Formula
Determination of Data Range
Range = Maximum – Minimum + 1
Range can also be taken as Maximum –
Minimum
Whatever you decide, be consistent
Range = Max. – Min. + 1
Formula
No. of Classes (C)
Several formulas available
to calculate C
Best to go by conventions in
your area of work
Class Interval (i): General
“i” should be an odd number below 8
(1, 3, 5, 7) or 2 or 10.
Larger and smaller numbers can be
multiples or factors of these (2.5, 7.5,
15, 25, 50, 75, 100, 125, 200, 250 etc)
i = Range/c
Fractions are avoided by modified formula as
i = roundup(Range/C, 0)
This ROUNDs the answer UP to the next higher
whole number (0 decimal places)
In the given worksheet, the user has to enter
“i” manually but he must keep the principles
on this and previous slide in mind
Class Interval (i): Calculation
Class Interval decided and
entered by the user
Lower Limit of Lowest Class (LL1)
LL1 is the key calculation in frequency
distribution
LL1 must be a multiple of i
Should be less than or equal to minimum
value so that the lowest class contains the
minimum value
Ll1 (Contd)
In the formula “=int(MinVal/EntClassInt) * EntClassInt”,
int(MinVal/EntClassInt) calculates the quotient (integer) of the division
(whole number and ignores the remainder or modulus)
On multiplication with class interval (EntClassInt), it gives LL1
Here, MinVal = 12, i = 10, LL1 = int(12/10) * 10 = int(1.2) * 10 = 1 * 10
= 10. Hence the lowest class (StartClass) should begin with 10
Lower limit of Lowest Class (LL1)
Formula
Construction of Classes
Construction of Classes: General
Principles
All classes should be equal & continuous (No gaps
even if the frequency for the relevant class is 0)
Open-ended classes not provided for in this
presentation
Classes with zero data are not allowed at the top
or bottom
Skeleton Table for Frequency
Distribution
Prepare a skeleton Frequency Distribution Table as shown in
next slide
It will be used as a template for showing Frequency
Distribution of different fields, one field at a time
It provides for upto 20 classes in the Frequency Distribution
Table
If lesser no. of classes are used for any field, remaining rows
will remain blank
Template for
Frequency
Distribution
Table
For Total
Preparing the Lowest Class
Lower Limit of
Lowest Class
(LL1) = StartClass
Formula
If(E5 = “”, “”, ……………..)
“=If(E5 = “”, “”, ………..) in the next slide means that if the
“From” cell (E5 here) is blank, leave this cell also blank
This ensures Blank rows, if there is no data in the “From”
cell of any row
The formula in the next slide adds “I” to LL1 to get UL1
Upper Limit of
Lowest Class (UL1)
Formula
Concatenation Operation
The formula in the next slide, concatenates (joins
fragments of text) the numbers in “From” and
“To” columns, separated by a hyphen.
This column is not required for mathematical
operations but is very useful to show the classes
when you prepare an observation table or a graph
or chart from the Frequency Distribution Table
Class for
Observation Table
or Graph
Formula
Using COUNTIF to Count
Frequencies
“COUNT” simply counts numeric-data containing cells
irrespective of their values
“COUNTIF”, on the other hand, counts cells that contain
values that meet pre-defined criteria e.g. < 10, > 20, ≥ 30,
<> (not equal to) 40 and so on
COUNTIF will be used to count cells which contain data
belonging to a specific class, turn by turn
Two Methods of Determining
Frequencies
 Frequency (f) for 30-40 class = Count cells
containing values ≥ 30 and < 40
 f for 30-40 class also determined as Cumulative f for < 40
minus Cumulative f for < 30
 In this presentation, the second method has been used
Need for “From” and “Upto”
ColumnsNow we shall ask Excel to read an UPTO value from a
cell (e.g. F5) and count the cells in the range in
question (RawData) that contain values below that
(F5)
For this reason, we have to have separate “From (≥)”
and “Upto (<)” columns.
The mathematical symbols also indicate that for the
30-40 class, all values 30 or more (upto, but less than
40) will be placed in the 30-40 class whereas 40 and
above (upto, but less than 50) in the 40-50 class
Count of cells
containing
values less than
UL1 (F5 i.e. 20)
Formula
%age rounded to
one decimal place
Formula
For Lowest Class,
f = Cumulative f
Formula
%age rounded to
one decimal place
Running totals
of f & %
Formula
Preparing the Second Class
Copy first row to the second
and change formulas of two
cells (Next slide)
The 1st part ensures that if MaxVal has
already been crossed, a blank row is
produced, otherwise “i“ is added to LL1
(Do NOT enter LL2 = UL1 as sometimes
you may want a gap as discussed later)
Formula
“f” for this class is calculated as
“Cum f” for this Class minus
“Cum f” of preceding Class
Formula
Preparing Higher Classes:
Piece of Cake
Copy 2nd row to all
the other blue rows.
Frequency Distribution Table is ready!
For Totals use SUM function in the Total
Row
• Frequency Distribution Table is ready!
• Get Totals by using SUM function in the Total Row
• Check Total by selecting the data in the “f”
column, sum shows up in the status bar as long
as you keep data selected
Frequency
Distribution
Chart/Graph
Select Columns which
contain classes & f along
with Column Headings
(G4:H13)
Insert  Recommended
Charts  Select Chart
OK
Format the chart as required
Frequency
Distribution
with other class
intervals
I want data in
classes of 15 each
All you have to do is to change the
EntClassInt value which you had
entered earlier
Let us see the effects of changing the
Class interval from 10 to 15
Class Interval = 15
Instantaneous change
in Table & Graph
Comparison with
automatic Data
Analysis tool
Data 
Data Analysis
Histogram
Input Range, Bin
Range, Output
Range, Type of
Output
Frequencies do
NOT match
Works well for
discrete classes
• Understand the
working of tools
before you use themCaution
Save this Workbook for Future Use
A little laborious to get the Frequency
Distribution for the first time
Save this table
After this comes the easy part
To get the frequency distribution of other fields,
turn by turn, all you have to do is to change the
cell reference of the RawData range
To get the frequency distribution of HeightCm,
you have to change the cell reference of
RawData to that of HeightCm i.e. from
$C$2:$C$5532 to $E$2:$E$5532
If your data is in a rectangular table, just change
the two column references from C to E, without
disturbing the row numbers.
Frequency Distribution
of other numeric fields
e.g. HeightCm
Formulas  Defined
Names  Name Manager
 RawData  Edit
Change Column from C to E
at both places
Frequency Distribution of
HeightCm by merely
changing Column
reference at two places
=E1 to get the
new field name
Change Class
Interval, if required
This way you can change Columns in RawData
to the columns of any other numeric field to
get the frequency distribution of that field
You can also change the graph type and its
formatting as desired
For Discontinuous data,
use discontinuous classes
e.g. 10-19, 20-29 etc
Change Upper Limit of
starting class (UL1) only.
Others will adjust
Note this is NOT “live”
For true (Actual) Class Limits,
subtract half unit from lower limit
and add half unit to upper limit e.g.
for 10-19, you should take 9.5-19.5
into account. For 20-29, take 19.5
to 29.5 into account and so on
Reduce by half Unit
Automatic adjustment
Formula
Round LL1 upwards &
UL1 downwards
New Class
No change required in
subsequent rows
Excel tutorial for frequency distribution

Weitere ähnliche Inhalte

Was ist angesagt?

Frequency Distribution
Frequency DistributionFrequency Distribution
Frequency DistributionTeacherMariza
 
Frequency distribution
Frequency distributionFrequency distribution
Frequency distributionMOHAMMED NASIH
 
Frequency Tables, Frequency Distributions, and Graphic Presentation
Frequency Tables, Frequency Distributions, and Graphic PresentationFrequency Tables, Frequency Distributions, and Graphic Presentation
Frequency Tables, Frequency Distributions, and Graphic PresentationConflagratioNal Jahid
 
Frequency Distributions
Frequency DistributionsFrequency Distributions
Frequency Distributionsjasondroesch
 
FREQUENCY DISTRIBUTION ( distribusi frekuensi) - STATISTICS
FREQUENCY DISTRIBUTION ( distribusi frekuensi) - STATISTICSFREQUENCY DISTRIBUTION ( distribusi frekuensi) - STATISTICS
FREQUENCY DISTRIBUTION ( distribusi frekuensi) - STATISTICSAirlangga University , Indonesia
 
Frequency Tables - Statistics
Frequency Tables - StatisticsFrequency Tables - Statistics
Frequency Tables - Statisticsmscartersmaths
 
frequency distribution table
frequency distribution tablefrequency distribution table
frequency distribution tableMonie Ali
 
2.1 Part 1 - Frequency Distributions
2.1 Part 1 - Frequency Distributions2.1 Part 1 - Frequency Distributions
2.1 Part 1 - Frequency Distributionsleblance
 
Chapter 2 250110 083240
Chapter 2 250110 083240Chapter 2 250110 083240
Chapter 2 250110 083240guest25d353
 
2 1 frequency table
2 1 frequency table2 1 frequency table
2 1 frequency tableKen Kretsch
 
Frequency distribution 6
Frequency distribution 6Frequency distribution 6
Frequency distribution 6NadeemShoukat3
 
Probability and statistics (frequency distributions)
Probability and statistics (frequency distributions)Probability and statistics (frequency distributions)
Probability and statistics (frequency distributions)Don Bosco BSIT
 
Classification and tabulation of data
Classification and tabulation of dataClassification and tabulation of data
Classification and tabulation of dataJagdish Powar
 
frequency distribution & graphs
frequency distribution & graphsfrequency distribution & graphs
frequency distribution & graphsTirtha_Nil
 

Was ist angesagt? (20)

Frequency Distribution
Frequency DistributionFrequency Distribution
Frequency Distribution
 
Classes
ClassesClasses
Classes
 
Frequency distribution
Frequency distributionFrequency distribution
Frequency distribution
 
Frequency Tables, Frequency Distributions, and Graphic Presentation
Frequency Tables, Frequency Distributions, and Graphic PresentationFrequency Tables, Frequency Distributions, and Graphic Presentation
Frequency Tables, Frequency Distributions, and Graphic Presentation
 
Frequency Distributions
Frequency DistributionsFrequency Distributions
Frequency Distributions
 
FREQUENCY DISTRIBUTION ( distribusi frekuensi) - STATISTICS
FREQUENCY DISTRIBUTION ( distribusi frekuensi) - STATISTICSFREQUENCY DISTRIBUTION ( distribusi frekuensi) - STATISTICS
FREQUENCY DISTRIBUTION ( distribusi frekuensi) - STATISTICS
 
Frequency Tables - Statistics
Frequency Tables - StatisticsFrequency Tables - Statistics
Frequency Tables - Statistics
 
frequency distribution table
frequency distribution tablefrequency distribution table
frequency distribution table
 
Frequency distribution &amp; graph
Frequency distribution &amp; graphFrequency distribution &amp; graph
Frequency distribution &amp; graph
 
2.1 Part 1 - Frequency Distributions
2.1 Part 1 - Frequency Distributions2.1 Part 1 - Frequency Distributions
2.1 Part 1 - Frequency Distributions
 
Psychological Statistics Chapter 2
Psychological Statistics Chapter 2Psychological Statistics Chapter 2
Psychological Statistics Chapter 2
 
Frequency distribution
Frequency distributionFrequency distribution
Frequency distribution
 
Frequency Distribution
Frequency DistributionFrequency Distribution
Frequency Distribution
 
Chapter 2 250110 083240
Chapter 2 250110 083240Chapter 2 250110 083240
Chapter 2 250110 083240
 
Frequency distribution
Frequency distributionFrequency distribution
Frequency distribution
 
2 1 frequency table
2 1 frequency table2 1 frequency table
2 1 frequency table
 
Frequency distribution 6
Frequency distribution 6Frequency distribution 6
Frequency distribution 6
 
Probability and statistics (frequency distributions)
Probability and statistics (frequency distributions)Probability and statistics (frequency distributions)
Probability and statistics (frequency distributions)
 
Classification and tabulation of data
Classification and tabulation of dataClassification and tabulation of data
Classification and tabulation of data
 
frequency distribution & graphs
frequency distribution & graphsfrequency distribution & graphs
frequency distribution & graphs
 

Ähnlich wie Excel tutorial for frequency distribution

Introduction to micro soft Training ms Excel.ppt
Introduction to micro soft Training ms Excel.pptIntroduction to micro soft Training ms Excel.ppt
Introduction to micro soft Training ms Excel.pptdejene3
 
cheatsheet from DataCamp.pdf
cheatsheet from DataCamp.pdfcheatsheet from DataCamp.pdf
cheatsheet from DataCamp.pdfRakesh Nimhan
 
Statistics is both the science of uncertainty and the technology.docx
Statistics is both the science of uncertainty and the technology.docxStatistics is both the science of uncertainty and the technology.docx
Statistics is both the science of uncertainty and the technology.docxrafaelaj1
 
Use of Excel Spreadsheets in Computing Grades
Use of Excel Spreadsheets in Computing GradesUse of Excel Spreadsheets in Computing Grades
Use of Excel Spreadsheets in Computing GradesElli May Cañas
 
GPP Spreadsheets
GPP SpreadsheetsGPP Spreadsheets
GPP Spreadsheetsmrcarty
 
An Introduction To Array Functions
An Introduction To Array FunctionsAn Introduction To Array Functions
An Introduction To Array Functionsposterro
 
Excel for research
Excel  for researchExcel  for research
Excel for researchJamalBhai
 
Chap02 presenting data in chart & tables
Chap02 presenting data in chart & tablesChap02 presenting data in chart & tables
Chap02 presenting data in chart & tablesUni Azza Aunillah
 
Chap02 presenting data in chart & tables
Chap02 presenting data in chart & tablesChap02 presenting data in chart & tables
Chap02 presenting data in chart & tablesUni Azza Aunillah
 
Notes of Information technology
Notes of Information technology Notes of Information technology
Notes of Information technology Asif Jamal
 
Excel Formulas Functions 2007
Excel Formulas Functions 2007Excel Formulas Functions 2007
Excel Formulas Functions 2007simply_coool
 
4b6c1c5c-e913-4bbf-b3a4-41e23cb961ba-161004200047.pdf
4b6c1c5c-e913-4bbf-b3a4-41e23cb961ba-161004200047.pdf4b6c1c5c-e913-4bbf-b3a4-41e23cb961ba-161004200047.pdf
4b6c1c5c-e913-4bbf-b3a4-41e23cb961ba-161004200047.pdfNitish Nagar
 
MS_Excel_Module4.1 ffor beginners yo .pptx
MS_Excel_Module4.1 ffor beginners yo .pptxMS_Excel_Module4.1 ffor beginners yo .pptx
MS_Excel_Module4.1 ffor beginners yo .pptxshagunjain2k22phdcs0
 
MIRCROSOFT EXCEL- brief and useful for beginners by RISHABH BANSAL
MIRCROSOFT EXCEL- brief and useful for beginners by RISHABH BANSALMIRCROSOFT EXCEL- brief and useful for beginners by RISHABH BANSAL
MIRCROSOFT EXCEL- brief and useful for beginners by RISHABH BANSALRishabh Bansal
 
ENGR 102B Microsoft Excel Proficiency LevelsPlease have your in.docx
ENGR 102B Microsoft Excel Proficiency LevelsPlease have your in.docxENGR 102B Microsoft Excel Proficiency LevelsPlease have your in.docx
ENGR 102B Microsoft Excel Proficiency LevelsPlease have your in.docxYASHU40
 

Ähnlich wie Excel tutorial for frequency distribution (20)

Introduction to micro soft Training ms Excel.ppt
Introduction to micro soft Training ms Excel.pptIntroduction to micro soft Training ms Excel.ppt
Introduction to micro soft Training ms Excel.ppt
 
cheatsheet from DataCamp.pdf
cheatsheet from DataCamp.pdfcheatsheet from DataCamp.pdf
cheatsheet from DataCamp.pdf
 
Excel.useful fns
Excel.useful fnsExcel.useful fns
Excel.useful fns
 
stats
statsstats
stats
 
Excel training
Excel trainingExcel training
Excel training
 
Statistics is both the science of uncertainty and the technology.docx
Statistics is both the science of uncertainty and the technology.docxStatistics is both the science of uncertainty and the technology.docx
Statistics is both the science of uncertainty and the technology.docx
 
Use of Excel Spreadsheets in Computing Grades
Use of Excel Spreadsheets in Computing GradesUse of Excel Spreadsheets in Computing Grades
Use of Excel Spreadsheets in Computing Grades
 
GPP Spreadsheets
GPP SpreadsheetsGPP Spreadsheets
GPP Spreadsheets
 
An Introduction To Array Functions
An Introduction To Array FunctionsAn Introduction To Array Functions
An Introduction To Array Functions
 
Excel for research
Excel  for researchExcel  for research
Excel for research
 
Chap02 presenting data in chart & tables
Chap02 presenting data in chart & tablesChap02 presenting data in chart & tables
Chap02 presenting data in chart & tables
 
Chap02 presenting data in chart & tables
Chap02 presenting data in chart & tablesChap02 presenting data in chart & tables
Chap02 presenting data in chart & tables
 
Spreadsheets[1]
Spreadsheets[1]Spreadsheets[1]
Spreadsheets[1]
 
Notes of Information technology
Notes of Information technology Notes of Information technology
Notes of Information technology
 
Excel Formulas Functions 2007
Excel Formulas Functions 2007Excel Formulas Functions 2007
Excel Formulas Functions 2007
 
Dash board
Dash boardDash board
Dash board
 
4b6c1c5c-e913-4bbf-b3a4-41e23cb961ba-161004200047.pdf
4b6c1c5c-e913-4bbf-b3a4-41e23cb961ba-161004200047.pdf4b6c1c5c-e913-4bbf-b3a4-41e23cb961ba-161004200047.pdf
4b6c1c5c-e913-4bbf-b3a4-41e23cb961ba-161004200047.pdf
 
MS_Excel_Module4.1 ffor beginners yo .pptx
MS_Excel_Module4.1 ffor beginners yo .pptxMS_Excel_Module4.1 ffor beginners yo .pptx
MS_Excel_Module4.1 ffor beginners yo .pptx
 
MIRCROSOFT EXCEL- brief and useful for beginners by RISHABH BANSAL
MIRCROSOFT EXCEL- brief and useful for beginners by RISHABH BANSALMIRCROSOFT EXCEL- brief and useful for beginners by RISHABH BANSAL
MIRCROSOFT EXCEL- brief and useful for beginners by RISHABH BANSAL
 
ENGR 102B Microsoft Excel Proficiency LevelsPlease have your in.docx
ENGR 102B Microsoft Excel Proficiency LevelsPlease have your in.docxENGR 102B Microsoft Excel Proficiency LevelsPlease have your in.docx
ENGR 102B Microsoft Excel Proficiency LevelsPlease have your in.docx
 

Kürzlich hochgeladen

bhopal Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
bhopal Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meetbhopal Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
bhopal Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetCall Girls Service
 
Thrissur Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Thrissur Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetThrissur Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Thrissur Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetCall Girls Service
 
Dehradun Call Girls 8854095900 Call Girl in Dehradun Uttrakhand
Dehradun Call Girls 8854095900 Call Girl in Dehradun  UttrakhandDehradun Call Girls 8854095900 Call Girl in Dehradun  Uttrakhand
Dehradun Call Girls 8854095900 Call Girl in Dehradun Uttrakhandindiancallgirl4rent
 
Escorts Service Ahmedabad🌹6367187148 🌹 No Need For Advance Payments
Escorts Service Ahmedabad🌹6367187148 🌹 No Need For Advance PaymentsEscorts Service Ahmedabad🌹6367187148 🌹 No Need For Advance Payments
Escorts Service Ahmedabad🌹6367187148 🌹 No Need For Advance PaymentsAhmedabad Call Girls
 
Mangalore Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Mangalore Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetMangalore Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Mangalore Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetCall Girls Service
 
Call Girls Service In Goa 💋 9316020077💋 Goa Call Girls By Russian Call Girl...
Call Girls Service In Goa  💋 9316020077💋 Goa Call Girls  By Russian Call Girl...Call Girls Service In Goa  💋 9316020077💋 Goa Call Girls  By Russian Call Girl...
Call Girls Service In Goa 💋 9316020077💋 Goa Call Girls By Russian Call Girl...russian goa call girl and escorts service
 
Rajkot Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Rajkot Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetRajkot Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Rajkot Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetCall Girls Service
 
Hubli Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Hubli Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetHubli Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Hubli Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetCall Girls Service
 
Top 20 Famous Indian Female Pornstars Name List 2024
Top 20 Famous Indian Female Pornstars Name List 2024Top 20 Famous Indian Female Pornstars Name List 2024
Top 20 Famous Indian Female Pornstars Name List 2024Sheetaleventcompany
 
raisen Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
raisen Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meetraisen Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
raisen Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetCall Girls Service
 
Patna Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Patna Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetPatna Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Patna Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetCall Girls Service
 
Ernakulam Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Ernakulam Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetErnakulam Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Ernakulam Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetCall Girls Chandigarh
 
bhubaneswar Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
bhubaneswar Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meetbhubaneswar Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
bhubaneswar Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetCall Girls Service
 
Call Now ☎ 9999965857 !! Call Girls in Hauz Khas Escort Service Delhi N.C.R.
Call Now ☎ 9999965857 !! Call Girls in Hauz Khas Escort Service Delhi N.C.R.Call Now ☎ 9999965857 !! Call Girls in Hauz Khas Escort Service Delhi N.C.R.
Call Now ☎ 9999965857 !! Call Girls in Hauz Khas Escort Service Delhi N.C.R.ktanvi103
 
palanpur Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
palanpur Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meetpalanpur Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
palanpur Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetCall Girls Service
 
Call Girl in Bangalore 9632137771 {LowPrice} ❤️ (Navya) Bangalore Call Girls ...
Call Girl in Bangalore 9632137771 {LowPrice} ❤️ (Navya) Bangalore Call Girls ...Call Girl in Bangalore 9632137771 {LowPrice} ❤️ (Navya) Bangalore Call Girls ...
Call Girl in Bangalore 9632137771 {LowPrice} ❤️ (Navya) Bangalore Call Girls ...mahaiklolahd
 
Thoothukudi Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Thoothukudi Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetThoothukudi Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Thoothukudi Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetCall Girls Service
 
Mathura Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Mathura Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetMathura Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Mathura Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetCall Girls Service
 
(Deeksha) 💓 9920725232 💓High Profile Call Girls Navi Mumbai You Can Get The S...
(Deeksha) 💓 9920725232 💓High Profile Call Girls Navi Mumbai You Can Get The S...(Deeksha) 💓 9920725232 💓High Profile Call Girls Navi Mumbai You Can Get The S...
(Deeksha) 💓 9920725232 💓High Profile Call Girls Navi Mumbai You Can Get The S...Ahmedabad Call Girls
 
nagpur Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
nagpur Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meetnagpur Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
nagpur Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetCall Girls Service
 

Kürzlich hochgeladen (20)

bhopal Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
bhopal Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meetbhopal Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
bhopal Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
 
Thrissur Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Thrissur Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetThrissur Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Thrissur Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
 
Dehradun Call Girls 8854095900 Call Girl in Dehradun Uttrakhand
Dehradun Call Girls 8854095900 Call Girl in Dehradun  UttrakhandDehradun Call Girls 8854095900 Call Girl in Dehradun  Uttrakhand
Dehradun Call Girls 8854095900 Call Girl in Dehradun Uttrakhand
 
Escorts Service Ahmedabad🌹6367187148 🌹 No Need For Advance Payments
Escorts Service Ahmedabad🌹6367187148 🌹 No Need For Advance PaymentsEscorts Service Ahmedabad🌹6367187148 🌹 No Need For Advance Payments
Escorts Service Ahmedabad🌹6367187148 🌹 No Need For Advance Payments
 
Mangalore Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Mangalore Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetMangalore Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Mangalore Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
 
Call Girls Service In Goa 💋 9316020077💋 Goa Call Girls By Russian Call Girl...
Call Girls Service In Goa  💋 9316020077💋 Goa Call Girls  By Russian Call Girl...Call Girls Service In Goa  💋 9316020077💋 Goa Call Girls  By Russian Call Girl...
Call Girls Service In Goa 💋 9316020077💋 Goa Call Girls By Russian Call Girl...
 
Rajkot Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Rajkot Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetRajkot Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Rajkot Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
 
Hubli Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Hubli Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetHubli Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Hubli Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
 
Top 20 Famous Indian Female Pornstars Name List 2024
Top 20 Famous Indian Female Pornstars Name List 2024Top 20 Famous Indian Female Pornstars Name List 2024
Top 20 Famous Indian Female Pornstars Name List 2024
 
raisen Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
raisen Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meetraisen Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
raisen Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
 
Patna Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Patna Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetPatna Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Patna Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
 
Ernakulam Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Ernakulam Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetErnakulam Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Ernakulam Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
 
bhubaneswar Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
bhubaneswar Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meetbhubaneswar Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
bhubaneswar Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
 
Call Now ☎ 9999965857 !! Call Girls in Hauz Khas Escort Service Delhi N.C.R.
Call Now ☎ 9999965857 !! Call Girls in Hauz Khas Escort Service Delhi N.C.R.Call Now ☎ 9999965857 !! Call Girls in Hauz Khas Escort Service Delhi N.C.R.
Call Now ☎ 9999965857 !! Call Girls in Hauz Khas Escort Service Delhi N.C.R.
 
palanpur Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
palanpur Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meetpalanpur Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
palanpur Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
 
Call Girl in Bangalore 9632137771 {LowPrice} ❤️ (Navya) Bangalore Call Girls ...
Call Girl in Bangalore 9632137771 {LowPrice} ❤️ (Navya) Bangalore Call Girls ...Call Girl in Bangalore 9632137771 {LowPrice} ❤️ (Navya) Bangalore Call Girls ...
Call Girl in Bangalore 9632137771 {LowPrice} ❤️ (Navya) Bangalore Call Girls ...
 
Thoothukudi Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Thoothukudi Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetThoothukudi Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Thoothukudi Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
 
Mathura Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Mathura Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetMathura Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Mathura Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
 
(Deeksha) 💓 9920725232 💓High Profile Call Girls Navi Mumbai You Can Get The S...
(Deeksha) 💓 9920725232 💓High Profile Call Girls Navi Mumbai You Can Get The S...(Deeksha) 💓 9920725232 💓High Profile Call Girls Navi Mumbai You Can Get The S...
(Deeksha) 💓 9920725232 💓High Profile Call Girls Navi Mumbai You Can Get The S...
 
nagpur Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
nagpur Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meetnagpur Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
nagpur Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
 

Excel tutorial for frequency distribution

  • 1. Frequency Distribution of Numeric data: Step-wise Tutorial using Excel
  • 2. Frequency Distribution Table Displays the no. of occurrences or frequencies of various outcomes in a sample or a population. Class f % Cumulative f Cumulative % 10 - 20 492 8.9 492 8.9 20 - 30 602 10.9 1094 19.8 30 - 40 632 11.4 1726 31.2 40 - 50 670 12.1 2396 43.3 50 - 60 620 11.2 3016 54.5 60 - 70 619 11.2 3635 65.7 70 - 80 631 11.4 4266 77.1 80 - 90 600 10.8 4866 88 90 - 100 665 12 5531 100
  • 3. Let us start with a set of data To illustrate how easy it is with Excel, a set of fictitious data of 5531 patients of Hypertension who were treated with an antihypertensive drug is presented Data set is resident in Sheet1 which has been renamed “Data Table” to make it easy to remember
  • 4. Rename Sheet 2 as “FreqDist” to accommodate Frequency Distribution table
  • 5. Should be descriptive i.e. they should indicate the type of data contained in the field Units of measurement should be mentioned where needed e.g. HeightCm, WeightKg etc Many workers use underscore to separate the field name and units e.g. Height_cm, Weight_kg In this presentation, underscores have been dispensed with and the first letter of the units has been capitalized for convenience e.g. HeightCm instead of Height_cm Field Titles
  • 6. In Excel, data is referred to as addresses of the cells in which it resides It is impossible to remember the cell addresses in which data of Age, Height and all other numeric fields reside We can give names to a range of data so as to use the Range Name e.g. Age instead of cell address (C2:C5532)
  • 7. Select the entire data and instruct Excel to give the Name in the top cell of each column to all the data below that field name e.g. C2:C5532 would be named as Age, E2:E5532 as HeightCm and so on
  • 8. • Select all data (Ctrl-A) • Formulas  Defined Names Create from Selection Top Row OK
  • 9. For Frequency Distribution Table, you need to determine: •Number of observations (n) •Range of data (DataRange) •Number of Classes (c) •Class Interval (i)
  • 10. •Construction of Classes •Determination of frequencies (f) •Other parameters (%, cum. f, Cum % etc) Subsequent Steps
  • 11. Prepare the area for Frequency Distribution Table in FreqDist sheet You can use field names to refer to the data relating to the field. You can use cell addresses but it is cumbersome Copy the field names from Data Table to FreqDist sheet so that you donot have to go to the Data Table for field names or their spellings
  • 12. • Field names copied to FreqDist sheet by method of user’s choice
  • 13. • Prepare this blank table • Contains parameters required for Frequency Distribution Table
  • 14. We will now give the name “Field” to B3, “n” to B4 and so on I.e. contents in Cells A3 to A9 will be used as Names for Cells B3 to B9 for convenience This can be done in one go by giving B3:B9 the names from the left column as shown in the next slides
  • 15. • Select A3:B9 (Coloured cells) • Click Formulas  Defined Names  Create from Selection
  • 16. Click Left Column to give contents of Col. A as names to the adjoining cells in Col. B OK
  • 17. Time to fill the blank table
  • 18. Put here the name of the field you will use for the Frquency Distribution Table in the next few steps Formula
  • 19. Give name RawData to Field of Interest Select the Column Age in Data Table Sheet by clicking C1 i.e. Age and then pressing Ctrl+Shift+↓ to select all data-containing cells in the column Go to Name Box and type RawData to give this alias to the field Age
  • 20. Why use a single Alias? You can use cell references or range names of different ranges (fields) for creating separate Frequency Distribution tables Using a single alias for all fields, turn by turn, has the advantage that you only change the column reference of RawData and it starts representing the new field Saves plenty of time and energy
  • 22. Determination of “n” Can easily be done by using the COUNT function of Excel All you have to do is click cell B6 and enter “=count(RawData)” without quotes Cell B6 has the name “n”. You can access this data by using this name
  • 23. Determination of “n” “=” tells Excel that what follows is a formula and not merely text COUNT function counts all cells which contain numeric data, even if it is zero, i.e. it gives “n” It will not count cells which are blank or contain text
  • 25. Correct “n” reassures that all cells will be used in the subsequent steps “n” will also be used for calculating percentages
  • 26. Determination of Minimum and Maximum Values For minimum value, enter “=min(RawData)” in B7 For maximum value, enter “=max(RawData)” in B8
  • 29. Determination of Data Range Range = Maximum – Minimum + 1 Range can also be taken as Maximum – Minimum Whatever you decide, be consistent
  • 30. Range = Max. – Min. + 1 Formula
  • 31. No. of Classes (C) Several formulas available to calculate C Best to go by conventions in your area of work
  • 32. Class Interval (i): General “i” should be an odd number below 8 (1, 3, 5, 7) or 2 or 10. Larger and smaller numbers can be multiples or factors of these (2.5, 7.5, 15, 25, 50, 75, 100, 125, 200, 250 etc)
  • 33. i = Range/c Fractions are avoided by modified formula as i = roundup(Range/C, 0) This ROUNDs the answer UP to the next higher whole number (0 decimal places) In the given worksheet, the user has to enter “i” manually but he must keep the principles on this and previous slide in mind Class Interval (i): Calculation
  • 34. Class Interval decided and entered by the user
  • 35. Lower Limit of Lowest Class (LL1) LL1 is the key calculation in frequency distribution LL1 must be a multiple of i Should be less than or equal to minimum value so that the lowest class contains the minimum value
  • 36. Ll1 (Contd) In the formula “=int(MinVal/EntClassInt) * EntClassInt”, int(MinVal/EntClassInt) calculates the quotient (integer) of the division (whole number and ignores the remainder or modulus) On multiplication with class interval (EntClassInt), it gives LL1 Here, MinVal = 12, i = 10, LL1 = int(12/10) * 10 = int(1.2) * 10 = 1 * 10 = 10. Hence the lowest class (StartClass) should begin with 10
  • 37. Lower limit of Lowest Class (LL1) Formula
  • 39. Construction of Classes: General Principles All classes should be equal & continuous (No gaps even if the frequency for the relevant class is 0) Open-ended classes not provided for in this presentation Classes with zero data are not allowed at the top or bottom
  • 40. Skeleton Table for Frequency Distribution Prepare a skeleton Frequency Distribution Table as shown in next slide It will be used as a template for showing Frequency Distribution of different fields, one field at a time It provides for upto 20 classes in the Frequency Distribution Table If lesser no. of classes are used for any field, remaining rows will remain blank
  • 43. Lower Limit of Lowest Class (LL1) = StartClass Formula
  • 44. If(E5 = “”, “”, ……………..) “=If(E5 = “”, “”, ………..) in the next slide means that if the “From” cell (E5 here) is blank, leave this cell also blank This ensures Blank rows, if there is no data in the “From” cell of any row The formula in the next slide adds “I” to LL1 to get UL1
  • 45. Upper Limit of Lowest Class (UL1) Formula
  • 46. Concatenation Operation The formula in the next slide, concatenates (joins fragments of text) the numbers in “From” and “To” columns, separated by a hyphen. This column is not required for mathematical operations but is very useful to show the classes when you prepare an observation table or a graph or chart from the Frequency Distribution Table
  • 48. Using COUNTIF to Count Frequencies “COUNT” simply counts numeric-data containing cells irrespective of their values “COUNTIF”, on the other hand, counts cells that contain values that meet pre-defined criteria e.g. < 10, > 20, ≥ 30, <> (not equal to) 40 and so on COUNTIF will be used to count cells which contain data belonging to a specific class, turn by turn
  • 49. Two Methods of Determining Frequencies  Frequency (f) for 30-40 class = Count cells containing values ≥ 30 and < 40  f for 30-40 class also determined as Cumulative f for < 40 minus Cumulative f for < 30  In this presentation, the second method has been used
  • 50. Need for “From” and “Upto” ColumnsNow we shall ask Excel to read an UPTO value from a cell (e.g. F5) and count the cells in the range in question (RawData) that contain values below that (F5) For this reason, we have to have separate “From (≥)” and “Upto (<)” columns. The mathematical symbols also indicate that for the 30-40 class, all values 30 or more (upto, but less than 40) will be placed in the 30-40 class whereas 40 and above (upto, but less than 50) in the 40-50 class
  • 51. Count of cells containing values less than UL1 (F5 i.e. 20) Formula
  • 52. %age rounded to one decimal place Formula
  • 53. For Lowest Class, f = Cumulative f Formula
  • 54. %age rounded to one decimal place Running totals of f & % Formula
  • 56. Copy first row to the second and change formulas of two cells (Next slide)
  • 57. The 1st part ensures that if MaxVal has already been crossed, a blank row is produced, otherwise “i“ is added to LL1 (Do NOT enter LL2 = UL1 as sometimes you may want a gap as discussed later) Formula
  • 58. “f” for this class is calculated as “Cum f” for this Class minus “Cum f” of preceding Class Formula
  • 60. Copy 2nd row to all the other blue rows.
  • 61. Frequency Distribution Table is ready! For Totals use SUM function in the Total Row
  • 62. • Frequency Distribution Table is ready! • Get Totals by using SUM function in the Total Row • Check Total by selecting the data in the “f” column, sum shows up in the status bar as long as you keep data selected
  • 64. Select Columns which contain classes & f along with Column Headings (G4:H13)
  • 65. Insert  Recommended Charts  Select Chart OK
  • 66. Format the chart as required
  • 67. Frequency Distribution with other class intervals I want data in classes of 15 each
  • 68. All you have to do is to change the EntClassInt value which you had entered earlier Let us see the effects of changing the Class interval from 10 to 15
  • 69. Class Interval = 15 Instantaneous change in Table & Graph
  • 72. Input Range, Bin Range, Output Range, Type of Output
  • 75. • Understand the working of tools before you use themCaution
  • 76. Save this Workbook for Future Use A little laborious to get the Frequency Distribution for the first time Save this table After this comes the easy part
  • 77. To get the frequency distribution of other fields, turn by turn, all you have to do is to change the cell reference of the RawData range To get the frequency distribution of HeightCm, you have to change the cell reference of RawData to that of HeightCm i.e. from $C$2:$C$5532 to $E$2:$E$5532 If your data is in a rectangular table, just change the two column references from C to E, without disturbing the row numbers.
  • 78. Frequency Distribution of other numeric fields e.g. HeightCm
  • 79. Formulas  Defined Names  Name Manager  RawData  Edit
  • 80. Change Column from C to E at both places
  • 81. Frequency Distribution of HeightCm by merely changing Column reference at two places =E1 to get the new field name Change Class Interval, if required
  • 82. This way you can change Columns in RawData to the columns of any other numeric field to get the frequency distribution of that field You can also change the graph type and its formatting as desired
  • 83. For Discontinuous data, use discontinuous classes e.g. 10-19, 20-29 etc
  • 84. Change Upper Limit of starting class (UL1) only. Others will adjust Note this is NOT “live”
  • 85. For true (Actual) Class Limits, subtract half unit from lower limit and add half unit to upper limit e.g. for 10-19, you should take 9.5-19.5 into account. For 20-29, take 19.5 to 29.5 into account and so on
  • 88. Round LL1 upwards & UL1 downwards New Class
  • 89. No change required in subsequent rows