SlideShare a Scribd company logo
USING MICROSOFT
EXCEL WITH BUSINESS
RESEARCH METHODS
www.drjayeshpatidar.blogspot.com
TITLE BAR
MENU BAR
STANDARD TOOLBAR
FORMATTING TOOLBAR

FORMULA BAR

ACTIVE CELL
PASTE FUNCTION
TOOLS MENU
The Paste Function Provides
Numerous Statistical
Operations
The Statistical Function
Category
Data Analysis
Dialog Box
• Click on “Tools”
• Select “Data Analysis”
• Select statistical operation
o

such as Histogram
Excel and research
Excel and research
Excel and research
Functions
• Functions are predefined formulas for
mathematical operations
• They perform calculations by using
specific values, called arguments
• Arguments indicate data or a range of
cells
• Arguments are performed, in a
particular order, called the syntax.
Functions
• Functions are predefined formulas for
mathematical operations
• They perform calculations by using
specific values, called arguments
• Arguments are performed, in a
particular order, called the syntax.
• For example, the SUM function adds
values or ranges of cells
Easy to Use Paste Functions
•
•
•
•
•

AVERAGE (MEAN)
MEDIAN
MODE
SUM
STANDARD DEVIATION
Functions
• The syntax of a function begins with the
function name
• followed by an opening parenthesis
• the arguments for the function
• separated by commas
• a closing parenthesis.
• If the function starts a formula, an equal
sign (=) is typed before the function
name.
The Equal Sign Then The
Function Name And
Arguments
• =FUNCTION (Argument1)
• =FUNCTION (Argument1,Argument2)
Arguments
• Typical arguments are numbers, text,
arrays, and cell references.
• Arguments can also be constants,
formulas, or other functions.
The AVERAGE Function
Located in the Statistical Category
Excel and research
Data Array
•
•
•
•

The data appear in cells A2 through 14
A2:A14
Sometimes written with dollars signs
$A$2:$A$14
Excel and research
Sum, Average, and Standard
Deviation
•
•
•
•

=FUNCTION (Argument1)
=SUM(A2:A9)
=AVERAGE(A2:A9)
=STDEVA(A2:A9)
Excel and research
Excel and research
SUM Function
Sales Call Example
AVERAGE (Mean) Function
Sales Call Example
Standard Deviation Function
Sales Call Example
Variance s2: (algebraic, scalable computation)

s

2

n
n
n
1
1
1
2
2

 ( xi  x )  n  1 [ xi  n ( xi ) 2 ]
n  1 i 1
i 1
i 1

Standard deviation s is the square root of variance s2
• Variance

• Standard deviation: the square root of the variance
– Measures spread about the mean
– It is zero if and only if all the values are equal
– Both the deviation and the variance are algebraic

www.drjayeshpatidar.blogspot.com

26
Data Dispersion Characteristics
•

Motivation
–

•

Data dispersion characteristics
–

•

To better understand the data: central tendency, variation and spread
median, max, min, quantiles, outliers, variance, etc.

Numerical dimensions correspond to sorted intervals
–
–

•

Data dispersion: analyzed with multiple granularities of precision
Boxplot or quantile analysis on sorted intervals

Dispersion analysis on computed measures
–

Folding measures into numerical dimensions

–

Boxplot or quantile analysis on the transformed cube

www.drjayeshpatidar.blogspot.com

27
Measuring the Central Tendency
•

Mean
–

•

1 n
x   xi
n i 1

n

Weighted arithmetic mean

x 

Median: A holistic measure
–

w x
i 1
n

i

i

w
i 1

i

Middle value if odd number of values, or average of the middle two
values otherwise

–

•

estimated by interpolation

Mode
–

Value that occurs most frequently in the data

–

Unimodal, bimodal, trimodal

–

Empirical formula:

mean  mode  3  (mean  median)
www.drjayeshpatidar.blogspot.com

28
Measuring the Dispersion of Data
•

Quartiles, outliers and boxplots
–
–

Inter-quartile range: IQR = Q3 – Q1

–

Five number summary: min, Q1, M, Q3, max

–

Boxplot: ends of the box are the quartiles, median is marked, whiskers,
and plot outlier individually

–
•

Quartiles: Q1 (25th percentile), Q3 (75th percentile)

Outlier: usually, a value higher/lower than 1.5 x IQR

Variance and standard deviation
–

Variance s2: (algebraic, scalable computation)
s

–

2

n
n
n
1
1
1
2
2

 ( xi  x )  n  1 [ xi  n ( xi ) 2 ]
n  1 i 1
i 1
i 1

Standard deviation s is the square root of variance s2
www.drjayeshpatidar.blogspot.com

29
Boxplot Analysis

• Five-number summary of a distribution:
Minimum, Q1, M, Q3, Maximum

• Boxplot
– Data is represented with a box
– The ends of the box are at the first and third quartiles,
i.e., the height of the box is IRQ
– The median is marked by a line within the box
– Whiskers: two lines outside the box extend to
Minimum and Maximum
www.drjayeshpatidar.blogspot.com

30
A Boxplot
A boxplot

www.drjayeshpatidar.blogspot.com

31
Visualization of Data Dispersion:
Boxplot Analysis

www.drjayeshpatidar.blogspot.com

32
Mining Descriptive Statistical Measures in Large
Databases
• Variance
1 n
1 
1
2
2
2
s 
 ( xi  x ) 
 xi  n  xi  
n  1 i 1
n 1 

2

• Standard deviation: the square root of the variance
– Measures spread about the mean
– It is zero if and only if all the values are equal
– Both the deviation and the variance are algebraic

www.drjayeshpatidar.blogspot.com

33
Histogram Analysis
• Graph displays of basic statistical class descriptions
– Frequency histograms
• A univariate graphical method
• Consists of a set of rectangles that reflect the counts or frequencies of
the classes present in the given data

www.drjayeshpatidar.blogspot.com

34
Quantile Plot
• Displays all of the data (allowing the user to assess both the
overall behavior and unusual occurrences)
• Plots quantile information
– For a data xi data sorted in increasing order, fi indicates
that approximately 100 fi% of the data are below or equal
to the value xi

www.drjayeshpatidar.blogspot.com

35
Quantile-Quantile (Q-Q) Plot
• Graphs the quantiles of one univariate distribution against
the corresponding quantiles of another
• Allows the user to view whether there is a shift in going from
one distribution to another

www.drjayeshpatidar.blogspot.com

36
Scatter plot
• Provides a first look at bivariate data to see clusters of
points, outliers, etc
• Each pair of values is treated as a pair of coordinates and
plotted as points in the plane

www.drjayeshpatidar.blogspot.com

37
Loess Curve
• Adds a smooth curve to a scatter plot in order to provide
better perception of the pattern of dependence
• Loess curve is fitted by setting two parameters: a smoothing
parameter, and the degree of the polynomials that are fitted
by the regression

www.drjayeshpatidar.blogspot.com

38
Graphic Displays of Basic Statistical
Descriptions
•

•
•
•

•
•

Histogram: (shown before)
Boxplot: (covered before)
Quantile plot: each value xi is paired with fi indicating that
approximately 100 fi % of data are  xi
Quantile-quantile (q-q) plot: graphs the quantiles of one
univariant distribution against the corresponding quantiles of
another
Scatter plot: each pair of values is a pair of coordinates and
plotted as points in the plane
Loess (local regression) curve: add a smooth curve to a
scatter plot to provide better perception of the pattern of
dependence
www.drjayeshpatidar.blogspot.com
39
Proportion
•
•
•
•

=COUNT
=COUNTIF
DIVIDE COUNTIF BY COUNT
=D3/D2
Excel and research
Excel and research
Frequency Distributions
• There are alternative ways of
constructing frequency distributions
• COUNTIF function
• HISTOGRAM function
Excel and research
=COUNTIF(A6:A134,1)
=D4/D9*100
Excel and research
Excel and research
Excel and research
Histogram Function
• Tools -Data Analysis-Histogram
• Bins
Excel and research
The bins are the
frequency
categories
Insert Input and Bin Ranges
Text Labels Can Be Included
or Excluded From Input Range
The Chart Wizard
Excel and research
The Descriptive Statistics
Function
Excel and research
Excel and research
Excel and research
Excel and research
Excel and research
Excel and research
Excel and research
SEVERAL ROWS OF DATA ARE HIDDEN
SEVERAL ROWS OF DATA ARE HIDDEN
Excel and research
Excel and research
Excel and research
Excel and research
Excel and research
Correlation
Excel and research
Excel and research
Correlation Coefficient, r = .75
Regression Analysis
Excel and research

More Related Content

PDF
LINE AND SCATTER DIAGRAM,FREQUENCY DISTRIBUTION
PPT
Correspondence Analysis
PPTX
2.3 Graphs that enlighten and graphs that deceive
DOCX
Quantitative techniques in business
PPT
Chp 3
PPTX
Descriptive statistics
PPT
Geographical Skills
PPTX
Data Preprocessing
LINE AND SCATTER DIAGRAM,FREQUENCY DISTRIBUTION
Correspondence Analysis
2.3 Graphs that enlighten and graphs that deceive
Quantitative techniques in business
Chp 3
Descriptive statistics
Geographical Skills
Data Preprocessing

What's hot (17)

PPTX
data handling
PPTX
Exploring Data
PPTX
Measures of Dispersion (Variability)
PDF
Statistics in nursing research
PPTX
Correspondence analysis final
PPTX
Simple Correspondence Analysis
PDF
Oed chapter 1
PPT
Correspondence analysis(step by step)
PPTX
Statistic and probability 2
PDF
Day2 session i&ii - spss
PPTX
Artificial Intelligence - Data Analysis, Creative & Critical Thinking and AI...
PPTX
Data organization
PPTX
2 way anova
PPTX
Business statistics ( Methods of variablity measurement))
PPT
M a t r i k s
PPTX
WCS Specialist Maths An Introduction to Matrices PowerPoint
data handling
Exploring Data
Measures of Dispersion (Variability)
Statistics in nursing research
Correspondence analysis final
Simple Correspondence Analysis
Oed chapter 1
Correspondence analysis(step by step)
Statistic and probability 2
Day2 session i&ii - spss
Artificial Intelligence - Data Analysis, Creative & Critical Thinking and AI...
Data organization
2 way anova
Business statistics ( Methods of variablity measurement))
M a t r i k s
WCS Specialist Maths An Introduction to Matrices PowerPoint
Ad

Viewers also liked (20)

PPSX
Lesson 3
PPT
Chapter04
PPTX
Box and whisker pp
PPT
Displaying quantitative data 1.1
PPS
4 slideshare avila
PPT
Qwizdom year 9 maths - boxplot and cumulative frequency
PPTX
Summer lecture 2
PPTX
Drawing Stem-Leaf Plot
PPTX
Further4 box plots, 5 number summary and outliers
PPT
Box and whiskers power point
PPT
Basic Stat Notes
PDF
Lecture18
DOC
Unit 12 lesson 5 box plot check list
PPT
Box plot
DOCX
BOXPLOT EXAMPLES in R And An Example for BEESWARM:
PPT
Chapter 1 descriptive_stats_2_rev_2009
PPT
Freq & Histo
PPTX
Surface Area of Triangular Prism 2
PPTX
Handling Data boxplots
PDF
Tableau - ANAND Chokshi DEMO - Box and Whisker Plot Chart
Lesson 3
Chapter04
Box and whisker pp
Displaying quantitative data 1.1
4 slideshare avila
Qwizdom year 9 maths - boxplot and cumulative frequency
Summer lecture 2
Drawing Stem-Leaf Plot
Further4 box plots, 5 number summary and outliers
Box and whiskers power point
Basic Stat Notes
Lecture18
Unit 12 lesson 5 box plot check list
Box plot
BOXPLOT EXAMPLES in R And An Example for BEESWARM:
Chapter 1 descriptive_stats_2_rev_2009
Freq & Histo
Surface Area of Triangular Prism 2
Handling Data boxplots
Tableau - ANAND Chokshi DEMO - Box and Whisker Plot Chart
Ad

Similar to Excel and research (20)

PDF
Excel and research
PPT
02Data mining 243657786756868766758(1).ppt
PPT
Data Mining: Concepts and Techniques — Chapter 2 —
PPT
Data mining :Concepts and Techniques Chapter 2, data
PPT
02 data
PDF
Evans_Analyticsjjjjjjjjjjjjjj2e_ppt_04 (1).pdf
PPT
Getting to Know Your Data Some sources from where you can access datasets for...
PPT
02Data(1).ppt Computer Science Computer Science
PPT
Exploratory Data Analysis EFA Factor analysis
PPTX
Know Your Data in data mining applications
PPT
Upstate CSCI 525 Data Mining Chapter 2
PPTX
Statistics for machine learning shifa noorulain
PPTX
Lect1.pptxdglsgldjtzjgd csjfsjtskysngfkgfhxvxfhhdhz
PPTX
descriptive data analysis
PPT
hanjia chapter_2.ppt data mining chapter 2
PPT
Data mining Concepts and Techniques
PPT
Data preprocessing
PPT
Data preprocessing
PPTX
Statistical Analysis with R -I
PPTX
Basics of Stats (2).pptx
Excel and research
02Data mining 243657786756868766758(1).ppt
Data Mining: Concepts and Techniques — Chapter 2 —
Data mining :Concepts and Techniques Chapter 2, data
02 data
Evans_Analyticsjjjjjjjjjjjjjj2e_ppt_04 (1).pdf
Getting to Know Your Data Some sources from where you can access datasets for...
02Data(1).ppt Computer Science Computer Science
Exploratory Data Analysis EFA Factor analysis
Know Your Data in data mining applications
Upstate CSCI 525 Data Mining Chapter 2
Statistics for machine learning shifa noorulain
Lect1.pptxdglsgldjtzjgd csjfsjtskysngfkgfhxvxfhhdhz
descriptive data analysis
hanjia chapter_2.ppt data mining chapter 2
Data mining Concepts and Techniques
Data preprocessing
Data preprocessing
Statistical Analysis with R -I
Basics of Stats (2).pptx

More from Nursing Path (20)

PDF
Psychosocial care of coronavirus disease 2019
PDF
Isolation facility for covid-19
PDF
Guidelines on clinical management of covid 19
PDF
Fluid and electrolyte balance
PDF
Hospital Infection Control Programme
PDF
Outcome based education
PDF
Assessment
PDF
Anxiety disorders
PDF
Selection and organization of learning experience
PDF
Universal Health Coverage
PPSX
Pneumonia
PPSX
Swine flu
PPSX
Cardiopulmonary resuscitation
PPSX
Abortion
PPSX
Microbiology
PDF
Fundamental of nursing practice exam 4
PDF
Fundamentals of nursing practice exa1
PDF
Fundamentals of nursing practice exam
PDF
Fundamentals of nursing practice exam
PPSX
The enterobacteriaceae basic properties.ppsx x
Psychosocial care of coronavirus disease 2019
Isolation facility for covid-19
Guidelines on clinical management of covid 19
Fluid and electrolyte balance
Hospital Infection Control Programme
Outcome based education
Assessment
Anxiety disorders
Selection and organization of learning experience
Universal Health Coverage
Pneumonia
Swine flu
Cardiopulmonary resuscitation
Abortion
Microbiology
Fundamental of nursing practice exam 4
Fundamentals of nursing practice exa1
Fundamentals of nursing practice exam
Fundamentals of nursing practice exam
The enterobacteriaceae basic properties.ppsx x

Recently uploaded (20)

PDF
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
PPTX
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
PDF
FourierSeries-QuestionsWithAnswers(Part-A).pdf
PDF
STATICS OF THE RIGID BODIES Hibbelers.pdf
PPTX
Lesson notes of climatology university.
PDF
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
PDF
Computing-Curriculum for Schools in Ghana
PPTX
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
PDF
Complications of Minimal Access Surgery at WLH
PDF
Module 4: Burden of Disease Tutorial Slides S2 2025
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PDF
O5-L3 Freight Transport Ops (International) V1.pdf
PDF
VCE English Exam - Section C Student Revision Booklet
PDF
RMMM.pdf make it easy to upload and study
PDF
TR - Agricultural Crops Production NC III.pdf
PDF
102 student loan defaulters named and shamed – Is someone you know on the list?
PPTX
Renaissance Architecture: A Journey from Faith to Humanism
PDF
Abdominal Access Techniques with Prof. Dr. R K Mishra
PPTX
Institutional Correction lecture only . . .
PPTX
Pharmacology of Heart Failure /Pharmacotherapy of CHF
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
FourierSeries-QuestionsWithAnswers(Part-A).pdf
STATICS OF THE RIGID BODIES Hibbelers.pdf
Lesson notes of climatology university.
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
Computing-Curriculum for Schools in Ghana
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
Complications of Minimal Access Surgery at WLH
Module 4: Burden of Disease Tutorial Slides S2 2025
Final Presentation General Medicine 03-08-2024.pptx
O5-L3 Freight Transport Ops (International) V1.pdf
VCE English Exam - Section C Student Revision Booklet
RMMM.pdf make it easy to upload and study
TR - Agricultural Crops Production NC III.pdf
102 student loan defaulters named and shamed – Is someone you know on the list?
Renaissance Architecture: A Journey from Faith to Humanism
Abdominal Access Techniques with Prof. Dr. R K Mishra
Institutional Correction lecture only . . .
Pharmacology of Heart Failure /Pharmacotherapy of CHF

Excel and research

  • 1. USING MICROSOFT EXCEL WITH BUSINESS RESEARCH METHODS www.drjayeshpatidar.blogspot.com
  • 2. TITLE BAR MENU BAR STANDARD TOOLBAR FORMATTING TOOLBAR FORMULA BAR ACTIVE CELL
  • 4. The Paste Function Provides Numerous Statistical Operations
  • 6. Data Analysis Dialog Box • Click on “Tools” • Select “Data Analysis” • Select statistical operation o such as Histogram
  • 10. Functions • Functions are predefined formulas for mathematical operations • They perform calculations by using specific values, called arguments • Arguments indicate data or a range of cells • Arguments are performed, in a particular order, called the syntax.
  • 11. Functions • Functions are predefined formulas for mathematical operations • They perform calculations by using specific values, called arguments • Arguments are performed, in a particular order, called the syntax. • For example, the SUM function adds values or ranges of cells
  • 12. Easy to Use Paste Functions • • • • • AVERAGE (MEAN) MEDIAN MODE SUM STANDARD DEVIATION
  • 13. Functions • The syntax of a function begins with the function name • followed by an opening parenthesis • the arguments for the function • separated by commas • a closing parenthesis. • If the function starts a formula, an equal sign (=) is typed before the function name.
  • 14. The Equal Sign Then The Function Name And Arguments • =FUNCTION (Argument1) • =FUNCTION (Argument1,Argument2)
  • 15. Arguments • Typical arguments are numbers, text, arrays, and cell references. • Arguments can also be constants, formulas, or other functions.
  • 16. The AVERAGE Function Located in the Statistical Category
  • 18. Data Array • • • • The data appear in cells A2 through 14 A2:A14 Sometimes written with dollars signs $A$2:$A$14
  • 20. Sum, Average, and Standard Deviation • • • • =FUNCTION (Argument1) =SUM(A2:A9) =AVERAGE(A2:A9) =STDEVA(A2:A9)
  • 25. Standard Deviation Function Sales Call Example Variance s2: (algebraic, scalable computation) s 2 n n n 1 1 1 2 2   ( xi  x )  n  1 [ xi  n ( xi ) 2 ] n  1 i 1 i 1 i 1 Standard deviation s is the square root of variance s2
  • 26. • Variance • Standard deviation: the square root of the variance – Measures spread about the mean – It is zero if and only if all the values are equal – Both the deviation and the variance are algebraic www.drjayeshpatidar.blogspot.com 26
  • 27. Data Dispersion Characteristics • Motivation – • Data dispersion characteristics – • To better understand the data: central tendency, variation and spread median, max, min, quantiles, outliers, variance, etc. Numerical dimensions correspond to sorted intervals – – • Data dispersion: analyzed with multiple granularities of precision Boxplot or quantile analysis on sorted intervals Dispersion analysis on computed measures – Folding measures into numerical dimensions – Boxplot or quantile analysis on the transformed cube www.drjayeshpatidar.blogspot.com 27
  • 28. Measuring the Central Tendency • Mean – • 1 n x   xi n i 1 n Weighted arithmetic mean x  Median: A holistic measure – w x i 1 n i i w i 1 i Middle value if odd number of values, or average of the middle two values otherwise – • estimated by interpolation Mode – Value that occurs most frequently in the data – Unimodal, bimodal, trimodal – Empirical formula: mean  mode  3  (mean  median) www.drjayeshpatidar.blogspot.com 28
  • 29. Measuring the Dispersion of Data • Quartiles, outliers and boxplots – – Inter-quartile range: IQR = Q3 – Q1 – Five number summary: min, Q1, M, Q3, max – Boxplot: ends of the box are the quartiles, median is marked, whiskers, and plot outlier individually – • Quartiles: Q1 (25th percentile), Q3 (75th percentile) Outlier: usually, a value higher/lower than 1.5 x IQR Variance and standard deviation – Variance s2: (algebraic, scalable computation) s – 2 n n n 1 1 1 2 2   ( xi  x )  n  1 [ xi  n ( xi ) 2 ] n  1 i 1 i 1 i 1 Standard deviation s is the square root of variance s2 www.drjayeshpatidar.blogspot.com 29
  • 30. Boxplot Analysis • Five-number summary of a distribution: Minimum, Q1, M, Q3, Maximum • Boxplot – Data is represented with a box – The ends of the box are at the first and third quartiles, i.e., the height of the box is IRQ – The median is marked by a line within the box – Whiskers: two lines outside the box extend to Minimum and Maximum www.drjayeshpatidar.blogspot.com 30
  • 32. Visualization of Data Dispersion: Boxplot Analysis www.drjayeshpatidar.blogspot.com 32
  • 33. Mining Descriptive Statistical Measures in Large Databases • Variance 1 n 1  1 2 2 2 s   ( xi  x )   xi  n  xi   n  1 i 1 n 1   2 • Standard deviation: the square root of the variance – Measures spread about the mean – It is zero if and only if all the values are equal – Both the deviation and the variance are algebraic www.drjayeshpatidar.blogspot.com 33
  • 34. Histogram Analysis • Graph displays of basic statistical class descriptions – Frequency histograms • A univariate graphical method • Consists of a set of rectangles that reflect the counts or frequencies of the classes present in the given data www.drjayeshpatidar.blogspot.com 34
  • 35. Quantile Plot • Displays all of the data (allowing the user to assess both the overall behavior and unusual occurrences) • Plots quantile information – For a data xi data sorted in increasing order, fi indicates that approximately 100 fi% of the data are below or equal to the value xi www.drjayeshpatidar.blogspot.com 35
  • 36. Quantile-Quantile (Q-Q) Plot • Graphs the quantiles of one univariate distribution against the corresponding quantiles of another • Allows the user to view whether there is a shift in going from one distribution to another www.drjayeshpatidar.blogspot.com 36
  • 37. Scatter plot • Provides a first look at bivariate data to see clusters of points, outliers, etc • Each pair of values is treated as a pair of coordinates and plotted as points in the plane www.drjayeshpatidar.blogspot.com 37
  • 38. Loess Curve • Adds a smooth curve to a scatter plot in order to provide better perception of the pattern of dependence • Loess curve is fitted by setting two parameters: a smoothing parameter, and the degree of the polynomials that are fitted by the regression www.drjayeshpatidar.blogspot.com 38
  • 39. Graphic Displays of Basic Statistical Descriptions • • • • • • Histogram: (shown before) Boxplot: (covered before) Quantile plot: each value xi is paired with fi indicating that approximately 100 fi % of data are  xi Quantile-quantile (q-q) plot: graphs the quantiles of one univariant distribution against the corresponding quantiles of another Scatter plot: each pair of values is a pair of coordinates and plotted as points in the plane Loess (local regression) curve: add a smooth curve to a scatter plot to provide better perception of the pattern of dependence www.drjayeshpatidar.blogspot.com 39
  • 43. Frequency Distributions • There are alternative ways of constructing frequency distributions • COUNTIF function • HISTOGRAM function
  • 49. Histogram Function • Tools -Data Analysis-Histogram • Bins
  • 51. The bins are the frequency categories
  • 52. Insert Input and Bin Ranges
  • 53. Text Labels Can Be Included or Excluded From Input Range
  • 64. SEVERAL ROWS OF DATA ARE HIDDEN
  • 65. SEVERAL ROWS OF DATA ARE HIDDEN