Assignment A Using Computerized Spreadsheets 7
Assignment A Using Computerized Spreadsheets 7
Spreadsheets are invaluable tools for retail buyers and managers when they are
developing “what if” strategies. For example, after formulas have been set up, you
may want to enter one set of numbers to estimate sales. Just as quickly, you can
enter another set of numbers to estimate sales for a different scenario. You can keep
doing this for as many sets of numbers as you desire. Performing repetitive
mathematical calculations and “what if” analyses are what spreadsheets do best.
Now you should be ready to see what a spreadsheet looks like on the computer. Follow
the instructions below to load the spreadsheet program, select the data drive, and open
a file.
BASIC COMPUTER OPERATIONS
Each cell on the spreadsheet also has an address that is shown on the status line of the
screen. The cell address is determined by its column and row location. For example, the
cell in the upper left corner of the spreadsheet has an address of A1. The cell is located in
column A, row 1. You can move to other cells in the spreadsheet by using the mouse, or
after first clicking on a cell, using the Tab key to go across, or the arrow keys to go across
or up or down.
Both text and numbers can be entered into a cell, but with numbers you must designate
how you want your data presented (e.g., number of decimal places, currency). Using the
Format command on the menu allows you to change how numbers are displayed in any
cell, row, or column.
You must follow mathematical rules as you work with spreadsheets. Formulas are
calculated in normal mathematical order. Operations inside parentheses are performed
first, followed by multiplication, division, addition, and then subtraction.
4) Entering Formulas
Formulas calculate a value based on the values in other cells of the spreadsheet. In
fact, a formula can include any cell on the spreadsheet. You can also combine
mathematical operations—for example, A1+(A2-A3)/A4. Remember that before any
formula can be entered, the = sign must be typed first.
To enter a formula:
1. Click the cell where the result of the formula will appear.
2. Type the = sign. Now type the formula. For example, if you want to add the
values in cells A1, A2, and A3, type A1+A2+A3 after the = sign. You could also
click the cell of the value that you are adding. For the formula presented, you
could click cell A1, then type the + sign, then click cell A2 and type +, and finally
click cell A3.
3. When you have finished entering a formula, press Enter, which indicates to the
computer that you have completed your formula.
4. Your results will appear in the cell where you entered the formula if data were in
the other cells. Functions, abbreviated formulas that perform a specific operation
on a group of values, can also be used to save time. For example, the SUM
function is a shortcut for entering a formula that adds numbers. SUM
automatically adds numbers in a range. For example, if you wanted to add the
numbers in cells A1 through A3, you could simply type =SUM (A1:A3).
INPUT DATA AND INTERPRET COMPUTER OUTPUT
Retail buyers and managers must be able to input data on spreadsheet programs and
interpret the output they receive. You should now be ready to observe exactly what
computerized spreadsheets can do. On the screen you are viewing, you should see that
some text has already been entered. In addition, one formula has also been entered.
Practice Activities
The activities that follow allow you to become comfortable entering data, performing
mathematical calculations, and interpreting output. These activities begin with a
quick review of decimals and percentages.
The term percent means “per hundred”; thus, 11 percent means 11 per
hundred, or 0.11. 11% = 11/100 = 0.11
When expressing a percentage as a decimal, move the decimal two places to the left
and drop the percent sign. For example, 5 percent would be entered as 0.05, 0.5
percent would be entered as 0.005, and 55.5 percent would be entered as 0.555.
Percentages, similar to the ones presented in the second column of the table, appear
in various problems throughout this text. When entering them into spreadsheets, you
must be able to express them in decimal form. Express each of the percentages as a
decimal in the right-hand column.
1 1% .01
2 1.5% .015
3 100% 1
4 150% 1.5
5 47.8% .478
6 52.0% .52
7 0.4% .004
8 10% .1
9 10.4% .104
1 3.1% .031
0
When the spreadsheet makes calculations for you, the numbers will be expressed as
decimals just as they are when you use your calculator. Usually, you will need to round
these numbers for the situation within which you are working. For example, 1.643456
would be expressed as $1.64 if your answer should be in dollars and cents, or as 164.3%
if your answer should be a percentage. You can also use the Format menu command to
change how data are displayed.
With dollars, you will need to express your answer to two decimal places, and, with most
percentages, you will need to express them to one decimal place, or tenths of a percent.
(Note: Rounding rules vary, but “rounding off” is the most common method. Round up if
the number to the right of the one you are rounding is 5 or more; round down if it is less
than 5.) When expressing percentages as decimals, express them to the nearest tenth of
a percent as shown in the preceding example.
When you are solving problems presented in this text, numbers similar to the ones that
follow could be displayed on your computer screen. In the right-hand column, express
each of them as dollars and cents, rounding to the nearest cent.
11 64.3214987 $64.30
12 8.238765 $8.20
13 581.234567 $581.20
14 0.89543453 $0.90
15 45677.2376 $45677.20
5
In the right-hand column, express each of these decimals as a percentage rounded to the
nearest tenth of a percent.
16 6.44453 644.5%
17 33.3333 3333.3%
18 67.7777 6777.8%
19 0.056742 5.7%
20 0.002876 .3%
(C3 – B3) / B3
Closely examine this formula. The parentheses indicate that mathematical calculations
inside the parentheses would be performed first; otherwise, the data in C3 would be
divided by B3, which is not what you want. The formula specifies that the data in cell B3
will be subtracted from the data in cell C3. Then this difference will be divided by the
data in cell B3.
Now you are ready to label the column and enter the formulas to calculate the
quarterly percentage changes.
1. Move to cell D2. The percentage changes will be displayed in column D for each
quarter.
2. Type % Change. Press Enter. Now you are ready to enter the formulas to perform
the required calculations. You will need to establish five formulas—one for each of
the quarters, as well as one for the Totals row.
3. Move to cell D3 for the first quarter. Type (C3-B3)/B3. Press Enter. You will notice
that your answer is expressed as a decimal. Use the Format menu command to
display your data with one decimal place.
4. Now, set up formulas that will calculate the percentage changes for Quarters 2, 3,
and 4, and for the yearly totals.
5. Your screen should resemble the table that follows.
1. Erase the sales data in cells B3 through B6 and replace them with the
following data: Year 1
Quarter 1 $30,000
Quarter 2 $31,000
Quarter 3 $32,000
Quarter 4 $30,000
2. You now have sales totals as well as percentages, which are based on your
new sales figures, as shown in the table that follows.
This spreadsheet contains other commands that can be used later as you create your
own spreadsheets with problems in the textbook. These commands involve editing
and saving your work, printing, and quitting. Steps to perform these computer
operations are described next.
“No” is the answer to all these questions if you learn some of the other special
commands on the spreadsheet.
Using the Insert menu command allows you to add empty rows or columns to any
spreadsheet that you have already created. To insert a row or column: Highlight the
column to the right of where the new column is to be added to add a blank column. To
add a blank row, highlight the row below where the new row is to be located.
To erase data in several cells, highlight all the cells that contain data to be deleted.
Press the Delete key. If you make a mistake, click the Undo command.
The Copy command (under the Edit menu command) allows you to copy the content
of a cell, column, or row and place it in another location on the spreadsheet. To copy
a cell, row, or column, highlight the values to be copied. Select Copy. Move the
cursor to the location (cell, row, or column) where you want the information copied.
Highlight that area and select Paste.
You may want to practice these operations using the file on which you are working.
However, you should save the file under a different name, as explained in the next
section.
Quitting
When you want to stop working, first save your work. Then close the file and quit the
spreadsheet:
1. Choose Close from the File menu.
2. If you have not already saved your document, a message will appear asking
if the current document needs to be saved