Etech, Excel
Etech, Excel
Scroll
Bars
Arithmetic operators: * / + - ^
Relational operators: >, <, <=, >=,< >,=
Operands: Values to be operated on
Addition
= B2 + 5 Operator
Operands
Precedence of Operators
( ) Parenthesis is a special operator that
forces evaluation of the expression inside it
first
Exponentiation (2^3 8)
Arithmetic operators: Multiplication & Division
Multiplication & Division have equal precedence and are evaluated
from left to right
Arithmetic operators: Addition & Subtraction
Addition & Subtraction have equal precedence and are evaluated
from left to right
Relational operators have a lower
precedence than arithmetic operators
More on Functions
All functions have a common format – the equals
sign followed by the function name followed by the
input in parentheses.
The input for a function can be either:
A set of numbers (e.g., “=AVERAGE(2, 3, 4, 5)”)
This tells Excel to calculate the average of these numbers.
StudyHrs = average number of hours spent per week studying for 209
GPA = grade-point average earned in 209 at the end of the quarter
Step 1: Select the cell where you want your r
value to appear (you might want to label it).
Step 2: Click on the function wizard button.
Step 3: Search for and select PEARSON.
Step 4: For Array1, select all the values under StudyHrs.
For Array2, select all the values under GPA.
Step 5: That’s it! Once you have your r value,
don’t forget to round to 2 decimal places.
Knowledge check: What does the r value of 0.88 tell you about
the strength and direction of the correlation between StudyHrs
and GPA?
Scatterplots
A scatterplot is an excellent way to visually
display the relationship (correlation) between
two variables.
Each point on the scatterplot represents an
individual’s data on the two variables.
NOTE: Your
chart must be
highlighted for
the ‘Layout’ tab to
appear under
‘Chart Tools.’
A note about x- and y-axes:
For scatterplots, it does not matter which variable
goes on each axis (this is NOT true for other
types of charts).
However, you need to make sure you label your
axes with the proper variable name.
In this example, GPA is on the y-axis and Study
Hours is on the x-axis (we can tell this based on
their different ranges of values).
As a helpful hint, Excel will automatically put the
first variable (left-hand column) on the x-axis, and
the second variable (right-hand column) on the y-
axis.
Step 6: Change the chart title by selecting it, typing a
new one, and pressing Enter. Chart and axis titles
may be altered by right-clicking on them.
Your scatterplot is now finished!