• UNIT 1: ADVANCED SPREAEDSHEET II

    Key Unit competence: Use the full potential of the spreadsheet to manipulate data.

    1.0 INTRODUCTORY ACTIVITY

    1. Using Ms Excel summarize the number of expectant mothers and children under 2 years in the cells of Muhororo Sector who must receive mosquito nets

    B

    a. Which cell that has more expectant mothers to receive mosquito nets?

    b. Which cell that has more children under age Two?

    c. Calculate the average number of children to receive mosquito nets in Muhororo

    d. Which cell has less children under age Two?

    1.1. Advanced Spreadsheet functions

    1.1.1. Logical functions

    ACTIVITY 1.1

    H

    B

    a. Write an Excel function to find students who are to be rewarded with laptops, dictionaries and those not rewarded

    b. Determine the number of students that have not been rewarded?

    c. How many laptops and dictionaries will be given?

    d. In which subject does Kamali have more marks?

    e. In which subject does Mutoni have minimum marks

    f. Use Excel logical functions to fill the table above

    A condition is an expression that either evaluates to true or false. The expression could be a function that determines if the value entered in a cell is of numeric or text data type, if a value is greater than, equal to or less than a specified value, etc.

    Logical Function is a feature in Excel that allows excel users to introduce automated decision-making when executing formulas and functions.

    The role of functions in this is to check if a condition is true or false. It combines multiple conditions together and comes up with a result depending on the result of the evaluation of the condition.

    a. IF Function

    The If function checks whether data in a cell meets a certain condition and returns one value which can be True or False

    • Syntax: = IF(Logical_test, Value_If_True, Value_If_False )

    The If function takes as arguments the logical test, checks if it evaluates to true and if so returns as a result the content of the second argument and if false the content of third argument is returned

    •  Example 1:

    B

                                              Figure 1. 1. The use of If function to compare names

    In the above example the If function with its arguments is entered in the cell where the result is to appear.

    To apply that function in other cells proceed like this:

    1. Place the cursor in the bottom corner of the cell

    2. Hold down the left key, scroll down to other cells and release the left button

    The If function in the above examples checks if the two names are alike and if yes, the function writes MATCH in the cell, if not the function writes DON’T MATCH

    • Example 2:

    Considering the marks obtained by Irasubiza, Karenzi, Byukusenge and Shyaka in ICT, Maths and English. The If function checks if the marks are greater than 87 and gives to the candidate the Very Good note else the Good note is given.

    B

                                                                Figure 1. 2. Use of if function to award grades

    b. AND Function

    The Excel AND function is a logical function used to test if two or many conditions are true. The result is TRUE if all the conditions are true else the result is FALSE

    • Syntax: =AND (Logical1, Logical2, logical3,…)
    •  Example:

    In the table below the And function checks if people in the table studied

    Education and that their age is greater than 18

    B

                                               Figure 1. 3. Results of And function and on the left functions used

    Note: the And function may have more than two arguments and for the results to be True all the arguments must evaluate to TRUE and if one of the arguments is false all the result is FALSE

    Interpretation of the results:

    The second, fourth, fifth and seventh rows evaluate to True as the education for all those rows is Education and the age is greater than 18 while the remaining rows evaluate to FALSE as they don’t meet the two criteria.

    c. FALSE Function

    The FALSE function takes no arguments and generates the Boolean value FALSE.

    It is used to compare the results of a condition or function that either returns true or false

    • Syntax: =False egg

    The false function takes no argument but just returns the logical value False

    • Example: The False function used in the example below returns FALSE if the age entered in C2 is less than 10 (C2<10)

    B

                                                 Figure 1. 4. The use of the False function in Excel

    Interpretation:

    The used function “=IF(C2<10,FALSEegg)” will check if the C2 cell data is less than 10, if so it will return False as a result else it will return True. The same function will be applied to other cells by changing the cell position

    d. NOT Function

    The Excel NOT function returns the opposite of a given logical or Boolean value. When given TRUE, NOT returns FALSE. When given FALSE, NOT returns TRUE. Use the NOT function to reverse a logical value.

    • Syntax: =NOT(Logical)

    The not function takes one logical expression as an argument. It returns an error if more than one argument is used.

    •  Example

    The table below will have all its content returned to True by the use of the NOT function. If the results to reverse were got by using a formula the Not function can be put in front of the function/formula to make the latter an argument of the Not function.

    H

                                                              Figure 1. 5. Not function and its results

    Note: If the results in column D2 were got by using the function

    “=IF(C2<10,FALSEegg)” the result in column E2 can be got by using the function

    “=NOT(IF(C2<10,FALSEegg))”. As always the formula/function in one cell can be applied to other cells by pasting it in those cells

    e. The OR function

    The OR function is a logical function to test multiple conditions at the same time. OR returns either TRUE or FALSE.

    •  Syntax: = OR(logical1, Logical2, …)
    • Example:

    The OR function in the screenshot below checks for students who got more than 70% as the Pass mark in anyone of the three tests.

    K

                                   Figure 1. 6. The OR function to test if any of the arguments is true

    APPLICATION ACTIVITY 1.1

    1. Give the difference between IF and AND functions?

    2. Which of these three functions in column B will give you TRUE as an answer?

    K

    1.1.2. Advanced Math Spreadsheet functions

    ACTIVITY 1.2

    You are given the following data in Microsoft Excel data sheet.

    K

    Answer below questions:

         1. Convert ICT marks into Roman style?

         2. Discuss on how to calculate the modulus of the students’ marks?

        3. Calculate the square root of student average marks?

        4. Discuss the conversion from roman style to Arabic style number?

    Mathematical functions are used to calculate values basing on what is in cells, perform operations on a cell content, fetch values after an operation based on the search criteria and much more. Some of the functions to be seen here are

    Abs egg, Arabic egg, Roman egg, Base egg, Mod egg and Sqrt egg

    a. ABS

    The Excel ABS function returns the absolute value of any provided number.

    The syntax of the function is: ABS (number)

    Where the numerical argument is the positive or negative numeric value for which the absolute value is to be calculated.

    Examples:

    K

                                                    Figure 1. 7. Example of the use of Abs Function

    b. ARABIC

    The Excel Arabic function converts a Roman numeral into an Arabic numeral.

    The syntax of the function is: ARABIC (text)

    Where the text argument is a text representation of a Roman numeral not exceeding 255 characters.

    Note that:

    •  If supplied directly to the function, the text argument must be encased in quotation marks;
    • If an empty text string is supplied, the Arabic function returns the value 0;
    • The Arabic function was only introduced in Excel 2013 and so is not available in earlier versions of Excel.

    Below are five examples of converting ARABIC to NUMBERS

    K

                                            Figure 1. 8. Results of using an Arabic function

    c. ROMAN

    The Excel ROMAN function converts an Arabic number to a Roman number.

    This means that if a function is supplied with an integer, the function returns a text string showing the Roman numeral form of the number.

    The syntax of the function is: ROMAN (Number, [form])

    • Where Number is any Arabic number and the form specifies the presentation format of the Roman number to be calculated. The formats to choose from are displayed after writing the number to convert and writing the comma but the default (classic) is used.

    K

    • Roman Function use examples

    In the following spreadsheet, the Excel Roman function is used to convert the number 1999 to different forms of Roman numerals.

    K

    d. BASE

    The Excel Base function converts a number into a supplied base and returns a text representation of the calculated value. The Base function was introduced in Ms Excel 2013 and therefore, it is not available in earlier versions of Excel.

    The spreadsheet below shows three examples of the Excel Base Function.

    J

    e. MOD

    The Excel MOD function returns the remainder of a division between two supplied numbers.

    The syntax of the function is: =MOD (number, divisor)

    The spreadsheet below shows four simple examples of the Excel Mod function.

    B

    f. SQRT

    The Excel SQRT Function calculates the positive square root of a supplied number.

    The syntax of the function is: SQRT (number)

    •  Where the number argument is the numeric value for which the square root is to be found.

    If the supplied number is negative, the Sqrt function returns the #NUM! Error.

    •  Excel Sqrt Function Examples

    The following spreadsheet shows three simple examples of the Excel Sqrt function

    J

    .APPLICATION ACTIVITY 1.2

    1. What is the difference between MOD and SQRT Functions

    2. Using Excel change the following Roman into Arabic style

       a. MCCIII

       b. XLIX

       c. CMV

       d. XXIII

    1.1.3. Advanced Statistical Spreadsheet functions

    ACTIVITY 1.3

    The table below contains students’ marks.

    B

    Answer the questions that follow:

        a. Calculate the average marks of every student

        b. Give the name of the one who has more marks in:

           i. ICT

          ii. Science

          iii. Mathematics

    a. AVERAGE

    The AVERAGE function in Excel returns the arithmetic mean of a list of supplied numbers, where the number arguments are a set of one or more numeric values, or arrays of numeric values, for which the average is to be calculated.

    •  Syntax of AVERAGE Function in Excel = Average (Number1, Number2,…)

    An example of how Average function is used is displayed in the screenshot below:

    F

    b. AVERAGEIF

    AVERAGEIF Function in Excel finds and returns the average of array that meets the specific condition. The AVERAGEIF function in Excel supports logical operators (>, <, <>, =)

    •  Syntax of AVERAGEIF Function in Excel: =AVERAGEIF (range, criteria, [average_range])

    Where:

    •  Range: An Array of range to be tested against the supplied criteria.
    •  Criteria: The criteria or condition on which average has to be calculated.
    •  [average_range]: An optional array of numeric values for which the average is to be calculated.

    Example of AVERAGEIF Function in Excel

    In the Excel screenshot below the averages of cells meeting certain conditions have been calculated. Those conditions are: cells with scores greater than 70, average for Irasubiza and average for science courses.

    H

    c. LARGE

    The LARGE Function in Excel returns the largest value from an array of numeric values.

    • The syntax of LARGE Function is =LARGE (array, k)

    Where:

    •  Array – An array of numeric values from which to find the Kth largest value.
    •  K- The index. Value of K that is passed to find the Kth largest value.

    Example of LARGE Function in Excel:

    H

    Interpretation:

    •  First Example finds the 2nd Largest Value as 89
    •  Second Example finds the 5th Largest Value as 72
    •  Third Example finds the 7th Largest Value as 55

    d. MAXIFS

    MAXIFS function in Excel returns the Maximum value from the set of supplied numbers that meets some specific conditions. In other terms it returns the maximum if a condition is met. The MAXIFS function in Excel supports logical operators (>, <, <>, =) and wildcards characters (*,) for pattern matching. Syntax of MAXIFS Function in Excel:

    • MAXIFS( max_range, criteria_range1, criteria1, [criteria_range2, criteria2], … )

    Where:

    •  max_range: is the range of numeric values from which to find the maximum value if the conditions are satisfied.
    •  criteria_range1: is an array of values to be tested against the criteria “criteria1”.
    •  criteria1: is the condition to be tested against the values in criteria_ range1

    Example of MAXIFS Function in Excel

    h

    •  First two examples states the use of logical operation in MAXIFS function with conditions.
    •  Last two examples states the use of wildcards in MAXIFS function with two conditions.

    e. MEDIAN

    MEDIAN function in Excel returns the statistical median or middle value of a list of supplied numbers.

    Syntax of MEDIAN Function in Excel is: = MEDIAN (number1, [number2], …)

    Where the number arguments are a set of one or more numeric values for which to calculate the median.

    An example of how the Median function is used in Excel is shown in the table below:

    b

    •  When the total number of supplied values is odd, the median is calculated as the middle number in the group.
    •  When the total number of supplied values is even, the median is calculated as the average of the two numbers in the middle.
    •  Cells containing Text values, logical values, or no value are ignored.

    f. MINIF Function

    The Excel MINIFS function returns the smallest numeric value that meets one or more criteria in a range of values. MINIFS can be used with criteria based on dates, numbers, text and other conditions.

    Syntax:

    b

    g. MODE Function

    MODE function in Excel returns the mode which is the most frequently occurring number in a group of supplied arguments.

    The Syntax of MODE Function in Excel is =MODE (number1, [number2],…)

    Where the number of arguments are a set of one or more numeric values for which you want to calculate the mode.

    b

    Cells containing Text values, logical values, or no value are ignored.

    •  Mode (most frequently occurring value) is calculated row wise in above example.

    APPLICATION ACTIVITY 1.3

    b

    1.1.4. Text spreadsheet functions

    ACTIVITY 1.4

    n

    Excel has functions which facilitate an automatic manipulation of text which would take too much time if it was done manually.

    For example in the case presented in the activity above if one has to combine data from two rows into one for a total of 1000 rows by copying data from one row and pasting it next to data in the other row and if one can do one row in 2 seconds, the whole exercise would take up to 33 minutes. Considering that some names which are in upper case must be in lower case and some in lower must be in upper which would require rewriting the names the whole exercise can take up to an hour.

    That is where Excel ingeniosity comes in by providing functions which can allow one to do this in less than one minute. The section below explore the functions that can be used to do such a task

    a. CHAR

    The CHAR function returns the character based on the ASCII value. The CHAR function is a built-in function in Excel that is categorized as a String/Text Function.

    The syntax for the CHAR function is:

    •  CHAR( ascii_value )

    The ASCII value is used to retrieve the character.

    Example: Explore how to use the CHAR function as a worksheet function in Microsoft Excel:

    v

    Based on the Excel spreadsheet above, the following use of the CHAR function would return:

    =CHAR(A1) : Gives Result: “v”

    =CHAR(A2) : Gives Result: “@”

    =CHAR(72) : Gives Result: “H”

    =CHAR(109) : Gives Result: “m”

    b. CONCATENATE

    The CONCATENATE function in Excel is designed to join different pieces of text

    together or combine values from several cells into one cell.

    The syntax of Excel CONCATENATE is as follows:

    CONCATENATE (text1, [text2], …)

    Where text is a text string, cell reference or formula-driven value.

    Below is an example of using the CONCATENATE function in Excel in which data from two cells has been combined.

    The simplest CONCATENATE formula to combine the values of cells A1 and B1 is as follows:

    =CONCATENATE(A1, B1)

    b

    c. UPPER

    The UPPER function is a built-in function in Excel that is categorized as a String/

    Text Function. It converts a text (String) into uppercase

    Example:

    A1==” better technology for the best future” =UPPER(A1)

    Result: “BETTER TECHNOLOGY FOR THE BEST FUTURE”

    d. LOWER

    The LOWER function is used to convert text (String) into small cap text

    Example: B1=”EXCEL SCIENCES THROUGH TECHNOLOGY” =LOWER (B1)

    Result: excel sciences through technology

    APPLICATION ACTIVITY 1.4

    b

    1.2. Using formula & functions from different sheets

    ACTIVITY 1.5

    v

    When the workbook has many sheets there is a possibility to get data from one sheet into another by using formula or functions.

    Example 1:

    Consider the example below which are data from two different sheets named Sheet1 and Sheet2. These sheets contain marks for ICT and for Biology. The teacher wants to make totals for each student for the two subjects and keep those totals in a separate sheet “Sheet3”

    v

    To achieve this go to the table in Sheet3 where totals of data from the two sheets

    has to be done then in the TOT column cell C3 write the formula to use which is =Sheet1!C3+Sheet2!C3

    Meaning that data from cell C3 of Sheet1 is added to data from cell C3 of sheet2

    You can do this by writing formula from scratch or by:

    •  Writing the equal sign in the cell where total is to be written
    •  Going to the cell containing the first data to be added and selecting it
    •  Writing the + sign
    •  Selecting second data to be added by going to the sheet containing that data and selecting the right cell and lastly hitting enter

    The formulas used to calculate the totals for the example above are in the image below:

    b

    Example 2:

    Consider another example in which two sheets Sheet1 and Sheet2 contains data (score) on different subjects. The average of marks contained in the two sheets is going to be calculated and kept in Sheet1. The formula used is

    =AVERAGE(C2:C10,Sheet2!C2:C10)

    g

    Consider the screenshots of excel tables containing data from the three sheets Sheet1, Sheet2 and Sheet3

    b

    a. Calculate the total and average of every student per sheet

    b. Calculate the total1, total 2 and total 3 into total 3 of the third sheet

    c. Calculate the average1, average 2 and average 3 into average 3 of the third sheet

    1.3. Protecting worksheet style, contents and elements

    ACTIVITY 1.6

    At the end of the school year, GS Kamucyo teachers receive student reports so that they may fill in marks for the third term , do totals and average for the whole year. However the head teacher fears that teachers may mistakenly change even marks for Term I and Term II

           a. Which advice would you give to the head teacher on what to do in order to avoid this?

           b. If this advice is adopted, teachers won’t be able to edit term I and

    II. What can be done to allow them to do it if it is found necessary?

    1.3.1. Protecting & unprotecting worksheet;

    Worksheet protection is to prevent other users from accidentally or deliberately changing, moving, or deleting data in a worksheet, you can lock the cells on your Excel worksheet and then protect the sheet with a password.

    With worksheet protection, you can make only certain parts of the sheet editable and users will not be able to modify data in any other region in the sheet.

    Rules to follow for protecting worksheets with strong protection

    a. Protect your sheets with strong passwords that include different types of alpha numeric characters and special symbols. At that, try to make passwords as random as possible

    b. Protect the workbook structure to prevent other people from adding, moving, renaming or deleting the sheets.

    c. For workbook-level security, encrypt the workbook with different passwords from opening and modifying.

    d. If possible, store your Excel files with sensitive information in a secure location, e.g. on an encrypted hard drive.

    To protect a sheet in Excel 2016, 2013 and 2010, perform the following steps.

    a. Under the Review tab click on Protect Sheet.

    b. Type the password and click on Ok

    c. Reenter password and click on Ok

    When a sheet is protected, anyone will be able to read data but will not be able to modify it and once data in that sheet is modified this message below will be displayed

    g

    1.3.2. Lock &unlock cells, style, contents and other elements

    a. How to Lock Cells for Editing and Protect Formulas

    When a sheet is shared while some sheet cells must not be modified some rules have to be set so that data can be modified by anyone who wants it but not modified by someone who does not have the right to do so. In the table below a list of products will be sent to the customers. Customers will be able to modify some product records.

    b

    The great news is that you can lock cell, or a whole range of cells, to keep your

    work protected. Here’s how to prevent users from changing some cells.

    Type a password in the corresponding field.

    Be sure to remember the password or store it in a safe location because you will need it later to unprotect the sheet.

    Select locked cells .

    If only these two options are selected, the users of your sheet, including yourself, will be able only to select cells (both locked and unlocked).

    b

    If the worksheet protection is nothing more than a precaution against accidental modification of the sheet contents by yourself or by the members of your local team, you may not want to bother about memorizing the password and leave the password field empty 

    Select the actions you allow the users to perform.

    b. How to unprotect Excel sheet with password

    To lock only specific cells and ranges in a protected worksheet

    Follow these steps:

    1. Select the cells you want to lock.

    2. On the Home tab, in the Alignment group, click the small arrow to open the Format Cells popup window.

    3. On the Protection tab, select the Locked check box, and then click OK to close the popup.

    4. Right-click the sheet tab, and select Unprotect Sheet from the context menu.

    b

    On the Review tab, in the Changes group, click Unprotect Sheet.

    •  On the Home tab, in the Cells group, click Format, and select Unprotect Sheet from the drop-down menu.

    b

    Figure 1.30. Unprotect sheet second method

    APPLICATION ACTIVITY 1.6

    g

    1.4. Data validation

    ACTIVITY 1.7

    b

    Excel Data Validation is a feature that restricts (validates) user input to a worksheet. Technically, you create a validation rule that controls what kind of data can be entered into a certain cell.

    Here are just a few examples of what Excel’s data validation can do:

    •  Allow only numeric or text values in a cell.
    •  Allow only numbers within a specified range.
    •  Allow data entries of a specific length.
    •  Restrict dates and times outside a given time frame.
    •  Restrict entries to a selection from a drop-down list.
    •  Validate an entry based on another cell.
    •  Show an input message when the user selects a cell.
    •  Show a warning message when incorrect data has been entered.
    •  Find incorrect entries in validated cells.

    For instance, you can set up a rule that limits data entry to 4-digit numbers between 1000 and 9999. If the user types something different, Excel will show an error alert explaining what they have done wrong. The window below shows a warning message that appears when data outside of the range (1000-9999) is entered.

    b

    How to do data validation in Excel

    1. Select the cell(s) you want to create a rule for.

    2. Select Data >Data Validation.

    b

    3. On the Settings tab, under Allow, select an option.

    b

    4. Under Data, select a condition:

    k

    5. On the Settings tab, under Allow, select an option:

    6. Set the other required values, based on what you chose for Allow and Data. For example, if you select between, 

         then select the Minimum: and maximum: values for the cell(s).

    7. Select the Ignore blank checkbox if you want to ignore blank spaces.

    8. If you want to add a Title and message for your rule, select the Input Message tab, and then type a title and input message.

    9. Select the Show input message when cell is selected checkbox to display the message when the user selects or hovers over the selected cell(s).

    10. Select OK.

    As an example, let’s make a rule that restricts users to entering a whole number between 1000 and 9999:

    b

                                     Figure 1.35 range number between 1000 to 9999

    With the validation rule configured, either click OK to close the Data Validation window or switch to another tab to add an input message or/and error alert.

    3. Add an input message (optional)

    If you want to display a message that explains to the user what data is allowed in a given cell, open the Input Message tab and do the following:

    •  Make sure the Show input message when cell is selected box is checked.
    •  Enter the title and text of your message into the corresponding fields.
    •  Click OK to close the dialog window.

    n

                                Figure 1.36 Input Message

    As soon as the user selects the validated cell, the following message will show up:

    b

    4. Display an error alert (optional)

    To configure a custom error message, go to the Error Alert tab and define the following parameters:

    •  Check the Show error alert after invalid data is entered box (usually selected by default).
    •  In the Style box, select the desired alert type.
    •  Enter the title and text of the error message into the corresponding boxes.
    •  Click OK.

    b

    APPLICATION ACTIVITY 1.7

    1. Define the following Terms:

           a. Data validation

           b. Input message

           c. error Alert

    2. What is the benefit of validating a document?

    3. Analyze the table below and Apply an input message to IdNumber

    k

    4. Validate column IdNumber so that the entered number must be between 1000 and 7777

    1.5. Using other Excel templates

    ACTIVITY 1.8

    j

    Microsoft Excel templates are a powerful part of Excel experience and a great way to save time. Excel templates can also help you create consistent and attractive documents that will impress your colleagues or supervisors.

    Templates are especially valuable for frequently used document types such as Excel calendars, budget planners, invoices, inventories and dashboards.

    a. Creating a workbook from an existing Excel template

    Instead of starting with a blank sheet, you can quickly create a new workbook based on an Excel template. The right template can really simplify your life since it makes the most of tricky formulas, sophisticated styles and other features of Microsoft Excel that you might not be even familiar with.

    To make a new workbook based on an existing Excel template, perform the following steps.

    •  Switch to the File tab
    •  Click New

    Templates provided by Microsoft displayed.

    b

    1. To preview a certain template, simply click on it. A preview of the selected template will show up along with the publisher’s name and additional details on how to use the template.

    2. If you like the template’s preview, click the Create button to download it.

    For example, I’ve chosen a nice mini calendar template for Excel:

    b

    That’s it - the selected template is downloaded and a new workbook is created based on this template right away.

    b

    b. Finding more templates

    To get a bigger selection of templates for your Excel, type a corresponding keyword in the search bar:

    v

    If you are looking for something specific, you can browse available Microsoft Excel templates by category. For example, see how many different calendar templates you can choose from:

    v

    Note. When you are searching for a certain template, Microsoft Excel displays all relevant templates that are available on the Office Store.

    c. Making a custom Excel template

    Making your own templates in Excel is easy. You start by creating a workbook in the usual way, and the most challenging part is to make it look exactly the way you want. It is definitely worth investing some time and effort both in the design and contents, because all formatting, styles, text and graphics you use in the workbook will appear on all new workbooks based on this template.

    In an Excel template, you can use save the following settings:

    • The number and type of sheets
    •  Cell styles and formats
    •  Page layout and print areas for each sheet
    •  Hidden areas to make certain sheets, rows, columns or cells invisible
    •  Protected areas to prevent changes in certain cells
    •  Text that you want to appear in all workbooks created based on a given template, such as column labels or page headers
    •  Formulas, hyperlinks, charts, images and other graphics
    •  Excel Data validation options such as drop-down lists, validation messages or alerts, etc.
    •  Calculation options and window view options.
    •  Macros and ActiveX controls on custom forms

    Note: Once you’ve created the workbook, you just need to save it as a .xlt or .xltx

    file (depending on which Excel version you use) instead of usual .xls or .xlsx.

    If you need the detailed steps, here you go:

    •  In Excel 2013, click File
    •  In the Save As dialogue, in the File name box, type a template name.
    •  Under Save as type, select Excel Template (*.xltx) if you are using Excel 2013, 2010 or 2007.In earlier Excel versions, select Excel 97-2003 Template (*.xlt).

    If your workbook contains a macro, then choose Excel Macro-Enabled Template (*.xltm).

    When you select one of the above template types, the file extension in the File

    Name field changes to the corresponding extension.

    n

    1. Click the Save button to save your newly created Excel template.

    Where to download Excel templates

    As you probably know, the best place to look for Excel templates is Office. com. Here you can find a great lot of free Excel templates grouped by different categories such as calendar templates, budget templates, invoices, timelines,

    inventory templates, project management templates and much more.

    b

    To download a particular Excel template, simply click on it. This will display a brief description of the template as well as the Open in Excel Online button.

    APPLICATION ACTIVITY 1.8

    1. Define the following Terms:

         a. Microsoft Excel template

         b. Business

         c. Calendars

    2. Design your personal Card using Microsoft Excel template (be specific)

    3. You want to request a loan in BK

          a. Using Loan Amortization template calculate the monthly payment

         b. In which year will you finish paying?

         c. Calculate the total interest to pay

         d. If you get more means and you want to pay one year before the end of your contractual payment how much money will you

              save on unpaid interest

    END UNIT ASSESSMENT

    ok



  • UNIT 2: ADVANCED POWER POINT PRESENTATION

    Key Unit competence: Create a power point presentation to address a bigger audience

    2.0 INTRODUCTORY ACTIVITY

    Observe the image below: and answer related questions

    B

    Answer the two question below and do what is requested in question 3

    1. What is the application program that is opened in the projection

    2. What is the use of the opened program mentioned above

    3. Connect a projector to your computer and present your work

    2.1. Create and manage presentations

    2.1.1. Creating, copying and inserting slides

    ACTIVITY 2.1

    J

    A presentation is an organized report or message prepared as a talk before an audience, with the help of a computer program.

    A presentation software is a program used to create slide shows for presentation on screen to an audience. Example of programs/software which can be used to create presentations are the following:

            -- Harvard Graphics,
           -- Corel Presentations,
           -- Lotus Freelance Graphics
          -- Microsoft PowerPoint

    The role of Presentation applications is to help the presenter convey the message easily.

    Microsoft PowerPoint is presentation software commonly used when planning to give a talk as a presentation. The purpose of the talk may be to inform, create awareness, present strategies or to sell a product or service.

    A PowerPoint presentation is made by slides and it can be done on computer screen if the audience is very small and if the audience is large the computer can be connected to a projector that projects the image onto a large screen or a wall.

    2.1.1.a. Starting PowerPoint Presentation

    To start Microsoft PowerPoint 2013 go through these steps:

    • Click to the start icon
    •  Select and click on PowerPoint 2013 located on the startup menu
    •  Click on one of the PowerPoint templates. Here click on Blank

    Presentation. The PowerPoint screen appears as in the image below:

    N

    In the new slide write the slide title and write the content in the appropriate zone. Resize the writing zones accordingly 

    to make the title area small and the content area bigger.

    2.1.1.b Creating and inserting a slide in a presentation

    The opened PowerPoint presentation has now one slide and each slide has to have its title set and have the content. 

    Once this is finished a need to have more slides may arise. To create a slide in an existing presentation click on the 

    Insert tab then click on New Slide then choose the slide theme to apply.

    B

    A new slide can also be inserted by selecting the slide behind which a new one is to be inserted and hitting the Enter key.

    The created presentation will be saved by clicking on the Save icon then choose the location where to save and specifying the name of the presentation.

    2.1.1.c. Copying a slide

    A slide can be copied in the same presentation or copied to a new presentation in order to avoid rewriting that presentation from scratch. To copy a slide do the following:

    •  Open the presentation containing the slide to copy
    •  In the left pane outlining the slides select the slide to copy
    •  Do a Right click and click on copy
    •  In the left pan click in the location where to put the copied slide so as to have a red line and do a right click and click Paste

    B

          Figure 2. 3. Images illustrating selection of a slide to copy, location and paste options

    APPLICATION ACTIVITY 2.1

    N

    2.1.2. Managing slides

    ACTIVITY 2.2

    B

    Once the slides are created, one needs to know how to manipulate them by hiding some slides, moving in slides, rearrange slides, delete some slides, dividing slides into sections, etc.

    a. Hiding a slide

    When a slide is not currently needed it can be hidden by selecting it then doing a Right click and clicking on Hide Slide.

     The hidden slide will continue to appear in the slide pane and can be opened by double clicking it but it won’t appear if

    the presentation is opened in the Slide Show mode. To unhide the hidden slide go through the same process.

    B

    b. Moving in slides

    A slide that will be displayed on the computer screen or on the projector is the one which is selected.

    In the Normal view to move from one slide to another use the Arrow keys found on the keyboard. 

    The Up key will move to the previous slide while the Down key will move to the next slide. One can go to any slide without needing to serially go through all slides by just clicking the slide to go to.

    In the Slide Show view also use the same keys but not that the Escape Key can be used to end the presentation in the Slide 

    Show View mode and switch to the Normal view. Once the last slide is reached hitting the Down key will switch to the Normal View.

    c. Rearranging slides

    Slides are not stationary, they can be moved and rearranged making for example the first slide be the third. 

    To rearrange slides select the slide, hold down the left button and move the slide by moving the mouse up or down.

    d. Deleting slides

    A slide that is no longer needed can be completely deleted by selecting it and hitting the Delete key or selecting that slide,

     doing a Right click and clicking on Delete Slide.

    e. Dividing slides into sections

    Sections are subdivisions in a PowerPoint presentation slides used preferably for bigger presentations that can be logically grouped. Slides in the same group should be logically related so as to facilitate their understanding during presentation or while reading them.

    Putting slides into sections can also be done when slides are to be presented by different people thus each person presents his/her section.

    •  Creating a section

    To create a section in a PowerPoint presentation do the following:

    1. Select in between the slides where to insert the section or the slide behind which to insert the section

    2. Do a right click and click on Add Section in the provided options

    3. Rename the section by selecting it and clicking on Rename. The default name of a section is Untitled Section.

    4. Write the new name and click Rename

    B

    A created section can be removed by selecting it, doing a right click and choosing Remove Section

    It can be moved by choosing the Move Section Up or Move Section Down option.

    APPLICATION ACTIVITY 2.2

    B

    2.1.3. Apply Design themes and format background

    ACTIVITY 2.3

    Discuss tips you can use make effective and more attractive for the PowerPoint presentations

    a. Design theme

    PowerPoint provides a variety of design themes which are predefined colors, fonts and visuals that can be applied to slides to make them have a beautiful look without doing a lot of formatting work.

    The Themes gallery can be reached by clicking the DESIGN tab and themes will immediately be viewed.

    B

    To apply a given theme to a presentation just open that presentation and select the desired Theme.

     In the image below the Theme “Facet” has been applied.

    B

    b. Format background

    A background is an object which can be just a color, an image behind whatever text, charts, images in a PowerPoint presentation.

    To set a presentation’s background follow these steps:

    • Open the presentation for which the background is to be set
    •  Under the DESIGN tab Click on Format Background
    •  Choose one of the provided options and customize those options accordingly

    B

    APPLICATION ACTIVITY 2.3

    B

    2.1.4. Adding notes and comments, Inserting header and footer

    ACTIVITY 2.4

    B

    a. Adding comment

    In PowerPoint presentation, a comment is an explanation that is attached to a text or an object on a slide, or to an entire slide.

    To add a comment in a slide go through the following steps:

    Step 1. On the Review tab, click New comment

    B

    Step 2. Write the comments in the provided space as visible in the zone No 3 of the above image

    Note: Comments can be added to a PowerPoint presentation by using a simpler method of clicking at the Comment option located at the bottom middle of an opened PowerPoint window.

    b. Adding notes

    In a PowerPoint presentation Notes are words/text added to a presentation as reference and only visible to the one presenting the slides. They serve as additional information for the presenter that can be read for guidance as the presentation goes on.

    To add notes to a presentation do the following:

        1. On the View menu, Click Normal

        2. Select the thumbnail of the slide to add notes to

       3. The notes pane will appear under the slide. Click where it says Click to add notes and type whatever notes depending 

    on your choice

    B

    Note: A simple way to add notes is to use the Notes option located at the bottom middle of an opened PowerPoint window

    c. Insert header and footer

    Header and footer in a presentation is the top and bottom parts of the slides.

    These include the slide number, text footer and date.

    To add a header or footer follow these steps:

    1. Click Insert then go to Header & Footer

    2. In the box below Footer, type the text to use as footer such as the presentation title

    3. Check Date and time to add that to the slides

    4. Check Slide number to add to the created slides

    5. Click on Apply or Apply to all if all slides are to have the same header or footer

    b

    APPLICATION ACTIVITY 2.4

    b

    2.2. Add sound and animation to slides

    ACTIVITY 2.5

    n

    2.2.1. Animate text and picture in slides

    In PowerPoint, it is possible to animate text and objects such as clip art, shapes and pictures on the slide. 

    Animation or movement on the slide can be used to draw the audience’s attention to specific content or to make the slide easier to read.

    a. Inserting pictures

    To insert pictures in a slide select the Insert tab, and then click the Pictures

    command. Browse where the image are located and select one image and click Insert.

    b

    b. Animating a text or a picture.

    When a text is written in a slide or an image inserted they can be animated using the options available in PowerPoint. 

    There are many types of animations available and each is used for different reasons like making the message come to

     the screen in a certain way (entrance animation) or bringing an emphasis to that message (emphasis animations). 

    The image below shows some of the animations available in PowerPoint 2013.

    b

    Figure 2. 12. Different animations available in PowerPoint

    For animating a text or an image do this:

    a. Select the text or picture to animate

    b. In the Animation tab choose one of the available options like Float In, Split, etc. 

    The selected animation is immediately applied In the next images below the title has been animated with “Fly In” animation, the text is animated with “Split” and the image is animated with “Zoom”

    When the whole slide is opened in Slide Show mode each element has its own animation which helps attract more the

     attention of the audience.

    b

    Now that the title’s animation is Fly In, the text’s animation is going to be set to “Split” by selecting the text and choosing

    Split which is under the Animations tab

    b

    Now is the time to animate the image by also selecting it and choosing the desired animation

    n

    Opening the above animated slide in Slide show mode will look like in the sequenced images below:

    b

    Interpretation: the above animated slide when opened in Slide view mode will show in this way:

    a. A blank black screen will open and rapidly the black color will cede place to the white background of a normal document

    b. The text in the slide will come from left and right to meet in the middle

    c. The image will appear as a small image that will grow from the center

    d. The title of the slide will appear from the bottom of the slide, sliding upward

    B.1. Setting the delay of an animation

    The default duration of a text or image animation can be changed to make the animation slower or quicker. The delay cannot be greater than 59 seconds.

    To set a delay click on Animations tab and in the Timing group specify the duration and the delay.

    b

    c. Customize animation effects

    It is possible to apply multiple animation effects to a text, an image or a picture.

    When working with multiple animation effects, it helps to work in the Animation 

    Pane, where a list of all the animation effects for the current slide is displayed.

    b

    APPLICATION ACTIVITY 2.5

    b

    2.2.2. Add audio and video content to slides

    ACTIVITY 2.6

    n

    PowerPoint allows to use images, audio and video to have a greater visual impact. These visual and audio cues may also help a presenter be more improvisational and interactive with the audience.

    Animation applied to text or objects in a presentation gives them sound or visual effects, including movement. It is possible to use animation to focus on important points, to control the flow of information, and to increase viewer interest in a presentation.

    a. Inserting an audio or a video

    To insert an audio or a video do the following:

    1. On the Insert tab click on Media

    2. Choose the media to use which can be a video, an audio or a recording which is taken using a computer

    b

    3. Browse the location where the audio or video to insert is located.

    4. Select the media to use and click on Insert

    b

    The slide where audio has been inserted will have a graphic as shown in below.

    Play using the media buttons displayed.

    b

    more clarification for efficient understanding, it can be the only content in the slide, it can be a recording of the screen activity when for example one wants to show the steps to do a certain think using a computer. It can also be a readout of the slide’s text.

    b. Inserting a recording

    A recording is taken using the computer microphone and is inserted much the same way as other audio except that instead of browsing the audio to insert, the audio has to be recorded. To insert a recording go through the following steps:

    1. Under the Insert tab click on Media

    2. Click on Audio then on Record Audio

    b

    The recorded audio can be set to play as the slide is opened or to play when clicked on. It can also be trimmed to fit in the desired time frame. 

    To trim the recording:

    1. Click on the micro  bicon then under the Audio tools go to Playback

    2. Click on Trim audio then on OK

    n

        c. Inserting a screen capture

    Capturing a screen can be very important for many reasons but the main is when you want to make an instructional video that shows the steps that are being done on the screen. This can be combined with capturing an audio describing what is being done.

    Note: Thus, for future student teachers this functionality can prove very useful.

    Steps to capture the screen:

    1. Click on Insert then under the Media group go to Screen Recording

    b

                                         Figure 2. 24. Dialog box for capturing the screen

    2. Choose among the available options in the dialog box that will appear,

    click on Select Area to choose which portion of the screen to be recorded and click on Record

    3. To end the recording use the combination keys Window key with shift key and Q

    APPLICATION ACTIVITY 2.6

    n

    2.2.3. Slide transitions

    ACTIVITY 2.7

    b

    A slide transition is the visual effect that occurs when moving from one Slide to the next during a presentation. Hereby one can control the speed, add sound, and customize the look of transition effects.

        a. Types of transitions:

    In PowerPoint 2013 there are two main slide transitions namely subtle, exciting and dynamic content

    In Subtle transition simple transitions are used to move from one slide to another, for Exciting additional visual effects are used to catch the eye of the audience while for Dynamic content will move only the placeholders, not the slides themselves.

    n

    Figure 2. 25. Types of transitions available in PowerPoint 2013

    b. Using a transition

    To use the different transitions do the following:

    •  To select the text or image on which to apply the transition
    •  Click on the Transition tab then choose one of the transitions. In the image below the chose n transition is “Dissolve”

    b

    Figure 2. 26. Setting a transition (left) and slide appearance once played before it is properly arranged and visible

    Once the transition has been set it can be modified by selecting the text having a particular transition and choosing the new transition to apply. It can also be removed by choosing the None transition.

    APPLICATION ACTIVITY 2.7

    b

    2.3. Presenting Using PowerPoint

    ACTIVITY 2.8

    n

    Microsoft PowerPoint can add a visual dynamic to a business meetings and presentations. 

    The best way to share a PowerPoint presentation with a large group is to project slides on screen using a digital projector connected to the computer’s video output.

        a. Presenting using a projector

    A projector is an output device that can take images generated by a computer and produce them by projection onto a screen, wall or another surface.

    A projector is connected to the computer through the VGA port but new projectors and computers can be connected using the HDMI ports

    n

                 Figure 2. 27. Diagram of a computer connected to a projector

    Steps for connecting a laptop to a projector

           1. Make sure the laptop is turned off

           2. Connect the video cable(VGA) from the laptop’s external video port to the projector

           3. Plug the projector into an electrical outlet and press the “power” button to turn it ON.

           4. Turn on the laptop

    There are different presentation modes while using a computer connected to a projector. One can use the Projector only, duplicate (both the projector and computer), Extend and Disconnect the projector.

    b

    b. Printing and distributing handouts

    A handout is a piece of printed information provided to the audience so as to give a summarized information on a given topic.

    Handouts are distributed to an audience so as to help them follow the presentation and take some notes on what is being presented.

    It is a good practice to give the presentations to the audience at the end of the session so as to review what was presented to them.

    c. Conducting the presentation

    When everything is in order; the projector is properly connected and working, the handouts have been distributed and everyone is properly seated it is then time to start the presentation.

    For a presentation to be effective, the PowerPoint document have to have these qualities:

    •  Make the PowerPoint presentation short. Slides will contain short and concise sentences which are bulleted,
    •  Highlight important points by using animations and transitions wisely not randomly as these are used with a purpose like attracting attention on certain section, notifying of the change in the topic, etc
    •  For long slides provide short partial synthesis to make the audience keep track of what is so far presented
    •  Rehearse the presentation and use scripts and notes to help you not forget the important points to mention
    •  Be polite and use appropriate language.

    APPLICATION ACTIVITY 2.8

    b

    END UNIT ASSESSMENT

    1. Create a presentation of 12 slides on the topic “Nature-Protect”.

    Do the following:

    a. In first slide describe the environmental protection in the World

    b. In the second two slides describe the environmental protection in Rwanda

    c. To give a good appearance and make slides more understandable insert images related to environment where

          applicable. Change theme, font and color to your presentation appropriately

    d. In third three slides, describe the advantages of forest in environment and use a related audio/song that will play in

        the background.

    e. In the fourth two slides discuss special cases where nature destruction by human exploitation had severe consequences

    f. In the last two slides state what should be done for a better human future provided by livable environment.

        End with one conclusion slide and a Thank you slide.

    UNIT 3: COMPUTER GRAPHICS TOOLS