Module 07 Operate Spreadsheet Application
Module 07 Operate Spreadsheet Application
September, 2022
Addis Ababa, Ethiopia
Table of content
Acknowledgment 4
Module Instruction7
Ministry of Labor and Skills wish to extend thanks and appreciation to the many
representatives of TVET instructors and respective industry experts who donated their time and
expertise to the development of this Teaching, Training and Learning Materials (TTLM).
A spreadsheet or worksheet is a file made of rows and columns that help sort, organize, and
arrange data efficiently, and calculate numerical data. What makes a spreadsheet software
program unique is its ability to calculate values using mathematical formulas and the data in
cells. An example of how a spreadsheet may be utilized is creating an overview of your bank's
balance. spreadsheet and worksheet mean the same thing. However, most people only refer to the
program as a spreadsheet program and the files it creates as spreadsheet files or worksheets.
Print spreadsheet
Can Create spreadsheets
Apply Customize basic settings on spreadsheet
Format spreadsheet
Insert chart in spreadsheet
Can Print spreadsheet
For effectively use these modules trainees are expected to follow the following module
instruction:
1. Read the specific objectives of this Learning Guide.
2. Follow the instructions described below.
3. Read the information written in the information in respectively.
4. Accomplish the “Self-check 1, Self-check 2, Self-check 3 and Self-check 4, Self-check 5,
Self-check 6 and self-check7” respectively.
5. If you earned a satisfactory evaluation from the “Self-check” proceed to “Operation Sheet.
6. Do the “LAP test” at the end page (if you are ready).
This unit will also assist you to attain the learning outcomes stated in the cover page.
Specifically, upon completion of this learning guide, you will be able to:
Open spreadsheet application, create spreadsheet files and enter numbers, text and
symbols into cells according to information requirements
Enter simple formulas and functions using cell referencing where required
Correct formulas when error messages occur
Edit columns and rows within the spreadsheet
Use the auto-fill function to increment data where required
Save spreadsheet to directory or folder
The purpose of a spreadsheet is to organize and calculate information. Spreadsheets are utilized
by many different businesses and organizations to perform a variety of tasks. The most commons
tasks performed by spreadsheet software include functions, computations, statistical analysis,
and formatting. This text will focus on excel when discussing spreadsheets.
Spreadsheets are an essential business and accounting tool. They can vary in complexity and can
be used for various reasons, but their primary purpose is to organize and categorize data into a
logical format. Once this data is entered into the spreadsheet, you can use it to help organize and
grow your business.
A spreadsheet is a file that exists of cells in rows and columns and can help arrange, calculate
and sort data. Data in a spreadsheet can be numeric values, as well as
text, formulas, references and functions.
A spreadsheet is a computer program that can capture, display and manipulate data arranged in
rows and columns. Spreadsheets are one of the most popular tools available with personal
computers. A spreadsheet is generally designed to hold numerical data and short text strings. In a
spreadsheet program, spaces that hold items of data are called spreadsheet cells. These can be
renamed to better reflect the data they hold and can be cross-referenced through row numbers
and column letters.
Below are some other popular uses of spreadsheets.
A. Finance
Spreadsheets are ideal for financial data, such as your checking account information, budgets,
taxes, transactions, billing, invoices, receipts, forecasts, and any payment system.
B. Forms
Form templates can be created to handle inventory, evaluations, performance reviews, quizzes,
time sheets, patient information, and surveys.
C. School and grades
Page 10 of 89 Ministry of Labor and Skills Operate Spreadsheet Application Date: September 2022
Version: 1
Author/Copyright
Fig1.1 window taskbar
When you open Excel 2016 for the first time, the Excel Start Screen will appear. From here,
you'll be able to create a new workbook, choose a template, and access
your recently edited workbooks.
From the Excel Start Screen, locate and select Blank workbook to access the Excel interface.
Page 11 of 89 Ministry of Labor and Skills Operate Spreadsheet Application Date: September 2022
Version: 1
Author/Copyright
Fig 1.3 excels interface
Page 12 of 89 Ministry of Labor and Skills Operate Spreadsheet Application Date: September 2022
Version: 1
Author/Copyright
1.2.2 Open spreadsheet To create a new blank workbook:
1. Select the File tab. Backstage view will appear.
Page 13 of 89 Ministry of Labor and Skills Operate Spreadsheet Application Date: September 2022
Version: 1
Author/Copyright
To open an existing workbook:
In addition to creating new workbooks, you'll often need to open a workbook that was
previously saved.
1. Navigate to Backstage view, then click Open.
Page 14 of 89 Ministry of Labor and Skills Operate Spreadsheet Application Date: September 2022
Version: 1
Author/Copyright
Fig 1.8 open dialog box
1.2.3 Enter numbers, text and symbols into cells
1. Click cell location A2 on the worksheet.
2. Type the word Month.
3. Press the RIGHT ARROW key. This will enter the word into cell A2 and activate the
next cell to the right.
4. Type Unit Sales and press the RIGHT ARROW key.
5. Repeat step 4 for the words Average Price and then again for Sales Dollars
Page 16 of 89 Ministry of Labor and Skills Operate Spreadsheet Application Date: September 2022
Version: 1
Author/Copyright
1.3 Enter simple formula and function use cell reference
Create formulas
Formulas are one of the most commonly used features of Excel. They can be used to carry out
simple addition and subtraction or far more complex mathematical calculations
Mathematical operators
Excel uses standard operators for formulas, such as a plus sign for addition (+), a minus sign for
subtraction (-), an asterisk for multiplication (*), a forward slash for division (/), and a caret (^)
for exponents.
All formulas in Excel must begin with an equals sign (=). This is because the cell contains, or is
equal to, the formula and the value it calculates.
The order of operations
Excel calculates formulas based on the following order of operations:
1. Operations enclosed in parentheses
2. Exponential calculations (3^2, for example)
3. Multiplication and division, whichever comes first
4. Addition and subtraction, whichever comes first
A mnemonic that can help you remember the order is PEMDAS,
or Please Excuse My Dear Aunt Sally.
Click the arrows in the slideshow below to learn how the order of operations is used to calculate
formulas in Excel.
Page 17 of 89 Ministry of Labor and Skills Operate Spreadsheet Application Date: September 2022
Version: 1
Author/Copyright
Operators – Operator is a sign or symbol that specifies the type of calculation such as; Addition
(+), Subtraction (-) and Multiplication (*).
Arithmetic Operator
Text Operator
Operators
Reference Operator
Arithmetic Operators
Operators Symbol Priority
Bracket operator () 1st
Exponential ^ 2nd
Multiplication Division *, / 3rd
Addition, Subtraction +, - 4th
Text Operators (&) :-is an ampersand symbol that used to concatenate or connect two pieces of
text values in to a single combined text value. i.e the two text operands should be enclosed with
double quotation marks.
Example “Micro” & “Soft” produce the concatenate word “Microsoft”
Comparison or Logical Operators is using comparison operators you can compare two or more
operands and produce the logical value True or False.
Page 18 of 89 Ministry of Labor and Skills Operate Spreadsheet Application Date: September 2022
Version: 1
Author/Copyright
Operators Symbols
- Equal to------------------------------------------------------------------ =
- Grater than--------------------------------------------------------------- >
- Less than---------------------------------------------------------------- <
- Greater than or equal than-------------------------------------------- >=
- Less than or equal to ------------------------------------------------- <=
- Not equal to ----------------------------------------------------------- < >
Reference Operator - References are actual cell address in the worksheet.
The basic MS-Excel reference operators are;
: (Colon) – a range reference that refers all cells or sheets between and including the two
references specified.
, (Comma) – a union operator that combines multiple non-adjacent references in to one
references.
Single Space – an intersection operator that produces one reference from the cells or ranges that
have references in common.
!(Exclamation Mark) – Used to separate sheet names from cell references.
There are two types of cell references: relative and absolute. Relative and absolute references
behave differently when copied and filled to other cells. Relative references change when a
formula is copied to another cell. Absolute references, on the other hand, remain constant no
matter where they are copied.
A. To create and copy a formula using relative references:
In the following example, we want to create a formula that will multiply each item's price by
the quantity. Instead of creating a new formula for each row, we can create a single formula in
cell D4 and then copy it to the other rows. We'll use relative references so the formula calculates
the total for each item correctly.
Page 19 of 89 Ministry of Labor and Skills Operate Spreadsheet Application Date: September 2022
Version: 1
Author/Copyright
1. Select the cell that will contain the formula. In our example, we'll select cell D4.
Page 20 of 89 Ministry of Labor and Skills Operate Spreadsheet Application Date: September 2022
Version: 1
Author/Copyright
Fig1.14 formula will be copy
6. Release the mouse. The formula will be copied to the selected cells with relative
references, displaying the result in each cell.
Page 21 of 89 Ministry of Labor and Skills Operate Spreadsheet Application Date: September 2022
Version: 1
Author/Copyright
B. Absolute references
There may be times when you do not want a cell reference to change when filling cells. Unlike
relative references, absolute references do not change when copied or filled. You can use an
absolute reference to keep a row and/or column constant.
An absolute reference is designated in a formula by the addition of a dollar sign ($) before the
column and row. If it precedes the column or row (but not both), it's known as a mixed
reference.
You will use the relative (A2) and absolute ($A$2) formats in most formulas. Mixed references
are used less frequently.
When writing a formula in Microsoft Excel, you can press the F4 key on your keyboard to
switch between relative, absolute, and mixed cell references. This is an easy way to quickly
insert an absolute reference.
To create and copy a formula using absolute references:
In the example below, we're going to use cell E2 (which contains the tax rate at 7.5%) to
calculate the sales tax for each item in column D. To make sure the reference to the tax rate stays
constant—even when the formula is copied and filled to other cells—we'll need to make
cell $E$2 an absolute reference.
1. Select the cell that will contain the formula. In our example, we'll select cell D4.
Page 22 of 89 Ministry of Labor and Skills Operate Spreadsheet Application Date: September 2022
Version: 1
Author/Copyright
2. Enter the formula to calculate the desired value. In our example, we'll type
=(B4*C4)*$E$2, making $E$2 an absolute reference.
Page 23 of 89 Ministry of Labor and Skills Operate Spreadsheet Application Date: September 2022
Version: 1
Author/Copyright
6.Release the mouse. The formula will be copied to the selected cells with
an absolute reference, and the values will be calculated in each cell.
Page 24 of 89 Ministry of Labor and Skills Operate Spreadsheet Application Date: September 2022
Version: 1
Author/Copyright
1.3.2 Function
A function is a predefined formula that performs calculations using specific values in a
particular order. Excel includes many common functions that can be used to quickly find
the sum, average, count, maximum value, and minimum value for a range of cells. In order to
use functions correctly, you'll need to understand the different parts of a function and how to
create arguments to calculate values and cell references.
In order to work correctly, a function must be written a specific way, which is called the syntax.
The basic syntax for a function is the equals sign (=), the function name (SUM, for example),
and one or more arguments. Arguments contain the information you want to calculate. The
function in the example below would add the values of the cell range A1:A20.
Arguments can refer to both individual cells and cell ranges and must be enclosed
within parentheses. You can include one argument or multiple arguments, depending on the
syntax required for the function.
For example, the function =AVERAGE(B1:B9) would calculate the average of the values in the
cell range B1:B9. This function contains only one argument.
Page 26 of 89 Ministry of Labor and Skills Operate Spreadsheet Application Date: September 2022
Version: 1
Author/Copyright
2. In the Editing group on the Home tab, click the arrow next to the AutoSum command.
Next, choose the desired function from the drop-down menu. In our example, we'll
select Sum.
3. Excel will place the function in the cell and automatically select a cell range for the
argument. In our example, cells D3:D12 were selected automatically; their values will
be added to calculate the total cost. If Excel selects the wrong cell range, you can
manually enter the desired cells into the argument.
Page 27 of 89 Ministry of Labor and Skills Operate Spreadsheet Application Date: September 2022
Version: 1
Author/Copyright
Fig 1.29 Result
The AutoSum command can also be accessed from the Formulas tab on the Ribbon.
Sometimes Excel comes across a formula that it cannot calculate. When this happens, it displays
an error value. Error values occur because of incorrectly written formulas, referencing cells or
data that don’t exist, or breaking the fundamental laws of mathematics.
#### Error
The #### error occurs when the column isn't wide enough to fit the cell data.
1. Double-click the line to the right of the column letter for the column containing the error.
Page 28 of 89 Ministry of Labor and Skills Operate Spreadsheet Application Date: September 2022
Version: 1
Author/Copyright
Fig 1.31 column narrow width
The column width automatically resizes to fit the widest string of text in the column, thus fixing
the error.
To resize all columns in the sheet at once, click the Select All button in the upper-left of the
worksheet before resizing a column’s width.
NAME Error
You'll see the #NAME? error when the text in the formula isn't recognized. Sometimes it's easy
to figure out the error, but other times you'll need help to determine what’s happening. For this
example, you’ll use Excel’s Error Checking feature to help fix the problem.
1. Select the cell with the #NAME? error.
2. Click the Formulas tab.
3. Click the Error Checking button.
Page 29 of 89 Ministry of Labor and Skills Operate Spreadsheet Application Date: September 2022
Version: 1
Author/Copyright
Fig 1.32 error check button
The Error Checking dialog box opens. The left side of the dialog box shows the formula that’s
causing the error and gives a description of what’s happening.
4. Select an error checking option at the right and fix the error.
Help on This Error: Displays information specific to the error type.
Show Calculation Steps: Demonstrates all steps leading to the error.
Ignore Error: Allows you to accept the formula as entered, without Excel
displaying the Error Checking Options smart tag.
Edit in Formula Bar: Allows you to edit the formula that is generating the error
in the Formula Bar.
2. Close the dialog box.
Page 30 of 89 Ministry of Labor and Skills Operate Spreadsheet Application Date: September 2022
Version: 1
Author/Copyright
Fig 1.33 close dialog box
The #NAME? error in the cell is replaced with the corrected formula.
VALUE! Error
The #VALUE! error tells you there’s something wrong with the cells you’re referencing or with
the way the formula is typed. This is a very general error and it can be tricky to pinpoint the
cause of it. This example uses the Trace Precedents feature to help fix the error.
1. Select the cell with the #VALUE! error.
2. Click the Trace Precedents button on the Formulas tab.
Page 31 of 89 Ministry of Labor and Skills Operate Spreadsheet Application Date: September 2022
Version: 1
Author/Copyright
Trace Precedents shows dots that indicate which cells affect the value of the currently selected
cell. This helps to visually locate the error.
3. Locate the cell that’s causing the error.
4. Correct the formula in the formula bar.
5. Click or press Enter.
Page 32 of 89 Ministry of Labor and Skills Operate Spreadsheet Application Date: September 2022
Version: 1
Author/Copyright
Fig 1.36 click enter
The cell updates to the correct result and the #DIV/0! Error is fixed.
REF! Error
You will get the #REF! error when a formula references a cell that’s not valid. This often
happens when referenced cells get deleted or pasted over.
1. Select the cell with the #REF! error.
2. Click in the formula bar and fix the error.
3. Click or press Enter.
Page 33 of 89 Ministry of Labor and Skills Operate Spreadsheet Application Date: September 2022
Version: 1
Author/Copyright
1.5 Edite column and row within the spreadsheet
By default, every row and column of a new workbook is set to the same height and width. Excel
allows you to modify column width and row height in different ways, including wrapping
text and merging cells.
To modify column width:
In our example below, column C is too narrow to display all of the content in these cells. We can
make all of this content visible by changing the width of column C.
1. Position the mouse over the column line in the column heading so the cursor becomes
a double arrow.
Page 34 of 89 Ministry of Labor and Skills Operate Spreadsheet Application Date: September 2022
Version: 1
Author/Copyright
Fig 1.40 column width change
With numerical data, the cell will display pound signs (#######) if the column is too narrow.
Simply increase the column width to make the data visible.
1.6 use AutoFill function to increment data in Excel
You will learn how to fill down series of numbers, dates and other data, create and use
custom lists in Excel.
Page 35 of 89 Ministry of Labor and Skills Operate Spreadsheet Application Date: September 2022
Version: 1
Author/Copyright
1.7 Save spreadsheet
It's important to save your workbook whenever you start a new project or make changes to an
existing one. Saving early and often can prevent your work from being lost.
1. Locate and select the Save command on the Quick Access Toolbar.
Page 36 of 89 Ministry of Labor and Skills Operate Spreadsheet Application Date: September 2022
Version: 1
Author/Copyright
Fig 1.44 dialog box
6. The workbook will be saved. You can click the Save command again to save your
changes as you modify the workbook.
You can also access the Save command by pressing Ctrl+S on your keyboard.
Page 37 of 89 Ministry of Labor and Skills Operate Spreadsheet Application Date: September 2022
Version: 1
Author/Copyright
Self-check-1
Test-I Multiple choices.
Instruction: Answer the following questions and put your answer.
I. Choose the correct answer from the given alternatives
1. Star Office Calc has a variety of
A. Buttons C. Options
B. Functions D. All
2. The cells are addressed in terms of
A. Row and column labels C. Rows
B. Row labels D. Columns
3. Which of the following data can be typed into a Spreadsheet cell?
(A) Formulae (C) Numbers
(B) Text (D) All of these
4. Which bar is used to display options?
(A) Menu (C) Formula
(B) Function (D) Status
5. The intersection of rows and columns creates
(A) Cells
(B) Worksheets
(C) Spreadsheets
(D) None of these
6.A group of cells is called a ________.
A
. cell cluster B. multicell
C. chart D. cell range
7.The intersection of a row and a column is called a ________.
A.
chart B. worksheet
C. sum D. cell
Page 38 of 89 Ministry of Labor and Skills Operate Spreadsheet Application Date: September 2022
Version: 1
Author/Copyright
Operation title 1: Create spreadsheet
Purpose: -
To familiarize with Microsoft excel 2016 environment.
To know how to work formula, function, edit column and row and enter data into cell.
Instruction: The Given necessary equipment, tools and materials you are follow the
necessary steps and use the given figure below (1.44), operate each task. You have given
1:30 hour for the task and you are expected to write the answer task.
Page 39 of 89 Ministry of Labor and Skills Operate Spreadsheet Application Date: September 2022
Version: 1
Author/Copyright
Task11: Calculate the Social Security Tax (S.S Tax), which is 6% of the Gross Pay; enter
a formula in cell F4 to multiply Gross Pay by 6%.
Task12: Calculate the Net Pay; enter a formula in cell G4 to subtract Social Security Tax from
Gross Pay.
13. Set the work sheet vertically and horizontally on the page.
14. Save your work.
Tools and requirement: - ICT room, computer, Printer, A4 paper, Mouse and keyboard,
Monitor, Basic Software, Documents and pen/pencil.
Precautions: Microsoft office is install.
Procedures:-in doing the task
Step-1: Click on start → All Application→Click Microsoft office excel 2016 → click blank
document
Step-2: enter data in to cell
Step-3: based on figure enter data each cell
Step-4: based on figure change format
Step-5: based on figure create formula and function
Step-6: the error is occurred to correct
Step-7: save the file based on the given
Quality Criteria: based on the figure check the task are properly done.
Page 40 of 89 Ministry of Labor and Skills Operate Spreadsheet Application Date: September 2022
Version: 1
Author/Copyright
LAP Test 3 Practical Demonstration
Instruction: The given necessary equipment, tools and materials you are follow the necessary
steps and use the given figure (1.)operate each task. You have given 1:30 hour for the task and
you are expected to write the answer.
Page 41 of 89 Ministry of Labor and Skills Operate Spreadsheet Application Date: September 2022
Version: 1
Author/Copyright
center section, and your ID number in the right section.
Task9: Create footer with DATE in the left section and TIME in the right section.
Task10: Save the file with name “LAB1”
Page 42 of 89 Ministry of Labor and Skills Operate Spreadsheet Application Date: September 2022
Version: 1
Author/Copyright
2.1 Adjust page layout
In Microsoft Excel there are several ways you can alter and edit the layout your work sheet.to
begin, it is advisable to view your worksheet page layout view as this shows the margin and ruler
as well as how the worksheet will appear when printed.
The Toolbar is an area where you can add different commands or tools associated with excel. By
default, it is located above the ribbon with different tools and visible in the Excel window’s
upper right corner. To increase customer friendliness, toolbars have become customizable
Page 43 of 89 Ministry of Labor and Skills Operate Spreadsheet Application Date: September 2022
Version: 1
Author/Copyright
according to the frequent use of different tools. Instead of a set of tools, excel gives us the option
to select and build a Quick Access Toolbar
The Toolbar in Excel is a shortcut tool to avoid searching for the commands you often use in the
worksheet. Using Toolbar in Excel is easy, and it helps us simplify access to the document’s
commands. Let’s understand the working of the Toolbar in Excel by some examples given
below.
To get more tools, you have the option to customize the Quick Access Toolbar simply by adding
the commands.
Click on the downward-facing arrow at the end of the Toolbar in Excel. A pop up will be
shown as Customize Quick Access Toolbar.
From the dropdown, you will get a list of commonly used commands. Click any of the
options that you want, and it will be added to the toolbar.
Page 44 of 89 Ministry of Labor and Skills Operate Spreadsheet Application Date: September 2022
Version: 1
Author/Copyright
Fig 2.4 custom quick access list
A new command is selected, and this will be added to the toolbar highlighted as the
command is added with already available tools.
In a similar way, you can add the tools which you want to access quickly. So instead of clicking
and finding the tools from the multiple hierarchies, you can access the option within a single
click.
In Microsoft Excel, a user can change the properties of text in any cell, including font type, size,
color, and make it bold, italic, or underlined. They can also change the color of a cell's
background and the border around a cell. The following picture is a graphic illustration of the
font and cell format bar in Excel with a description of each option.
Font is a general computer term and refers to the style, size and colour of the text and numbers
in your worksheet.
Page 45 of 89 Ministry of Labor and Skills Operate Spreadsheet Application Date: September 2022
Version: 1
Author/Copyright
2.3.1 Changing font type
To change the text font in a Microsoft Excel spreadsheet, follow the steps below.
1. Select the cell containing the text you want to change.
2. Click the down arrow next to the font field on the format bar. (If you want to change the
font to bold, italic, or underlined, click the B, I, or U on the format bar.)
3. After clicking the down arrow for the font, select from each of the installed fonts on your
computer. Click the font you want to use, and the text in the selected cell changes.
Page 47 of 89 Ministry of Labor and Skills Operate Spreadsheet Application Date: September 2022
Version: 1
Author/Copyright
2. After clicking the down arrow for the cell color, select the color you want to make the
cell background. If you want a different color than is available in the drop-down menu,
click the More Colors option (indicated by green arrow). Select the desired color in
the Colors window, and click OK.
Click the arrows in the slideshow below to learn more about the different text alignment options.
Center Align: Aligns content an equal distance from the left and right borders of the cell
Page 49 of 89 Ministry of Labor and Skills Operate Spreadsheet Application Date: September 2022
Version: 1
Author/Copyright
Top Align: Aligns content to the top border of the cell
Middle Align: Aligns content an equal distance from the top and bottom borders of the cell
Page 50 of 89 Ministry of Labor and Skills Operate Spreadsheet Application Date: September 2022
Version: 1
Author/Copyright
Fig 2.11 print pane
3. The new page margins will be displayed in the Preview pane.
You can adjust the margins manually by clicking the Show Margins button in the lower-right
corner, then dragging the margin markers in the Preview pane.
Page 51 of 89 Ministry of Labor and Skills Operate Spreadsheet Application Date: September 2022
Version: 1
Author/Copyright
2.6 View multiple spreadsheets concurrently
View multiple spreadsheet concurrent
You can also arrange multiple worksheets to view them all at the same time.
View two worksheets in the same workbook side by side
1. On the View tab, in the Window group, click New Window.
2. On the View tab, in the Window group, click View Side by Side .
3. In each workbook window, click the sheet that you want to compare.
2. On the View tab, in the Window group, click View Side by Side .
If you have more than two workbooks open, Excel displays the Compare Side by
Side dialog box. In this dialog box, under Compare Side by Side with, click the workbook
that contains the worksheet that you want to compare with your active worksheet, and then
click OK.
3. In each workbook window, click the sheet that you want to compare.
Page 52 of 89 Ministry of Labor and Skills Operate Spreadsheet Application Date: September 2022
Version: 1
Author/Copyright
2. Do one of the following:
If the worksheets that you want to view are in the same workbook, do the
following:
i. Click a worksheet that you want to view.
ii. On the View tab, in the Window group, click New Window.
iii. Repeat steps 1 and 2 for each sheet that you want to view.
If the worksheets that you want to view are in different workbooks, continue with
step 3.
3. On the View tab, in the Window group, click Arrange All.
4. Under Arrange, click the option that you want.
5. If the sheets that you want to view are all located in the active workbook, select
the Windows of active workbook check box.
Page 53 of 89 Ministry of Labor and Skills Operate Spreadsheet Application Date: September 2022
Version: 1
Author/Copyright
Self -check 2
Test-I Multiple choices
Instruction: Answer the following question and put your answer
1.Which bar is used to display options?
A. Menu B. Function
C. Formula D. Status
2.-------------- is the space between your content and the edge of the page.
A. page layout B. margin C. print pane D. none
Page 54 of 89 Ministry of Labor and Skills Operate Spreadsheet Application Date: September 2022
Version: 1
Author/Copyright
Unit Three: Format spreadsheet
This unit to provide you the necessary information regarding the following content coverage
and topics:
Use format features and tools
Insert headers and footers
This guide will also assist you to attain the learning outcomes stated in the cover page.
Specifically, upon completion of this learning guide, you will be able to:
Use format features and tools
Insert headers and footers
Excel formatting is an optional step following data preparation, or all of the data cleansing,
structuring, enriching, and standardizing necessary to prepare the data for analysis
format cells is used to modify the formatting of cell numbers without modifying the actual number.
With the help of the format cells, we can change the number, alignment, font style, Border style,
Fill options, and Protection.
With the help of the formatting, we can present our data correctly; for example, formatting
as dates or currency will provide more value to our data.
Merging and aligning our data is a vital aspect of making our data more readable.
Formatting our text by increasing the Size, bolding, adding italics, or changing the
fonts will improve the overall appearance of our worksheet.
Using styles (like table styles) can make our data stand out and helps the reader to focus on
crucial portions of the worksheet.
Conditional formatting is a useful tool for highlighting crucial portions of our worksheet
graphically or visibly. These are dynamic tools. The Highlighted region changes as our data
changes.
With the help of the formatting, we can highlight specific data such as profit or loss in
business. Now,
Page 56 of 89 Ministry of Labor and Skills Operate Spreadsheet Date: September
Author/Copyright Application 2022
Version 1
In order to format data in Excel, we'll do the following things:
We will apply the outline border with the help of the shortcut that is (Alt+H+B+T),
After selecting the full table (using Ctrl+A), use the shortcut key (Alt+H+O+I) to adjust the
column width.
To alter the background, use the 'Fill Color' command in the 'Font' group on 'Home'
Instruction: write short answer for the given question. You are provided 2minutes for each
question and each point has 3 Points.
Instruction I: Given necessary equipment, tools and materials you are required to perform the
following tasks within 1hours.
Instruction: The given necessary equipment, tools and materials you are follow the necessary steps
and operate each task. You have given 1hour for the task and you are expected to write the answer
Task1: To open MS office excel 2016 then Create a new blank document and save it as name
format_spreadsheet on your desktop. Use of following information column header name
(Id,Tname,sex,age,phone number,address & date of birth),header name=”WDDA” and footer
name=”Next”format cell(number=General, text alignment=cent, font type=caliberia,font
styl=Bold,font size=20 and font color=green) and for column header name use appropriate change
format then based on the given information to prepare the document,Remove header and footer
custom header and footer. For this operation you have given 1:30 hour and you are expected to
provide the answer on the given.
1. We must first select “Text” from the “Insert” tab and then click “Object.”
2. Then, select “Create New” to embed a new blank file. Remember, only file types are shown
in “Object type” that can be embedded in the Excel worksheet.
3. Now, choose a file type to embed. For example, we have selected a “Microsoft Word
Document,” now click “OK.”
Step 2: Select “Create from File” and click “Browse” to embed an existing file into the worksheet.
Remember, only file types are shown in “Object Type” that can be embedded in the Excel
worksheet.
Step 3: Now click “OK.” The file icon will be displayed on the worksheet.
In addition to chart types, you'll need to understand how to read a chart. Charts contain several
different elements, or parts, that can help you interpret the data.
If you don't want to add chart elements individually, you can use one of Excel's predefined layouts.
Simply click the Quick Layout command, then choose the desired layout from the drop-down
menu.
Instruction I: Given necessary equipment, tools and materials you are required to perform
the following tasks within 1hours.
Instruction: The given necessary equipment, tools and materials you are follow the necessary
steps and operate each task. You have given 1hour for the task and you are expected to write
the answer
Task1: To open MS office excel 2016 then Create a new blank document and save it as
name object_chart on your desktop. Use of the following information column name
(Id,Tname,sex,age,phone number,address & date of birth),header name=”WDDA” and footer
name=”Next”format cell(number=General, text alignment=cent, font type=caliberia,font
styl=Bold,font size=20 and font color=green) and for column header name use appropriate
change format then based on the given information to prepare the document,Remove header
and footer custom header and footer. For this operation you have given 1:30 hour and you are
expected to provide the answer on the given.
Task2:based on the task1 information to create a chart by using all type of chart use select
data into spreadsheet.
Task3:Adjust chart layout style
Task3:change column chart into line chart
Unit Five: Print spreadsheet
This unit to provide you the necessary information regarding the following content coverage
and topics:
Previewing spreadsheet
Selecting basic printer options
Printing spreadsheet
This guide will also assist you to attain the learning outcomes stated in the cover page.
Specifically, upon completion of this learning guide, you will be able to:
Previewing spreadsheet in print preview mode
Selecting basic printer options
Printing spreadsheet or selected part of spreadsheet
4. Click Print.
Fig 5.6 click print
Self-check-5
Test-I Multiple choices
Instruction: Answer the following questions and put your answer.
1. To print a document, press ___
A. Ctrl+ P
B. Alt + p
C. Tab+ P
D. None of these
2. To see the document before the printout is taken, use
A. Print Preview
B. Format pointer
C. Cut
D. Paste
Reference
Book (download from google.scholar)
1. QuickStart Guide - From Beginner to Expert (Excel, Microsoft Office Series) by William Fischer, 2016,
1533137951, 9781533137951
2. The Unofficial Guide to Microsoft Office Excel 2007 - Page 55
JuliaKelly, Curt Simmons · 2007
3. Building Financial Models with Microsoft Excel: A Guide for ...
K. Scott Proctor · 2004
4. Excel 2019 Power Programming with VBA - Page 181
Michael Alexander, Dick Kusleika · 2019
5. Excel 2013 Power Programming with VBA - Page 315
John Walkenbach · 2013
6. Excel Formulas and Functions 2020: The Step by Step Excel ...
Adam Ramirez · 2020 ·
Website Link
1. https://spreadsheetdaddy.com/excel/how-to-change-line-spacing
2. https://www.examtiger.com/mcq/excel-sample-mcq-online-gk-test/page/3/
3. https://www.informit.com/articles/article.aspx?p=1326489&seqNum=4
4. https://support.microsoft.com/en-us/office/ways-to-format-a-worksheet-d5efbdb5-b79b-475a-8c56-
99aad944b030
5. https://turbofuture.com/computers/How-to-Format-Spreadsheets-in-Microsoft-Excel
6. https://www.venasolutions.com/blog/financial-planning-analysis/how-to-format-your-excel-spreadsheet-
10-tips
7. https://meritnotes.com/computer-quiz/spreadsheet-mcq/3-633/
8. https://support.microsoft.com/en-us/office/change-line-spacing-8690fcda-1a4c-41fe-bf43-439f7c5d3c7a
Participants of this Module (training material) preparation