SlideShare a Scribd company logo
1 of 81
Download to read offline
Excel Chapter 4 Financial Functions, Data Tables, and Amortization Schedules
Objectives Control the color and thickness of outlines and borders Assign a name to a cell and refer to the cell in a formula using the assigned name Determine the monthly payment of a loan using the financial function PMT Use the financial functions PV (present value) and FV (future value) Create a data table to analyze data in a worksheet Add a pointer to a data table Create an amortization schedule © OpenCastLabs Consulting. www.opencast-labs.com
Objectives Analyze worksheet data by changing values Use names and the Set Print Area command to print sections of a worksheet Set print options Protect and unprotect cells in a worksheet Use the formula checking features of Excel Hide and unhide cell gridlines, rows, columns, sheets, and workbooks © OpenCastLabs Consulting. www.opencast-labs.com
Plan Ahead Create and format the Loan Payment Calculator section of the worksheet Create and format the Interest Rate Schedule section of the worksheet Create and format the Amortization Schedule section of the worksheet Specify and name print areas of the worksheet. Determine which cells to protect and unprotect in the worksheet © OpenCastLabs Consulting. www.opencast-labs.com
Starting and Customizing Excel Click the Start button on the Windows Vista taskbar to display the Start menu Click All Programs at the bottom of the left pane on the Start menu to display the All Programs list Click Microsoft Office in the All Programs list to display the Microsoft Office list. Click Microsoft Office Excel 2007 to start Excel and display a blank worksheet in the Excel window If the Excel window is not maximized, click the Maximize button next to the Close button on its title bar to maximize the window If the worksheet window in Excel is not maximized, click the Maximize button next to the Close button on its title bar to maximize the worksheet window within Excel © OpenCastLabs Consulting. www.opencast-labs.com
Bolding the Entire Worksheet Click the Select All button immediately above row heading 1 and to the left of column heading A Click the Bold button on the Home tab on the Ribbon © OpenCastLabs Consulting. www.opencast-labs.com
Entering the Section Title, Row Titles, System Date, Document Properties and Saving the Workshop Select cell B1. Enter Loan Payment Calculator as the section title. Select the range B1:E1. Click the Merge & Center button on the Ribbon With cell B1 active, click the Cell Styles button on the Ribbon and then select the Title cell style in the Cell Styles gallery Position the mouse pointer on the bottom boundary of row heading 1. Drag down until the ScreenTip indicates Height: 23.25 (31 pixels). Position the mouse pointer on the bottom boundary of row heading 2. Drag down until the ScreenTip indicates Height: 30.00 (40 pixels) Select cell B2 and then enter Date as the row title and then press the TAB key With cell C2 selected, enter =now() to display the system date © OpenCastLabs Consulting. www.opencast-labs.com
Entering the Section Title, Row Titles, System Date, Document Properties and Saving the Workshop Right–click cell C2 and then click Format Cells on the shortcut menu. When Excel displays the Format Cells dialog box, click the Number tab, click Date in the Category list, scroll down in the Type list, and then click 14–Mar–2001. Click the OK button Enter the following row titles: Cell Entry Cell Entry © OpenCastLabs Consulting. www.opencast-labs.com
Entering the Section Title, Row Titles, System Date, Document Properties and Saving the Workshop Position the mouse pointer on the right boundary of column heading A and then drag to the left until the ScreenTip indicates Width: 1.57 (16 pixels) Position the mouse pointer on the right boundary of column heading B and then drag to the right until the ScreenTip indicates Width: 13.86 (102 pixels) Click column heading C to select it and then drag through column headings D and E. Position the mouse pointer on the right boundary of column heading C and then drag until the ScreenTip indicates Width: 16.29 (119 pixels) Double–click the Sheet1 tab and then enter Braden Mortgage as the sheet name. Right– click the tab and then click Tab Color. Click Light Green (column 5, row 1) in the Standard Colors area and then select cell D6 Update the document properties with your name and any other relevant information With a USB flash drive connected to one of the computer’s USB ports, click the Save button on the Quick Access Toolbar. Save the workbook using the file name Braden Mortgage Loan Payment Calculator on the USB flash drive © OpenCastLabs Consulting. www.opencast-labs.com
Entering the Section Title, Row Titles, System Date, Document Properties and Saving the Workshop © OpenCastLabs Consulting. www.opencast-labs.com
Adding Custom Borders and a Background Color to a Range Select the range B2:E6 and then right–click to display the shortcut menu Click Format Cells on the shortcut menu When Excel displays the Format Cells dialog box, click the Border tab Click the medium line style in the Style area (column 2, row 5) © OpenCastLabs Consulting. www.opencast-labs.com
Adding Custom Borders and a Background Color to a Range Click the Outline button in the Presets area to display a preview of the outline border in the Border area Click the light border in the Style area (column 1, row 7) and then click the Vertical Line button in the Border area to preview the black vertical border in the Border area Click the Fill tab and then click light blue (column 9, row 3) in the Background Color area Click the OK button and then select cell B8 to deselect the range B2:E6, add a black outline with vertical borders to the right side of each column in the range B2: E6, and add a light blue fill color to the range © OpenCastLabs Consulting. www.opencast-labs.com
Adding Custom Borders and a Background Color to a Range © OpenCastLabs Consulting. www.opencast-labs.com
Formatting Cells before Entering Values Select the range C4:C6. While holding down the CTRL key, select the nonadjacent range E4:E6 Right–click one of the selected ranges and then click Format Cells on the shortcut menu. When Excel displays the Format Cells dialog box, click the Number tab. Click Currency in the Category list and then click the second format, $1,234.10, in the Negative numbers list. Click the OK button to assign the Currency style format with a floating dollar sign to the ranges C4:C6 and E4:E6 © OpenCastLabs Consulting. www.opencast-labs.com
Entering the Loan Data Select cell C3. Type Home and then click the Enter box in the formula bar. With cell C3 still active, click the Align Text Right button on the Ribbon. Select cell C4 and then enter 265000 for the price of the house. Select cell C5 and then enter 30000 for the down payment. Select cell E2. Enter 5.75% for the interest rate. Select cell E3 and then enter 18 for the number of years to complete the entry of loan data in the worksheet  © OpenCastLabs Consulting. www.opencast-labs.com
Entering the Loan Data © OpenCastLabs Consulting. www.opencast-labs.com
Creating Names Based on Row Titles Select the range B4:C6 Click the Formulas tab on the Ribbon Click the Create from Selection button on the Ribbon to display the Create Names from Selection dialog box Click the OK button Select the range D2:E6 and then click the Create from Selection button on the Ribbon © OpenCastLabs Consulting. www.opencast-labs.com
Creating Names Based on Row Titles Click the OK button on the Create Names from Selection dialog box to assign names to the range E2:E6 Select cell B8 to deselect the range D2:E6 and then click the Name box arrow in the formula bar to view the names created © OpenCastLabs Consulting. www.opencast-labs.com
Creating Names Based on Row Titles © OpenCastLabs Consulting. www.opencast-labs.com
Entering the Loan Amount Formula Using Names Select cell C6 Type = (equal sign), click cell C4, type – (minus sign), and then click cell C5 to display the formula in cell C6 and in the formula bar using the names of the cells rather then the cell references Click the Enter box to assign the formula =Price – Down_Payment to cell C6 © OpenCastLabs Consulting. www.opencast-labs.com
Entering the Loan Amount Formula Using Names © OpenCastLabs Consulting. www.opencast-labs.com
Entering the PMT Function Select cell E4. Type –pmt(rate / 12, 12*years, loan_amount as the function to display the PMT function in cell E4 and in the formula bar If necessary, scroll the worksheet to the left using the horizontal scrollbar Click the Enter box in the formula bar to complete the function © OpenCastLabs Consulting. www.opencast-labs.com
Entering the PMT Function © OpenCastLabs Consulting. www.opencast-labs.com
Determining the Total Interest and Total Cost Select cell E5. Use Point mode and the keyboard to enter the formula =12 * years * monthly_payment – loan_amount to determine the total interest Select cell E6. Use Point mode and the keyboard to enter the formula =price + total_ interest to determine the total cost Select cell B8 to deselect cell E6  Click the Save button on the Quick Access Toolbar to save the workbook using the file name Braden Mortgage Loan Payment Calculator © OpenCastLabs Consulting. www.opencast-labs.com
Determining the Total Interest and Total Cost © OpenCastLabs Consulting. www.opencast-labs.com
Entering New Loan Data Select cell C3. Type Prius and then press the DOWN ARROW key In cell C4, type 25500 and then press the DOWN ARROW key In cell C5, type 5280 and then select cell E2 In cell E2, type 10.25% and then press the DOWN ARROW key In cell E3, type 5 and then select cell B8 to recalculate the loan information in cells C6, E4, E5, and E6 © OpenCastLabs Consulting. www.opencast-labs.com
Entering New Loan Data © OpenCastLabs Consulting. www.opencast-labs.com
Entering the Original Loan Data Select cell C3. Type Home and then press the DOWN ARROW key In cell C4, type 265000 and then press the DOWN ARROW key In cell C5, type 30000 and then select cell E2 In cell E2, type 5.75 and then press the DOWN ARROW key In cell E3, type 18 and then select cell B8 © OpenCastLabs Consulting. www.opencast-labs.com
Entering the Data Table and Column Titles Click the Home tab on the Ribbon. Select cell B7. Enter Interest Rate Schedule as the data table section title Select cell B1. Click the Format Painter button on the Ribbon. Select cell B7 to copy the format of cell B1 Enter the column titles in the range B8:E8 as shown in Figure 4–21. Select the range B8:E8 and then click the Align Text Right button on the Ribbon to right–align the column titles. Position the mouse pointer on the bottom boundary of row heading 7. Drag down until the ScreenTip indicates Height: 23.25 (31 pixels). Position the mouse pointer on the bottom boundary of row heading 8. Drag down until the ScreenTip indicates Height: 18.00 (24 pixels). Click cell B10 to deselect the range B8:E8 © OpenCastLabs Consulting. www.opencast-labs.com
Entering the Data Table and Column Titles © OpenCastLabs Consulting. www.opencast-labs.com
Creating a Percent Series Using the Fill Handle With cell B10 selected, enter 4.50% as the first number in the series Select cell B11 and then enter 4.75% as the second number in the series Select the range B10:B11 Drag the fill handle through cell B23 to create the border of the fill area as indicated by the shaded border. Do not release the mouse button Release the mouse button to generate the percent series from 4.50 to 7.75% and display the Auto Fill Options button. Click cell C9 to deselect the range B10:B23 © OpenCastLabs Consulting. www.opencast-labs.com
Creating a Percent Series Using the Fill Handle © OpenCastLabs Consulting. www.opencast-labs.com
Entering the Formulas in the Data Table With cell C9 active, type =e4 and then press the RIGHT ARROW key Type =e5 in cell D9 and then press the RIGHT ARROW key. Type =e6 in cell E9 and then click the Enter box to complete the assignment of the formulas and Currency style format in the range C9:E9 © OpenCastLabs Consulting. www.opencast-labs.com
Entering the Formulas in the Data Table © OpenCastLabs Consulting. www.opencast-labs.com
Defining a Range as a Data Table Select the range B9:E23 Click the Data tab on the Ribbon and then click the What–If Analysis button on the Ribbon to display the What–If Analysis menu Click Data Table on the What–If Analysis menu. When Excel displays the Data Table dialog box, click the ‘Column input cell’ box, and then click cell E2 in the Loan Payment Calculator section Click the OK button to create the data table © OpenCastLabs Consulting. www.opencast-labs.com
Defining a Range as a Data Table © OpenCastLabs Consulting. www.opencast-labs.com
Formatting the Data Table Select the range B8:E23. Right–click the selected range and then click Format Cells on the shortcut menu. When Excel displays the Format Cells dialog box, click the Border tab, and then click the medium line style in the Style area (column 2, row 5). Click the Outline button in the Presets area. Click the light border in the Style area (column 1, row 7) and then click the Vertical Line button in the Border area to preview the black vertical border in the Border area Click the Fill tab and then click the light red color box (column 6, row 2). Click the OK button Select the range B8:E8. Click the Home tab on the Ribbon and then click the Borders button to assign a light bottom border Select the range C10:E23 and right–click. Click Format Cells on the shortcut menu. When Excel displays the Format Cells dialog box, click the Number tab. Click Currency in the Category list, click the Symbol box arrow, click None, and then click the second format, 1,234.10, in the Negative numbers list. Click the OK button to display the worksheet as shown in Figure 4–28. Click the Save button on the Quick Access Toolbar to save the workbook using the file name Braden Mortgage Loan Payment Calculator © OpenCastLabs Consulting. www.opencast-labs.com
Formatting the Data Table © OpenCastLabs Consulting. www.opencast-labs.com
Adding a Pointer to the Data Table Select the range B10:B23 Click the Conditional Formatting button on the Home tab on the Ribbon to display the Conditional Formatting menu Click New Rule on the Conditional Formatting menu When Excel displays the New Formatting Rule dialog box, click ‘Format only cells that contain’ in the Select a Rule Type box. Select Cell Value in the left list in the ‘Format only cells with’ area and then select equal to in the middle list. Type =$E$2 in the right box © OpenCastLabs Consulting. www.opencast-labs.com
Adding a Pointer to the Data Table Click the Format button, click the Fill tab, and then click Green (column 5, row 7) on the Background color palette Click the Font tab, click the Color box arrow, and then click White (column 1, row 1) on the Color palette in the Theme area Click the OK button in the Format Cells dialog box to display the New Formatting Rule dialog box Click the OK button in the New Formatting Rule dialog box. Click cell G23 to deselect the range B10:B23 Select cell E2 and then enter 7.25 as the interest rate  Enter 5.75 in cell E2 to return the Loan Payment Calculator section and Interest Rate Schedule section to their original states © OpenCastLabs Consulting. www.opencast-labs.com
Adding a Pointer to the Data Table © OpenCastLabs Consulting. www.opencast-labs.com
Changing Column Widths and Entering Titles Position the mouse pointer on the right boundary of column heading F and then drag to the left until the ScreenTip shows Width: 1.57 (16 pixels) Position the mouse pointer on the right boundary of column heading G and then drag to the left until the ScreenTip shows Width: 8.43 (64 pixels) Drag through column headings H through K to select them. Position the mouse pointer on the right boundary of column heading K and then drag to the right until the ScreenTip shows Width: 14.00 (103 pixels) Select cell G1. Type Amortization Schedule as the section title. Press the ENTER key © OpenCastLabs Consulting. www.opencast-labs.com
Changing Column Widths and Entering Titles Select cell B1. Click the Format Painter button on the Ribbon. Click cell G1 to copy the format of cell B1. Click the Merge & Center button on the Ribbon to split cell G1. Select the range G1:K1 and then click the Merge & Center button on the Ribbon Enter the column titles in the range G2:K2. Where appropriate, press ALT+ENTER to enter the titles on two lines. Select the range G2:K2 and then click the Align Text Right button on the Ribbon. Select cell G3 to display the section title and column headings © OpenCastLabs Consulting. www.opencast-labs.com
Changing Column Widths and Entering Titles © OpenCastLabs Consulting. www.opencast-labs.com
Creating a Series of Integers Using the Filled Handle With cell G3 active, enter 1 as the initial year. Select cell G4 and then enter 2 to represent the next year Select the range G3:G4 and then point to the fill handle. Drag the fill handle through cell G20 to create the series of integers 1 through 18 in the range G3:G20 © OpenCastLabs Consulting. www.opencast-labs.com
Creating a Series of Integers Using the Filled Handle © OpenCastLabs Consulting. www.opencast-labs.com
Entering the Formulas in the Amortization Schedule Select cell H3 and then enter =c6 as the beginning balance of the loan Select cell I3 and then type =if(g3 <=$e$3, pv($e$2 /12, 12 * ($e$3– g3), –$e$4),0) as the entry Click the Enter box in the formula bar to insert the formula Select cell J3. Type =h3 – i3 and then press the RIGHT ARROW key Type =if(h3 > 0, 12 * $e$4 – j3, 0) in cell K3 to display the amount paid on the principal after 1 year ($7,673.21) in cell J3, using the same format as in cell H3 Click the Enter box in the formula bar to complete the entry © OpenCastLabs Consulting. www.opencast-labs.com
Entering the Formulas in the Amortization Schedule © OpenCastLabs Consulting. www.opencast-labs.com
Copying the Formulas to Fill the Amortization Schedule Select the range I3:K3 and then drag the fill handle down through row 20 to copy the formulas in cells I3, J3, and K3 to the range I4: K20 Select cell H4, type =i3 as the cell entry, and then click the Enter box in the formula bar to display the ending balance (227326.7922) for year 1 as the beginning balance for year 2 With cell H4 active, drag the fill handle down through row 20 to copy the formula in cell H4 (=I3) to the range H5:H20 © OpenCastLabs Consulting. www.opencast-labs.com
Copying the Formulas to Fill the Amortization Schedule © OpenCastLabs Consulting. www.opencast-labs.com
Entering the Total Formulas in the Amortization Schedule Select cell I21. Enter Subtotal as the row title. Select the range J21:K21. Click the Sum button on the Ribbon Select cell I22. Type Down Pymtas the row title. Select cell K22 and then enter =c5 as the down payment Select cell I23. Type Total Cost as the row title. Select cell K23, type =j21 + k21 + k22 as the total cost, and then click the Enter box in the formula bar to complete the amortization schedule totals © OpenCastLabs Consulting. www.opencast-labs.com
Entering the Total Formulas in the Amortization Schedule © OpenCastLabs Consulting. www.opencast-labs.com
Formatting the Numbers in the Amortization Schedule Select cell H3. Click the Format Painter button on the Home tab on the Ribbon. Drag through the range I3:K3 to assign the Currency style format to the cells Select the range H4:K20 and then right–click. Click Format Cells on the shortcut menu. When Excel displays the Format Cells dialog box, click the Number tab. Click Currency in the Category list, click the Symbol box arrow, click None, and then click the second format, 1,234.10, in the Negative numbers list. Click the OK button Select cell H21 to deselect the range H4:K20 to display the numbers in the amortization schedule © OpenCastLabs Consulting. www.opencast-labs.com
Adding Borders and a Background to the Amortization Schedule Select the range G2:K23. Right–click the selected range and then click Format Cells on the shortcut menu. When Excel displays the Format Cells dialog box, click the Border tab Click the medium line style in the Style area (column 2, row 5). Click the Outline button in the Presets area Click the light line style in the Style area (column 1, row 7). Click the vertical line button in the Border area Click the Fill tab and then click light blue (column 5, row 2). Click the OK button © OpenCastLabs Consulting. www.opencast-labs.com
Adding Borders and a Background to the Amortization Schedule Select the range G2:K2. Click the Borders button on the Home tab on the Ribbon to assign the range a light bottom border Select the range G20:K20 and then click the Borders button on the Home tab on the Ribbon to assign the range a light bottom border. Select cell H22 to display the worksheet Click the Save button on the Quick Access Toolbar to save the workbook using the file name, Braden Mortgage Loan Payment Calculator © OpenCastLabs Consulting. www.opencast-labs.com
Adding Borders and a Background to the Amortization Schedule © OpenCastLabs Consulting. www.opencast-labs.com
Entering New Loan Data Select cell C3. Type Pontoon Boat and then press the DOWN ARROW key In cell C4, type 41550 and then press the DOWN ARROW key In cell C5, type 6000 as the down payment. Select cell E2, type 7.25 and then press the DOWN ARROW key In cell E3, type 5 and then press the DOWN ARROW key. Select cell H22 to display the worksheet © OpenCastLabs Consulting. www.opencast-labs.com
Entering New Loan Data © OpenCastLabs Consulting. www.opencast-labs.com
Entering the Original Loan Data Select cell C3. Type Home and then press the DOWN ARROW key In cell C4, type 265000 and then press the DOWN ARROW key In cell C5, type 30000 as the down payment Select cell E2, type 5.75 and then press the DOWN ARROW key In cell E3, type 18 and then click the Enter box in the formula bar or press the ENTER key to complete the entry of the original load data. Select cell H22 © OpenCastLabs Consulting. www.opencast-labs.com
Setting up a Worksheet to Print Click the Page Layout tab on the Ribbon and then click the Page Setup Dialog Box Launcher on the Ribbon When Excel displays the Page Setup dialog box, click the Page tab and then click Fit to in the Scaling area to set the worksheet to print on one page Click the Sheet tab and then click ‘Black and white’ in the Print area to select the check box Click the OK button © OpenCastLabs Consulting. www.opencast-labs.com
Setting up a Worksheet to Print © OpenCastLabs Consulting. www.opencast-labs.com
Setting up the Print Area Select the range B1:E6 and then click the Print Area button on the Ribbon to display the Print Area menu Click Set Print Area on the Print Area menu Click the Office Button and then click Print on the Office Button menu. When Excel displays the Print dialog box, click the OK button to print the selected area Click the Print Area button on the Ribbon and then click the Clear Print Area command on the Print Area menu to reset the print area to the entire worksheet © OpenCastLabs Consulting. www.opencast-labs.com
Setting up the Print Area © OpenCastLabs Consulting. www.opencast-labs.com
Naming and Printing Sections of a Worksheet If necessary, select the range B1: E6, click the Name box, and then type Loan_Payment as the name of the range Press the ENTER key Select the range B7:E23, click the Name box, type Interest_Schedule as the name of the range, and then press the ENTER key Select the range G1:K23, click the Name box, type Amortization_ Schedule as the name of the range, and then press the ENTER key Select the range B1:K23, click the Name box, type All_Sections as the name of the range, and then press the ENTER key © OpenCastLabs Consulting. www.opencast-labs.com
Naming and Printing Sections of a Worksheet Select cell H22 and then click the Name box arrow in the formula bar to display the Name list with the new range names Click Loan_Payment in the Name list to select the range B1:E6 Click the Office Button and then click Print on the Office Button menu to display the Print dialog box. When Excel displays the Print dialog box, click Selection in the Print what area © OpenCastLabs Consulting. www.opencast-labs.com
Naming and Printing Sections of a Worksheet Click the OK button to print the Loan_Payment range One at a time, use the Name box to select the names Interest_Schedule, Amortization_Schedule, and All_Sections, and then print them following the instructions in Step 3  Click the Save button on the Quick Access Toolbar to save the workbook using the fi le name, Braden Mortgage Loan Payment Calculator. © OpenCastLabs Consulting. www.opencast-labs.com
Naming and Printing Sections of a Worksheet © OpenCastLabs Consulting. www.opencast-labs.com
Hiding and Unhiding a Sheet If the Braden Mortgage sheet is not active, click its sheet tab Right–click the sheet tab to display the shortcut menu Click Hide on the shortcut menu to hide the Braden Mortgage sheet Right–click any sheet tab to display the shortcut menu © OpenCastLabs Consulting. www.opencast-labs.com
Hiding and Unhiding a Sheet Click Unhide on the shortcut menu to open the Unhide dialog box When Excel displays the Unhide dialog box, if necessary, click Braden Mortgage in the Unhide sheet list Click the OK button to unhide the Braden Mortgage sheet  © OpenCastLabs Consulting. www.opencast-labs.com
Hiding and Unhiding a Sheet © OpenCastLabs Consulting. www.opencast-labs.com
Hiding and Unhiding a Workbook Click the View tab on the Ribbon Click the Hide button on the Ribbon to hide the Braden Mortgage workbook Click the Unhide button on the Ribbon When Excel displays the Unhide dialog box, if necessary, click Braden Mortgage Loan Payment Calculator in the Unhide workbook list Click the OK button to unhide the Braden Mortgage Loan Payment Calculator workbook as it was shown in Figure 4–62 © OpenCastLabs Consulting. www.opencast-labs.com
Hiding and Unhiding a Workbook © OpenCastLabs Consulting. www.opencast-labs.com
Enabling the Background Formula Checking Click the Office Button on the Ribbon, click the Excel Options button, and then click the Formulas button If necessary, click ‘Enable background error checking’ in the Error Checking area to select it Click any check box in the ‘Error checking rules’ area that does not contain a check mark  Click the OK button © OpenCastLabs Consulting. www.opencast-labs.com
Enabling the Background Formula Checking © OpenCastLabs Consulting. www.opencast-labs.com
Quitting Excel Click the Close button on the right side of the title bar If Excel displays a Microsoft Office Excel dialog box, click the No button © OpenCastLabs Consulting. www.opencast-labs.com
Protecting a Worksheet Select the range C3:C5 Hold down the CTRL key and then select the nonadjacent range E2:E3 Right–click one of the selected ranges to display the shortcut menu  Click Format Cells on the shortcut menu When Excel displays the Custom Lists dialog box, click the Protection tab, and then click Locked to remove the check mark © OpenCastLabs Consulting. www.opencast-labs.com
Protecting a Worksheet Click the OK button and then select cell H22 to deselect the ranges C3:C5 and E2:E3 Click the Review tab on the Ribbon Click the Protect Sheet button on the Ribbon to display the Protect Sheet dialog box When Excel displays the Protect Sheet dialog box, make sure the Protect worksheet and contents of locked cells check box at the top of the dialog box and the first two check boxes in the list contain check marks Click the OK button in the Protect Sheet dialog box Click the Save button on the Quick Access Toolbar © OpenCastLabs Consulting. www.opencast-labs.com
Protecting a Worksheet © OpenCastLabs Consulting. www.opencast-labs.com
Summary Control the color and thickness of outlines and borders Assign a name to a cell and refer to the cell in a formula using the assigned name Determine the monthly payment of a loan using the financial function PMT Use the financial functions PV (present value) and FV (future value) Create a data table to analyze data in a worksheet Add a pointer to a data table Create an amortization schedule © OpenCastLabs Consulting. www.opencast-labs.com
Summary Analyze worksheet data by changing values Use names and the Set Print Area command to print sections of a worksheet Set print options Protect and unprotect cells in a worksheet Use the formula checking features of Excel Hide and unhide cell gridlines, rows, columns, sheets, and workbooks © OpenCastLabs Consulting. www.opencast-labs.com
Excel Chapter 4 Complete

More Related Content

What's hot

What's hot (20)

Libre Office Calc Lesson 2: Formatting and Charts
Libre Office Calc Lesson 2: Formatting and ChartsLibre Office Calc Lesson 2: Formatting and Charts
Libre Office Calc Lesson 2: Formatting and Charts
 
Unit 010 Spreadsheets
Unit 010 SpreadsheetsUnit 010 Spreadsheets
Unit 010 Spreadsheets
 
Excel Intermediate 2007
Excel Intermediate 2007Excel Intermediate 2007
Excel Intermediate 2007
 
Excel chapter-6
Excel chapter-6Excel chapter-6
Excel chapter-6
 
Excel chapter-5
Excel chapter-5Excel chapter-5
Excel chapter-5
 
Formatting in MS Excel
Formatting in MS ExcelFormatting in MS Excel
Formatting in MS Excel
 
Excel chapter 3
Excel chapter 3Excel chapter 3
Excel chapter 3
 
Spreadsheets Introduction using RM Number Magic
Spreadsheets Introduction using RM Number MagicSpreadsheets Introduction using RM Number Magic
Spreadsheets Introduction using RM Number Magic
 
Gl13 m6-c1-presentation
Gl13 m6-c1-presentationGl13 m6-c1-presentation
Gl13 m6-c1-presentation
 
Excel Printing Tips
Excel Printing TipsExcel Printing Tips
Excel Printing Tips
 
Gl2010 m6 ex1-presentation
Gl2010 m6 ex1-presentationGl2010 m6 ex1-presentation
Gl2010 m6 ex1-presentation
 
Excel Formatting
Excel FormattingExcel Formatting
Excel Formatting
 
Data presentation and reporting cognos tm1
Data presentation and reporting cognos tm1Data presentation and reporting cognos tm1
Data presentation and reporting cognos tm1
 
Tech training workshop 3 final 090810
Tech training   workshop 3 final 090810Tech training   workshop 3 final 090810
Tech training workshop 3 final 090810
 
MS Access 2010 tutorial 4
MS Access 2010 tutorial 4MS Access 2010 tutorial 4
MS Access 2010 tutorial 4
 
75 tips and_tricks_excel_reduced
75 tips and_tricks_excel_reduced75 tips and_tricks_excel_reduced
75 tips and_tricks_excel_reduced
 
Intro to Excel Basics: Part I
Intro to Excel Basics: Part IIntro to Excel Basics: Part I
Intro to Excel Basics: Part I
 
Excel 2007- Enter Formulas
Excel 2007- Enter FormulasExcel 2007- Enter Formulas
Excel 2007- Enter Formulas
 
Excel bacis
Excel bacisExcel bacis
Excel bacis
 
Pivot Table & Chart_Parakramesh Jaroli_Pacific University
Pivot Table & Chart_Parakramesh Jaroli_Pacific UniversityPivot Table & Chart_Parakramesh Jaroli_Pacific University
Pivot Table & Chart_Parakramesh Jaroli_Pacific University
 

Viewers also liked

2016.11.21 pensjon Sven Åge Eriksen pensjonsreform pensjonsreformen reform ...
2016.11.21   pensjon Sven Åge Eriksen pensjonsreform pensjonsreformen reform ...2016.11.21   pensjon Sven Åge Eriksen pensjonsreform pensjonsreformen reform ...
2016.11.21 pensjon Sven Åge Eriksen pensjonsreform pensjonsreformen reform ...Sven Åge Eriksen
 
Americas Home Buyers 1% Down Presentation
Americas Home Buyers  1% Down PresentationAmericas Home Buyers  1% Down Presentation
Americas Home Buyers 1% Down PresentationJanelUllman
 
General banking, credit management and foreign exchange operations of nationa...
General banking, credit management and foreign exchange operations of nationa...General banking, credit management and foreign exchange operations of nationa...
General banking, credit management and foreign exchange operations of nationa...Md. Ariful Islam
 
Analysis of Home Loan Industry at India Infoline Limited
Analysis of Home Loan Industry at India Infoline LimitedAnalysis of Home Loan Industry at India Infoline Limited
Analysis of Home Loan Industry at India Infoline LimitedRIYA JAIN
 
Can i get second home loan.|call- 9529331331
Can i get second home loan.|call- 9529331331Can i get second home loan.|call- 9529331331
Can i get second home loan.|call- 9529331331Regrob.com
 
EXPERT SYSTEM FOR LOAN BY BANK
EXPERT SYSTEM  FOR LOAN BY BANKEXPERT SYSTEM  FOR LOAN BY BANK
EXPERT SYSTEM FOR LOAN BY BANKalraee
 

Viewers also liked (15)

Excel 2007 Unit F
Excel 2007 Unit FExcel 2007 Unit F
Excel 2007 Unit F
 
Making Home Affordable Parrilla
Making Home Affordable  ParrillaMaking Home Affordable  Parrilla
Making Home Affordable Parrilla
 
TILA - RESPA An Overview
TILA - RESPA An Overview TILA - RESPA An Overview
TILA - RESPA An Overview
 
2016.11.21 pensjon Sven Åge Eriksen pensjonsreform pensjonsreformen reform ...
2016.11.21   pensjon Sven Åge Eriksen pensjonsreform pensjonsreformen reform ...2016.11.21   pensjon Sven Åge Eriksen pensjonsreform pensjonsreformen reform ...
2016.11.21 pensjon Sven Åge Eriksen pensjonsreform pensjonsreformen reform ...
 
Superior Rural Housing
Superior Rural HousingSuperior Rural Housing
Superior Rural Housing
 
Americas Home Buyers 1% Down Presentation
Americas Home Buyers  1% Down PresentationAmericas Home Buyers  1% Down Presentation
Americas Home Buyers 1% Down Presentation
 
General banking, credit management and foreign exchange operations of nationa...
General banking, credit management and foreign exchange operations of nationa...General banking, credit management and foreign exchange operations of nationa...
General banking, credit management and foreign exchange operations of nationa...
 
Analysis of Home Loan Industry at India Infoline Limited
Analysis of Home Loan Industry at India Infoline LimitedAnalysis of Home Loan Industry at India Infoline Limited
Analysis of Home Loan Industry at India Infoline Limited
 
I D B I
I D B II D B I
I D B I
 
Limitation act
Limitation actLimitation act
Limitation act
 
Excel ch04
Excel ch04Excel ch04
Excel ch04
 
Can i get second home loan.|call- 9529331331
Can i get second home loan.|call- 9529331331Can i get second home loan.|call- 9529331331
Can i get second home loan.|call- 9529331331
 
EXPERT SYSTEM FOR LOAN BY BANK
EXPERT SYSTEM  FOR LOAN BY BANKEXPERT SYSTEM  FOR LOAN BY BANK
EXPERT SYSTEM FOR LOAN BY BANK
 
virtual classroom
virtual classroomvirtual classroom
virtual classroom
 
Banking ppt
Banking pptBanking ppt
Banking ppt
 

Similar to Excel chapter-4

Copying Files Across Workbooks Lab 5, Step 1 A. Save al.docx
Copying Files Across Workbooks Lab 5, Step 1  A. Save al.docxCopying Files Across Workbooks Lab 5, Step 1  A. Save al.docx
Copying Files Across Workbooks Lab 5, Step 1 A. Save al.docxmaxinesmith73660
 
Access advanced tutorial
Access advanced tutorialAccess advanced tutorial
Access advanced tutorialcatacata1976
 
Excel PowerPoint
Excel PowerPointExcel PowerPoint
Excel PowerPointnhumar
 
Excel charts witcher
Excel charts witcherExcel charts witcher
Excel charts witcherVinodbaikady
 
Productivity programs excel assignment 1
Productivity programs excel assignment 1Productivity programs excel assignment 1
Productivity programs excel assignment 1Beth Ann Cueni
 
Excel Project 1 – MS Excel (Summer 2018) Use the project descripti.docx
Excel Project 1 – MS Excel (Summer 2018) Use the project descripti.docxExcel Project 1 – MS Excel (Summer 2018) Use the project descripti.docx
Excel Project 1 – MS Excel (Summer 2018) Use the project descripti.docxelbanglis
 
Excel Project 1 – MS Excel (Summer 2018) Use the project descripti.docx
Excel Project 1 – MS Excel (Summer 2018) Use the project descripti.docxExcel Project 1 – MS Excel (Summer 2018) Use the project descripti.docx
Excel Project 1 – MS Excel (Summer 2018) Use the project descripti.docxcravennichole326
 
Excel Project 2 – MS Excel (Summer 2019) Use the pro.docx
Excel Project 2 – MS Excel (Summer 2019)  Use the pro.docxExcel Project 2 – MS Excel (Summer 2019)  Use the pro.docx
Excel Project 2 – MS Excel (Summer 2019) Use the pro.docxAASTHA76
 
Excel 2010
Excel 2010Excel 2010
Excel 2010nhumar
 
The Wear-Ever Shoes company maintains inventory data and custome.docx
The Wear-Ever Shoes company maintains inventory data and custome.docxThe Wear-Ever Shoes company maintains inventory data and custome.docx
The Wear-Ever Shoes company maintains inventory data and custome.docxpelise1
 
Chapter 29Foundations of Family CareFamily DefinedT.docx
Chapter 29Foundations of Family CareFamily DefinedT.docxChapter 29Foundations of Family CareFamily DefinedT.docx
Chapter 29Foundations of Family CareFamily DefinedT.docxcravennichole326
 
Advance-excel-professional-trainer-in-mumbai
Advance-excel-professional-trainer-in-mumbaiAdvance-excel-professional-trainer-in-mumbai
Advance-excel-professional-trainer-in-mumbaiUnmesh Baile
 
Excel ppt
Excel pptExcel ppt
Excel pptnhumar
 

Similar to Excel chapter-4 (19)

Copying Files Across Workbooks Lab 5, Step 1 A. Save al.docx
Copying Files Across Workbooks Lab 5, Step 1  A. Save al.docxCopying Files Across Workbooks Lab 5, Step 1  A. Save al.docx
Copying Files Across Workbooks Lab 5, Step 1 A. Save al.docx
 
OpenCastLabs Excel chapter-1
OpenCastLabs Excel chapter-1OpenCastLabs Excel chapter-1
OpenCastLabs Excel chapter-1
 
Access advanced tutorial
Access advanced tutorialAccess advanced tutorial
Access advanced tutorial
 
Excel chapter-9
Excel chapter-9Excel chapter-9
Excel chapter-9
 
Excel PowerPoint
Excel PowerPointExcel PowerPoint
Excel PowerPoint
 
Excel charts witcher
Excel charts witcherExcel charts witcher
Excel charts witcher
 
Productivity programs excel assignment 1
Productivity programs excel assignment 1Productivity programs excel assignment 1
Productivity programs excel assignment 1
 
Excel Project 1 – MS Excel (Summer 2018) Use the project descripti.docx
Excel Project 1 – MS Excel (Summer 2018) Use the project descripti.docxExcel Project 1 – MS Excel (Summer 2018) Use the project descripti.docx
Excel Project 1 – MS Excel (Summer 2018) Use the project descripti.docx
 
Excel Project 1 – MS Excel (Summer 2018) Use the project descripti.docx
Excel Project 1 – MS Excel (Summer 2018) Use the project descripti.docxExcel Project 1 – MS Excel (Summer 2018) Use the project descripti.docx
Excel Project 1 – MS Excel (Summer 2018) Use the project descripti.docx
 
Excel chapter-8
Excel chapter-8Excel chapter-8
Excel chapter-8
 
Excel Project 2 – MS Excel (Summer 2019) Use the pro.docx
Excel Project 2 – MS Excel (Summer 2019)  Use the pro.docxExcel Project 2 – MS Excel (Summer 2019)  Use the pro.docx
Excel Project 2 – MS Excel (Summer 2019) Use the pro.docx
 
Excel 2010
Excel 2010Excel 2010
Excel 2010
 
Excel 2011-cheat-sheet
Excel 2011-cheat-sheetExcel 2011-cheat-sheet
Excel 2011-cheat-sheet
 
The Wear-Ever Shoes company maintains inventory data and custome.docx
The Wear-Ever Shoes company maintains inventory data and custome.docxThe Wear-Ever Shoes company maintains inventory data and custome.docx
The Wear-Ever Shoes company maintains inventory data and custome.docx
 
Chapter 29Foundations of Family CareFamily DefinedT.docx
Chapter 29Foundations of Family CareFamily DefinedT.docxChapter 29Foundations of Family CareFamily DefinedT.docx
Chapter 29Foundations of Family CareFamily DefinedT.docx
 
Lesson 6 Excel.pptx
Lesson 6 Excel.pptxLesson 6 Excel.pptx
Lesson 6 Excel.pptx
 
Excel ppt
Excel pptExcel ppt
Excel ppt
 
Advance-excel-professional-trainer-in-mumbai
Advance-excel-professional-trainer-in-mumbaiAdvance-excel-professional-trainer-in-mumbai
Advance-excel-professional-trainer-in-mumbai
 
Excel ppt
Excel pptExcel ppt
Excel ppt
 

Recently uploaded

MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotesMuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotesManik S Magar
 
Infrared simulation and processing on Nvidia platforms
Infrared simulation and processing on Nvidia platformsInfrared simulation and processing on Nvidia platforms
Infrared simulation and processing on Nvidia platformsYoss Cohen
 
Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)
Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)
Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)Mark Simos
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
UiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPathCommunity
 
All These Sophisticated Attacks, Can We Really Detect Them - PDF
All These Sophisticated Attacks, Can We Really Detect Them - PDFAll These Sophisticated Attacks, Can We Really Detect Them - PDF
All These Sophisticated Attacks, Can We Really Detect Them - PDFMichael Gough
 
Data governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationData governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationKnoldus Inc.
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Mark Goldstein
 
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...Nikki Chapple
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentPim van der Noll
 
Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...itnewsafrica
 
Varsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
Varsha Sewlal- Cyber Attacks on Critical Critical InfrastructureVarsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
Varsha Sewlal- Cyber Attacks on Critical Critical Infrastructureitnewsafrica
 
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS:  6 Ways to Automate Your Data IntegrationBridging Between CAD & GIS:  6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integrationmarketing932765
 
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesThousandEyes
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...Wes McKinney
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...
Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...
Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...BookNet Canada
 
Microservices, Docker deploy and Microservices source code in C#
Microservices, Docker deploy and Microservices source code in C#Microservices, Docker deploy and Microservices source code in C#
Microservices, Docker deploy and Microservices source code in C#Karmanjay Verma
 

Recently uploaded (20)

MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotesMuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
 
Infrared simulation and processing on Nvidia platforms
Infrared simulation and processing on Nvidia platformsInfrared simulation and processing on Nvidia platforms
Infrared simulation and processing on Nvidia platforms
 
Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)
Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)
Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
UiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to Hero
 
All These Sophisticated Attacks, Can We Really Detect Them - PDF
All These Sophisticated Attacks, Can We Really Detect Them - PDFAll These Sophisticated Attacks, Can We Really Detect Them - PDF
All These Sophisticated Attacks, Can We Really Detect Them - PDF
 
Data governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationData governance with Unity Catalog Presentation
Data governance with Unity Catalog Presentation
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
 
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
 
Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...
 
Varsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
Varsha Sewlal- Cyber Attacks on Critical Critical InfrastructureVarsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
Varsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
 
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS:  6 Ways to Automate Your Data IntegrationBridging Between CAD & GIS:  6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integration
 
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...
Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...
Transcript: New from BookNet Canada for 2024: BNC SalesData and LibraryData -...
 
Microservices, Docker deploy and Microservices source code in C#
Microservices, Docker deploy and Microservices source code in C#Microservices, Docker deploy and Microservices source code in C#
Microservices, Docker deploy and Microservices source code in C#
 

Excel chapter-4

  • 1. Excel Chapter 4 Financial Functions, Data Tables, and Amortization Schedules
  • 2. Objectives Control the color and thickness of outlines and borders Assign a name to a cell and refer to the cell in a formula using the assigned name Determine the monthly payment of a loan using the financial function PMT Use the financial functions PV (present value) and FV (future value) Create a data table to analyze data in a worksheet Add a pointer to a data table Create an amortization schedule © OpenCastLabs Consulting. www.opencast-labs.com
  • 3. Objectives Analyze worksheet data by changing values Use names and the Set Print Area command to print sections of a worksheet Set print options Protect and unprotect cells in a worksheet Use the formula checking features of Excel Hide and unhide cell gridlines, rows, columns, sheets, and workbooks © OpenCastLabs Consulting. www.opencast-labs.com
  • 4. Plan Ahead Create and format the Loan Payment Calculator section of the worksheet Create and format the Interest Rate Schedule section of the worksheet Create and format the Amortization Schedule section of the worksheet Specify and name print areas of the worksheet. Determine which cells to protect and unprotect in the worksheet © OpenCastLabs Consulting. www.opencast-labs.com
  • 5. Starting and Customizing Excel Click the Start button on the Windows Vista taskbar to display the Start menu Click All Programs at the bottom of the left pane on the Start menu to display the All Programs list Click Microsoft Office in the All Programs list to display the Microsoft Office list. Click Microsoft Office Excel 2007 to start Excel and display a blank worksheet in the Excel window If the Excel window is not maximized, click the Maximize button next to the Close button on its title bar to maximize the window If the worksheet window in Excel is not maximized, click the Maximize button next to the Close button on its title bar to maximize the worksheet window within Excel © OpenCastLabs Consulting. www.opencast-labs.com
  • 6. Bolding the Entire Worksheet Click the Select All button immediately above row heading 1 and to the left of column heading A Click the Bold button on the Home tab on the Ribbon © OpenCastLabs Consulting. www.opencast-labs.com
  • 7. Entering the Section Title, Row Titles, System Date, Document Properties and Saving the Workshop Select cell B1. Enter Loan Payment Calculator as the section title. Select the range B1:E1. Click the Merge & Center button on the Ribbon With cell B1 active, click the Cell Styles button on the Ribbon and then select the Title cell style in the Cell Styles gallery Position the mouse pointer on the bottom boundary of row heading 1. Drag down until the ScreenTip indicates Height: 23.25 (31 pixels). Position the mouse pointer on the bottom boundary of row heading 2. Drag down until the ScreenTip indicates Height: 30.00 (40 pixels) Select cell B2 and then enter Date as the row title and then press the TAB key With cell C2 selected, enter =now() to display the system date © OpenCastLabs Consulting. www.opencast-labs.com
  • 8. Entering the Section Title, Row Titles, System Date, Document Properties and Saving the Workshop Right–click cell C2 and then click Format Cells on the shortcut menu. When Excel displays the Format Cells dialog box, click the Number tab, click Date in the Category list, scroll down in the Type list, and then click 14–Mar–2001. Click the OK button Enter the following row titles: Cell Entry Cell Entry © OpenCastLabs Consulting. www.opencast-labs.com
  • 9. Entering the Section Title, Row Titles, System Date, Document Properties and Saving the Workshop Position the mouse pointer on the right boundary of column heading A and then drag to the left until the ScreenTip indicates Width: 1.57 (16 pixels) Position the mouse pointer on the right boundary of column heading B and then drag to the right until the ScreenTip indicates Width: 13.86 (102 pixels) Click column heading C to select it and then drag through column headings D and E. Position the mouse pointer on the right boundary of column heading C and then drag until the ScreenTip indicates Width: 16.29 (119 pixels) Double–click the Sheet1 tab and then enter Braden Mortgage as the sheet name. Right– click the tab and then click Tab Color. Click Light Green (column 5, row 1) in the Standard Colors area and then select cell D6 Update the document properties with your name and any other relevant information With a USB flash drive connected to one of the computer’s USB ports, click the Save button on the Quick Access Toolbar. Save the workbook using the file name Braden Mortgage Loan Payment Calculator on the USB flash drive © OpenCastLabs Consulting. www.opencast-labs.com
  • 10. Entering the Section Title, Row Titles, System Date, Document Properties and Saving the Workshop © OpenCastLabs Consulting. www.opencast-labs.com
  • 11. Adding Custom Borders and a Background Color to a Range Select the range B2:E6 and then right–click to display the shortcut menu Click Format Cells on the shortcut menu When Excel displays the Format Cells dialog box, click the Border tab Click the medium line style in the Style area (column 2, row 5) © OpenCastLabs Consulting. www.opencast-labs.com
  • 12. Adding Custom Borders and a Background Color to a Range Click the Outline button in the Presets area to display a preview of the outline border in the Border area Click the light border in the Style area (column 1, row 7) and then click the Vertical Line button in the Border area to preview the black vertical border in the Border area Click the Fill tab and then click light blue (column 9, row 3) in the Background Color area Click the OK button and then select cell B8 to deselect the range B2:E6, add a black outline with vertical borders to the right side of each column in the range B2: E6, and add a light blue fill color to the range © OpenCastLabs Consulting. www.opencast-labs.com
  • 13. Adding Custom Borders and a Background Color to a Range © OpenCastLabs Consulting. www.opencast-labs.com
  • 14. Formatting Cells before Entering Values Select the range C4:C6. While holding down the CTRL key, select the nonadjacent range E4:E6 Right–click one of the selected ranges and then click Format Cells on the shortcut menu. When Excel displays the Format Cells dialog box, click the Number tab. Click Currency in the Category list and then click the second format, $1,234.10, in the Negative numbers list. Click the OK button to assign the Currency style format with a floating dollar sign to the ranges C4:C6 and E4:E6 © OpenCastLabs Consulting. www.opencast-labs.com
  • 15. Entering the Loan Data Select cell C3. Type Home and then click the Enter box in the formula bar. With cell C3 still active, click the Align Text Right button on the Ribbon. Select cell C4 and then enter 265000 for the price of the house. Select cell C5 and then enter 30000 for the down payment. Select cell E2. Enter 5.75% for the interest rate. Select cell E3 and then enter 18 for the number of years to complete the entry of loan data in the worksheet © OpenCastLabs Consulting. www.opencast-labs.com
  • 16. Entering the Loan Data © OpenCastLabs Consulting. www.opencast-labs.com
  • 17. Creating Names Based on Row Titles Select the range B4:C6 Click the Formulas tab on the Ribbon Click the Create from Selection button on the Ribbon to display the Create Names from Selection dialog box Click the OK button Select the range D2:E6 and then click the Create from Selection button on the Ribbon © OpenCastLabs Consulting. www.opencast-labs.com
  • 18. Creating Names Based on Row Titles Click the OK button on the Create Names from Selection dialog box to assign names to the range E2:E6 Select cell B8 to deselect the range D2:E6 and then click the Name box arrow in the formula bar to view the names created © OpenCastLabs Consulting. www.opencast-labs.com
  • 19. Creating Names Based on Row Titles © OpenCastLabs Consulting. www.opencast-labs.com
  • 20. Entering the Loan Amount Formula Using Names Select cell C6 Type = (equal sign), click cell C4, type – (minus sign), and then click cell C5 to display the formula in cell C6 and in the formula bar using the names of the cells rather then the cell references Click the Enter box to assign the formula =Price – Down_Payment to cell C6 © OpenCastLabs Consulting. www.opencast-labs.com
  • 21. Entering the Loan Amount Formula Using Names © OpenCastLabs Consulting. www.opencast-labs.com
  • 22. Entering the PMT Function Select cell E4. Type –pmt(rate / 12, 12*years, loan_amount as the function to display the PMT function in cell E4 and in the formula bar If necessary, scroll the worksheet to the left using the horizontal scrollbar Click the Enter box in the formula bar to complete the function © OpenCastLabs Consulting. www.opencast-labs.com
  • 23. Entering the PMT Function © OpenCastLabs Consulting. www.opencast-labs.com
  • 24. Determining the Total Interest and Total Cost Select cell E5. Use Point mode and the keyboard to enter the formula =12 * years * monthly_payment – loan_amount to determine the total interest Select cell E6. Use Point mode and the keyboard to enter the formula =price + total_ interest to determine the total cost Select cell B8 to deselect cell E6 Click the Save button on the Quick Access Toolbar to save the workbook using the file name Braden Mortgage Loan Payment Calculator © OpenCastLabs Consulting. www.opencast-labs.com
  • 25. Determining the Total Interest and Total Cost © OpenCastLabs Consulting. www.opencast-labs.com
  • 26. Entering New Loan Data Select cell C3. Type Prius and then press the DOWN ARROW key In cell C4, type 25500 and then press the DOWN ARROW key In cell C5, type 5280 and then select cell E2 In cell E2, type 10.25% and then press the DOWN ARROW key In cell E3, type 5 and then select cell B8 to recalculate the loan information in cells C6, E4, E5, and E6 © OpenCastLabs Consulting. www.opencast-labs.com
  • 27. Entering New Loan Data © OpenCastLabs Consulting. www.opencast-labs.com
  • 28. Entering the Original Loan Data Select cell C3. Type Home and then press the DOWN ARROW key In cell C4, type 265000 and then press the DOWN ARROW key In cell C5, type 30000 and then select cell E2 In cell E2, type 5.75 and then press the DOWN ARROW key In cell E3, type 18 and then select cell B8 © OpenCastLabs Consulting. www.opencast-labs.com
  • 29. Entering the Data Table and Column Titles Click the Home tab on the Ribbon. Select cell B7. Enter Interest Rate Schedule as the data table section title Select cell B1. Click the Format Painter button on the Ribbon. Select cell B7 to copy the format of cell B1 Enter the column titles in the range B8:E8 as shown in Figure 4–21. Select the range B8:E8 and then click the Align Text Right button on the Ribbon to right–align the column titles. Position the mouse pointer on the bottom boundary of row heading 7. Drag down until the ScreenTip indicates Height: 23.25 (31 pixels). Position the mouse pointer on the bottom boundary of row heading 8. Drag down until the ScreenTip indicates Height: 18.00 (24 pixels). Click cell B10 to deselect the range B8:E8 © OpenCastLabs Consulting. www.opencast-labs.com
  • 30. Entering the Data Table and Column Titles © OpenCastLabs Consulting. www.opencast-labs.com
  • 31. Creating a Percent Series Using the Fill Handle With cell B10 selected, enter 4.50% as the first number in the series Select cell B11 and then enter 4.75% as the second number in the series Select the range B10:B11 Drag the fill handle through cell B23 to create the border of the fill area as indicated by the shaded border. Do not release the mouse button Release the mouse button to generate the percent series from 4.50 to 7.75% and display the Auto Fill Options button. Click cell C9 to deselect the range B10:B23 © OpenCastLabs Consulting. www.opencast-labs.com
  • 32. Creating a Percent Series Using the Fill Handle © OpenCastLabs Consulting. www.opencast-labs.com
  • 33. Entering the Formulas in the Data Table With cell C9 active, type =e4 and then press the RIGHT ARROW key Type =e5 in cell D9 and then press the RIGHT ARROW key. Type =e6 in cell E9 and then click the Enter box to complete the assignment of the formulas and Currency style format in the range C9:E9 © OpenCastLabs Consulting. www.opencast-labs.com
  • 34. Entering the Formulas in the Data Table © OpenCastLabs Consulting. www.opencast-labs.com
  • 35. Defining a Range as a Data Table Select the range B9:E23 Click the Data tab on the Ribbon and then click the What–If Analysis button on the Ribbon to display the What–If Analysis menu Click Data Table on the What–If Analysis menu. When Excel displays the Data Table dialog box, click the ‘Column input cell’ box, and then click cell E2 in the Loan Payment Calculator section Click the OK button to create the data table © OpenCastLabs Consulting. www.opencast-labs.com
  • 36. Defining a Range as a Data Table © OpenCastLabs Consulting. www.opencast-labs.com
  • 37. Formatting the Data Table Select the range B8:E23. Right–click the selected range and then click Format Cells on the shortcut menu. When Excel displays the Format Cells dialog box, click the Border tab, and then click the medium line style in the Style area (column 2, row 5). Click the Outline button in the Presets area. Click the light border in the Style area (column 1, row 7) and then click the Vertical Line button in the Border area to preview the black vertical border in the Border area Click the Fill tab and then click the light red color box (column 6, row 2). Click the OK button Select the range B8:E8. Click the Home tab on the Ribbon and then click the Borders button to assign a light bottom border Select the range C10:E23 and right–click. Click Format Cells on the shortcut menu. When Excel displays the Format Cells dialog box, click the Number tab. Click Currency in the Category list, click the Symbol box arrow, click None, and then click the second format, 1,234.10, in the Negative numbers list. Click the OK button to display the worksheet as shown in Figure 4–28. Click the Save button on the Quick Access Toolbar to save the workbook using the file name Braden Mortgage Loan Payment Calculator © OpenCastLabs Consulting. www.opencast-labs.com
  • 38. Formatting the Data Table © OpenCastLabs Consulting. www.opencast-labs.com
  • 39. Adding a Pointer to the Data Table Select the range B10:B23 Click the Conditional Formatting button on the Home tab on the Ribbon to display the Conditional Formatting menu Click New Rule on the Conditional Formatting menu When Excel displays the New Formatting Rule dialog box, click ‘Format only cells that contain’ in the Select a Rule Type box. Select Cell Value in the left list in the ‘Format only cells with’ area and then select equal to in the middle list. Type =$E$2 in the right box © OpenCastLabs Consulting. www.opencast-labs.com
  • 40. Adding a Pointer to the Data Table Click the Format button, click the Fill tab, and then click Green (column 5, row 7) on the Background color palette Click the Font tab, click the Color box arrow, and then click White (column 1, row 1) on the Color palette in the Theme area Click the OK button in the Format Cells dialog box to display the New Formatting Rule dialog box Click the OK button in the New Formatting Rule dialog box. Click cell G23 to deselect the range B10:B23 Select cell E2 and then enter 7.25 as the interest rate Enter 5.75 in cell E2 to return the Loan Payment Calculator section and Interest Rate Schedule section to their original states © OpenCastLabs Consulting. www.opencast-labs.com
  • 41. Adding a Pointer to the Data Table © OpenCastLabs Consulting. www.opencast-labs.com
  • 42. Changing Column Widths and Entering Titles Position the mouse pointer on the right boundary of column heading F and then drag to the left until the ScreenTip shows Width: 1.57 (16 pixels) Position the mouse pointer on the right boundary of column heading G and then drag to the left until the ScreenTip shows Width: 8.43 (64 pixels) Drag through column headings H through K to select them. Position the mouse pointer on the right boundary of column heading K and then drag to the right until the ScreenTip shows Width: 14.00 (103 pixels) Select cell G1. Type Amortization Schedule as the section title. Press the ENTER key © OpenCastLabs Consulting. www.opencast-labs.com
  • 43. Changing Column Widths and Entering Titles Select cell B1. Click the Format Painter button on the Ribbon. Click cell G1 to copy the format of cell B1. Click the Merge & Center button on the Ribbon to split cell G1. Select the range G1:K1 and then click the Merge & Center button on the Ribbon Enter the column titles in the range G2:K2. Where appropriate, press ALT+ENTER to enter the titles on two lines. Select the range G2:K2 and then click the Align Text Right button on the Ribbon. Select cell G3 to display the section title and column headings © OpenCastLabs Consulting. www.opencast-labs.com
  • 44. Changing Column Widths and Entering Titles © OpenCastLabs Consulting. www.opencast-labs.com
  • 45. Creating a Series of Integers Using the Filled Handle With cell G3 active, enter 1 as the initial year. Select cell G4 and then enter 2 to represent the next year Select the range G3:G4 and then point to the fill handle. Drag the fill handle through cell G20 to create the series of integers 1 through 18 in the range G3:G20 © OpenCastLabs Consulting. www.opencast-labs.com
  • 46. Creating a Series of Integers Using the Filled Handle © OpenCastLabs Consulting. www.opencast-labs.com
  • 47. Entering the Formulas in the Amortization Schedule Select cell H3 and then enter =c6 as the beginning balance of the loan Select cell I3 and then type =if(g3 <=$e$3, pv($e$2 /12, 12 * ($e$3– g3), –$e$4),0) as the entry Click the Enter box in the formula bar to insert the formula Select cell J3. Type =h3 – i3 and then press the RIGHT ARROW key Type =if(h3 > 0, 12 * $e$4 – j3, 0) in cell K3 to display the amount paid on the principal after 1 year ($7,673.21) in cell J3, using the same format as in cell H3 Click the Enter box in the formula bar to complete the entry © OpenCastLabs Consulting. www.opencast-labs.com
  • 48. Entering the Formulas in the Amortization Schedule © OpenCastLabs Consulting. www.opencast-labs.com
  • 49. Copying the Formulas to Fill the Amortization Schedule Select the range I3:K3 and then drag the fill handle down through row 20 to copy the formulas in cells I3, J3, and K3 to the range I4: K20 Select cell H4, type =i3 as the cell entry, and then click the Enter box in the formula bar to display the ending balance (227326.7922) for year 1 as the beginning balance for year 2 With cell H4 active, drag the fill handle down through row 20 to copy the formula in cell H4 (=I3) to the range H5:H20 © OpenCastLabs Consulting. www.opencast-labs.com
  • 50. Copying the Formulas to Fill the Amortization Schedule © OpenCastLabs Consulting. www.opencast-labs.com
  • 51. Entering the Total Formulas in the Amortization Schedule Select cell I21. Enter Subtotal as the row title. Select the range J21:K21. Click the Sum button on the Ribbon Select cell I22. Type Down Pymtas the row title. Select cell K22 and then enter =c5 as the down payment Select cell I23. Type Total Cost as the row title. Select cell K23, type =j21 + k21 + k22 as the total cost, and then click the Enter box in the formula bar to complete the amortization schedule totals © OpenCastLabs Consulting. www.opencast-labs.com
  • 52. Entering the Total Formulas in the Amortization Schedule © OpenCastLabs Consulting. www.opencast-labs.com
  • 53. Formatting the Numbers in the Amortization Schedule Select cell H3. Click the Format Painter button on the Home tab on the Ribbon. Drag through the range I3:K3 to assign the Currency style format to the cells Select the range H4:K20 and then right–click. Click Format Cells on the shortcut menu. When Excel displays the Format Cells dialog box, click the Number tab. Click Currency in the Category list, click the Symbol box arrow, click None, and then click the second format, 1,234.10, in the Negative numbers list. Click the OK button Select cell H21 to deselect the range H4:K20 to display the numbers in the amortization schedule © OpenCastLabs Consulting. www.opencast-labs.com
  • 54. Adding Borders and a Background to the Amortization Schedule Select the range G2:K23. Right–click the selected range and then click Format Cells on the shortcut menu. When Excel displays the Format Cells dialog box, click the Border tab Click the medium line style in the Style area (column 2, row 5). Click the Outline button in the Presets area Click the light line style in the Style area (column 1, row 7). Click the vertical line button in the Border area Click the Fill tab and then click light blue (column 5, row 2). Click the OK button © OpenCastLabs Consulting. www.opencast-labs.com
  • 55. Adding Borders and a Background to the Amortization Schedule Select the range G2:K2. Click the Borders button on the Home tab on the Ribbon to assign the range a light bottom border Select the range G20:K20 and then click the Borders button on the Home tab on the Ribbon to assign the range a light bottom border. Select cell H22 to display the worksheet Click the Save button on the Quick Access Toolbar to save the workbook using the file name, Braden Mortgage Loan Payment Calculator © OpenCastLabs Consulting. www.opencast-labs.com
  • 56. Adding Borders and a Background to the Amortization Schedule © OpenCastLabs Consulting. www.opencast-labs.com
  • 57. Entering New Loan Data Select cell C3. Type Pontoon Boat and then press the DOWN ARROW key In cell C4, type 41550 and then press the DOWN ARROW key In cell C5, type 6000 as the down payment. Select cell E2, type 7.25 and then press the DOWN ARROW key In cell E3, type 5 and then press the DOWN ARROW key. Select cell H22 to display the worksheet © OpenCastLabs Consulting. www.opencast-labs.com
  • 58. Entering New Loan Data © OpenCastLabs Consulting. www.opencast-labs.com
  • 59. Entering the Original Loan Data Select cell C3. Type Home and then press the DOWN ARROW key In cell C4, type 265000 and then press the DOWN ARROW key In cell C5, type 30000 as the down payment Select cell E2, type 5.75 and then press the DOWN ARROW key In cell E3, type 18 and then click the Enter box in the formula bar or press the ENTER key to complete the entry of the original load data. Select cell H22 © OpenCastLabs Consulting. www.opencast-labs.com
  • 60. Setting up a Worksheet to Print Click the Page Layout tab on the Ribbon and then click the Page Setup Dialog Box Launcher on the Ribbon When Excel displays the Page Setup dialog box, click the Page tab and then click Fit to in the Scaling area to set the worksheet to print on one page Click the Sheet tab and then click ‘Black and white’ in the Print area to select the check box Click the OK button © OpenCastLabs Consulting. www.opencast-labs.com
  • 61. Setting up a Worksheet to Print © OpenCastLabs Consulting. www.opencast-labs.com
  • 62. Setting up the Print Area Select the range B1:E6 and then click the Print Area button on the Ribbon to display the Print Area menu Click Set Print Area on the Print Area menu Click the Office Button and then click Print on the Office Button menu. When Excel displays the Print dialog box, click the OK button to print the selected area Click the Print Area button on the Ribbon and then click the Clear Print Area command on the Print Area menu to reset the print area to the entire worksheet © OpenCastLabs Consulting. www.opencast-labs.com
  • 63. Setting up the Print Area © OpenCastLabs Consulting. www.opencast-labs.com
  • 64. Naming and Printing Sections of a Worksheet If necessary, select the range B1: E6, click the Name box, and then type Loan_Payment as the name of the range Press the ENTER key Select the range B7:E23, click the Name box, type Interest_Schedule as the name of the range, and then press the ENTER key Select the range G1:K23, click the Name box, type Amortization_ Schedule as the name of the range, and then press the ENTER key Select the range B1:K23, click the Name box, type All_Sections as the name of the range, and then press the ENTER key © OpenCastLabs Consulting. www.opencast-labs.com
  • 65. Naming and Printing Sections of a Worksheet Select cell H22 and then click the Name box arrow in the formula bar to display the Name list with the new range names Click Loan_Payment in the Name list to select the range B1:E6 Click the Office Button and then click Print on the Office Button menu to display the Print dialog box. When Excel displays the Print dialog box, click Selection in the Print what area © OpenCastLabs Consulting. www.opencast-labs.com
  • 66. Naming and Printing Sections of a Worksheet Click the OK button to print the Loan_Payment range One at a time, use the Name box to select the names Interest_Schedule, Amortization_Schedule, and All_Sections, and then print them following the instructions in Step 3 Click the Save button on the Quick Access Toolbar to save the workbook using the fi le name, Braden Mortgage Loan Payment Calculator. © OpenCastLabs Consulting. www.opencast-labs.com
  • 67. Naming and Printing Sections of a Worksheet © OpenCastLabs Consulting. www.opencast-labs.com
  • 68. Hiding and Unhiding a Sheet If the Braden Mortgage sheet is not active, click its sheet tab Right–click the sheet tab to display the shortcut menu Click Hide on the shortcut menu to hide the Braden Mortgage sheet Right–click any sheet tab to display the shortcut menu © OpenCastLabs Consulting. www.opencast-labs.com
  • 69. Hiding and Unhiding a Sheet Click Unhide on the shortcut menu to open the Unhide dialog box When Excel displays the Unhide dialog box, if necessary, click Braden Mortgage in the Unhide sheet list Click the OK button to unhide the Braden Mortgage sheet © OpenCastLabs Consulting. www.opencast-labs.com
  • 70. Hiding and Unhiding a Sheet © OpenCastLabs Consulting. www.opencast-labs.com
  • 71. Hiding and Unhiding a Workbook Click the View tab on the Ribbon Click the Hide button on the Ribbon to hide the Braden Mortgage workbook Click the Unhide button on the Ribbon When Excel displays the Unhide dialog box, if necessary, click Braden Mortgage Loan Payment Calculator in the Unhide workbook list Click the OK button to unhide the Braden Mortgage Loan Payment Calculator workbook as it was shown in Figure 4–62 © OpenCastLabs Consulting. www.opencast-labs.com
  • 72. Hiding and Unhiding a Workbook © OpenCastLabs Consulting. www.opencast-labs.com
  • 73. Enabling the Background Formula Checking Click the Office Button on the Ribbon, click the Excel Options button, and then click the Formulas button If necessary, click ‘Enable background error checking’ in the Error Checking area to select it Click any check box in the ‘Error checking rules’ area that does not contain a check mark Click the OK button © OpenCastLabs Consulting. www.opencast-labs.com
  • 74. Enabling the Background Formula Checking © OpenCastLabs Consulting. www.opencast-labs.com
  • 75. Quitting Excel Click the Close button on the right side of the title bar If Excel displays a Microsoft Office Excel dialog box, click the No button © OpenCastLabs Consulting. www.opencast-labs.com
  • 76. Protecting a Worksheet Select the range C3:C5 Hold down the CTRL key and then select the nonadjacent range E2:E3 Right–click one of the selected ranges to display the shortcut menu Click Format Cells on the shortcut menu When Excel displays the Custom Lists dialog box, click the Protection tab, and then click Locked to remove the check mark © OpenCastLabs Consulting. www.opencast-labs.com
  • 77. Protecting a Worksheet Click the OK button and then select cell H22 to deselect the ranges C3:C5 and E2:E3 Click the Review tab on the Ribbon Click the Protect Sheet button on the Ribbon to display the Protect Sheet dialog box When Excel displays the Protect Sheet dialog box, make sure the Protect worksheet and contents of locked cells check box at the top of the dialog box and the first two check boxes in the list contain check marks Click the OK button in the Protect Sheet dialog box Click the Save button on the Quick Access Toolbar © OpenCastLabs Consulting. www.opencast-labs.com
  • 78. Protecting a Worksheet © OpenCastLabs Consulting. www.opencast-labs.com
  • 79. Summary Control the color and thickness of outlines and borders Assign a name to a cell and refer to the cell in a formula using the assigned name Determine the monthly payment of a loan using the financial function PMT Use the financial functions PV (present value) and FV (future value) Create a data table to analyze data in a worksheet Add a pointer to a data table Create an amortization schedule © OpenCastLabs Consulting. www.opencast-labs.com
  • 80. Summary Analyze worksheet data by changing values Use names and the Set Print Area command to print sections of a worksheet Set print options Protect and unprotect cells in a worksheet Use the formula checking features of Excel Hide and unhide cell gridlines, rows, columns, sheets, and workbooks © OpenCastLabs Consulting. www.opencast-labs.com
  • 81. Excel Chapter 4 Complete