Excel Training Part 1
Excel Training Part 1
1
Grade Book worksheet
File 1-Excel Training Part 1
2
Common Basic Functions
= SUM(number1, number2, …) Calculates the sum of a list of values
=AVERAGE(number1, number2, …) Calculates the average value of a list of values
=MIN(number1, number2, …) Calculates the minimum value in a list of values
=MAX(number1,number2,…) Calculates the maximum value in a list of values
=COUNT(number1,number2,…) Determines the number of values in a list
(Ignores cells that contain text)
=COUNTA(number,number2,…) Does not ignore cells that contain text
=STDEV(number,number2,…) Returns the standard deviation a list of values
3
SUM function (sums a range of values)
4
Keeping Cell references the same when copying
formulas
Write an Excel formula in cell Gradebook!I3, to calculate the
percentage grade for the student Teri Brown. Copy the formula
so it calculates the percentage grade for each student in the list.
5
Max function (returns the maximum value in a range)
7
(returns the number of items in a range)
Count function
Write an Excel formula in cell Gradebook!D11 to calculate the number
of scores recorded for Lab 1. Copy the formula so it calculates the
number of scores recorded on each Lab, Midterm, Final, etc.
What happens if you delete the Lab 1 score for Teri Brown?
8
Average function (averages a range of values)
9
In cell Gradebook!K12 type in the function:
=SUM(D12:H12)
10
Format cells in D12:H12 to display numbers as two decimal places
11
The Round Function changes the precise value of
a number, not just its display
Syntax: =Round (number, num_digits)
Num_digits: Specified number of decimal Places
Value Rounding
0 Round to the nearest whole number
1 Round to the nearest tenth (0.1, 0.2, ..)
-1 Round to the nearest ten (10, 20, …)
12
The COUNTIF Function counts the number of
items in a range that meet a specific criteria.
13
Countif function Example--Using text as a criteria
(counts the number of items in a range that meet a specific criteria)
14
Countif function Example--Using a cell reference as criteria
(counts the number of items in a range that meet a specific criteria)
15
Countif function Example--Using a cell reference as criteria
(counts the number of items in a range that meet a specific criteria)
16
SUMIF
(Sums the values in a range that meet a specific criteria)
SUMIF(range, criteria, sum-range)
Range
The range of cells that you want evaluated by criteria. Cells in each
range must be numbers or names, or references that contain numbers.
criteria
The criteria in the form of a number, expression, a cell reference,
or text that defines which cells will be added. For example,
criteria can be expressed as 32, ">32", B5, 32, "32", or "apples"
sum_range
The actual cells to add, if you want to add cells other than those
specified in the range argument.
17
Sumif function Example--Using text as a criteria
(sums the values in a range that meet a specific criteria)
18
Sumif function Example--Using a cell reference as a criteria
(sums the values in a range that meet a specific criteria)
19
Averageif function
(averages the values in a range that meet a specific criteria)
20
Rank
Returns the rank of a number in a list of numbers. The rank of a number is its
size relative to other values in a list. (If you were to sort the list, the rank of the
number would be its position.)
=RANK(Number,Ref,Order)
Number
22
Student Courses worksheet
File 1 - Excel Training Part 1
23
Countif Function -- You try it!
Write a formula in cell ‘Student Courses’!F2 ONLY to display
the total number of students in the college UVC.
24
Sumif Function —You try it!
25
Averageif Function —You try it!
26
GPA Summary worksheet
Examples from the Excel Training Part 1 File
27
Rank function—You try it
(Returns the rank of a number in a list of numbers.)
28
Averageif function—You try it
(averages the values in a range that meet a specific criteria)
29
Averageif function
(averages the values in a range that meet a specific criteria)
30
Using Multiple Worksheets in a Workbook
31
32
Point and Click to create Formulas
33
Creating Multiple Worksheets
3. Click Rename
34
Name the new worksheet, Winter.
Create new worksheets named, Spring, and Summary
35
Copy the Fall worksheet to the worksheets, Winter, Spring,
and Summary
36
2. Click on Cell A1
3. Click Paste
37
The four spreadsheets
38
Type in Actual Fall Expenses
39
Winter Quarter Budget
Budgeted amount for utilities will increase by 10%
40
Type in Actual Winter Expenses
41
Budgeted amounts for Spring Quarter Stay the same.
Actual amounts are shown
42
Summary Worksheet
43
Excel Issues
44
=IF(OR(ISBLANK(B4),ISBLANK(D4),B4=0,D4=0),0,D4/
B4)
45