Examples of Excel in The Classroom
Examples of Excel in The Classroom
This activity is for younger students and helps them to understand planning for
expenses. Select a hypothetical item students want to save money to purchase, and
provide the cost of the item. Students may ask “How many weeks would it take to reach
this goal?” Using a spreadsheet to answer this question, students can experiment and
explore different outcomes based on these “what if” questions:
After creating the sample spreadsheet below, students can change the amount earned
or the amount they saved each week and measure the impact. They might also
consider purchasing a less costly item. In the sample, formulas rather than values are
shown where required. In the spreadsheet, formulas won’t show, only the results. Use
the fill handle to copy repeating entries.
Sample:
Item Cost Earnings per Portion saved Dollar amount Weeks to
week per week saved per week reach goal
0
$16.49 1.80 .5 =B3*C3 =E2+D3
1.80 .5 =B4*C4 =E3+D4
1.80 .5 =B5*C5 =E4+D5
1.80 .5 =B6*C6 =E5+D6
When the amount in column E is equal to or greater than the item cost, students can
count the number of rows to determine the number of weeks required to save. They
can then save more or less of their earnings and enter the new amounts in columns B
or C, or change the cost of the item in column A to see how much more or less time it
would take to reach their goal.
For older students, or those familiar with Excel, you could include the count function to
count the number of weeks, and you could include an additional column with If
statements to automatically compare the value in column E with the amount in cell A3 to
determine if the goal has been reached. Count the cells in column F where the value is
“yes”, and you have an automatically generated number of weeks to reach the goal…
Create a “Self Test”
Layout:
Heading with directions
Sub-heading with optional list of words from which to choose
OR, additional column with list of words from which to choose
First column for question
Second column for answer
Third column contains “IF” function to indicate if the answer is right or wrong
Explanation:
Note the following components of the “IF” function:
=IF( )
All formulas or functions begin with an equal sign. IF indicates the function to be
performed. The parenthesis enclose the “variables” to be considered.
A3=
This gives the cell address whose content is to be compared.
“Sun”,
This is the value with which to compare the cell content. It must be in “quotation” marks
if it is text. Note that ALL text must be in quotation marks. Also, if a student typed “sun”
with a lowercase S, there would not be a match. CASE MATTERS when text is in
quotation marks. The commas separates the comparison value from the next value.
“YES”,
This is the value which is shown in the cell where you type the “IF” function, IF A3 does
equal “Sun”. Again, quotation marks are necessary to indicate text. The comma
separates this value from the last.
“NO”
The final value in the function is the value which appears IF A3 does not equal the value
given immediately following the equal sign.
Compare Two Groups
Layout:
Enter a general title or heading.
Create a row heading for each group.
Create a column heading for each set of information to be compared.
Insert a column chart to compare each item and a pie chart to show which percent of
the total boys consume and which percent girls consume.
Explanation:
With the “range” selected, click on the chart wizard button on the toolbar. Choose a
column chart you prefer. You have already selected the range. In the following screen
enter a chart title, and titles for the X axis (expense) and the Y axis (amount). The next
screen allows you to enter the chart in the current sheet, OR have it large enough to fill
an 8.5 x 11 page by itself. Choose “as object in”. Finish the wizard.
You may move or change the size of the chart or the pieces within it by dragging the
chart or the edges as you would with any other drawing object.
Layout:
First row - enter a general title or heading and explanation
Second row - headings for the columns
Note: It is more common to represent data over time going across the sheet.
Determine the period of time over which you wish to track attendance, and also the
frequency you will note the attendance. In this case, enter daily totals over a period of
one month.
Explanation:
Students can review the data at the end of the month and form hypotheses about why
attendance was greater on some days than others (holiday?), and look for trends
(attendance decreases toward the end of the month?).
They can look at the numerical data in the table and compare that with the chart that
represents the data visually. Which is easier to understand and explain?
Standard Conversions
Excel can be used to practice standard conversions, or to make a reference table for
common conversions. In this example, use the standard formula for converting
Centigrade to Fahrenheit – a tricky formula to calculate in your head. Other examples
might include Miles per hour to Kilometers per hour, inches or feet to centimeters or
meters, miles to feet, etc. You might also consider making a table for a common cookie
recipe: if you want half as many cookies, or twice as many as the standard recipe
makes, students can convert the original cups and tablespoons to make the desired
amount.
Using this formula, create an Excel spreadsheet that shows the Fahrenheit equivalent of
all the centigrade degrees from 5-35. Think carefully how you can use the fill handle to
improve your efficiency. Once designed, how fast can you create the table?
In column A, enter the values you wish to convert. In our example, we want equivalent
Fahrenheit degrees for the range of 5 to 35 degrees Centigrade. Enter 5 in the second
row, and 6 in the third row. Click the fill handle and drag until you see 35 entered in the
cell.
In row two of column B, enter your formula, but substitute the cell address A2 for the
actual degrees Centigrade which are already listed in column A. The formula looks like
this:
=9/5*A2+32
Using the fill handle, drag the formula down column B until you reach 35 in column A.