Excel Project 3 What-if Analysis, Charting, Working with Large Worksheets

Size: px
Start display at page:

Download "Excel Project 3 What-if Analysis, Charting, Working with Large Worksheets"

Transcription

1 Excel Project 3 What-if Analysis, Charting, Working with Large Worksheets This project introduces you to techniques that will enhance your abilities to create worksheets and draw charts. You will learn how to use absolute cell references and how to use the IF function to assign a value to a cell based on a logical test. 1. Open Microsoft Excel to a blank worksheet. 2. Click the Select All button located above row heading 1 and to the left of column heading A. 3. Click the Bold button to set font attribute bold for the entire worksheet. 4. In cell A1 enter the text Hyperlink.com 5. In cell A2 enter Six-Month Projected Revenue, Expenses, and Net Income 6. In cell B3 enter July and press <Enter>. 7. Click back in cell B3. Change the font size to Click the Borders button arrow and choose Thick bottom Border. 9. Right-click on cell B3 and then select Format Cells from the resulting menu. 10. Click the Alignment tab and select 45 in the Orientation area. Click OK. 11. Use the mouse to grab the Fill Handle for cell B3 and drag it through the range C3:G3 and release. If done correctly, your worksheet should look like the one below. Besides creating a series of values, the fill handle also copies the format of cell B3 (11-point font, thick bottom border, text rotated 45 ) to the range C3:G3. You can create several different types of series using the fill handle. See the table below: Examples of Series Using the Fill Handle 3:00 4:00 5:00 6:00 Qtr3 Qtr4 Qtr1 Qtr2 Quarter 1 Quarter 2 Quarter 3 Quarter 4 Jul-2001, Oct-2001 Jul-2001, Oct-2002 Jul-2001, Oct-2003 Jul-2001, Oct , , , , , 2 1, 3 1, 4 1, 5 500, , , , 583 Sun Mon Tue Wed Saturday Sunday Monday Tuesday 1st Section 2nd Section 3rd Section 4th Section Copying a Cell s Format Using the Format Painter Button Adjusting Column Widths 12. Enter Total in cell H With cell G3 selected, click the Format Painter button. Click cell H3 to assign the format of cell G3 to H3. Total in H3 should now appear just like the other values of row You are now going to increase the width of column A. Move the mouse pointer to the boundary between column heading A and column heading B so that the mouse pointer changes to a split double arrow. Drag the mouse pointer to the right until the ScreenTip displays Width:21.00 (152 pixels). Release the mouse pointer. Excel Project 3 Page 1

2 15. Click column heading B and drag the mouse through column heading G to select columns B through G. Move the mouse pointer to the boundary between column headings B and C and then drag the mouse to the right until ScreenTip displays Width: (96 pixels). Release the mouse. Columns B:G should now all be width Change column H to width 15. Entering Row Titles 17. In cell A4, enter Revenue 18. Enter Expenses in cell A6, Administrative in A7, Marketing in A8, Commission in A9, Bonus in A10, Technical Support in A11, Equipment in A12, Total Expenses in A13, Net Income in A14, and Assumptions in A Select the range A7:A12. Click the Increase Indent button to indent these sub-titles. Click cell A17. Your worksheet should now look like the one below: The Increase Indent button indents the contents of a cell to the right by 3 spaces each time you click it. Decrease Indent decreases the indent by 3 spaces. Copying a Range of Cells to a Nonadjacent Paste Area 20. Select the range A7:A12. Click the Copy button. Excel surrounds the range with a marquee when you click Copy and copies the values and formats of the range to the clipboard. 21. Click cell A17 and press <Enter> to complete the paste. The sub-titles are pasted under the Assumptions title. 22. Inserting a Row: Right-click row heading 21 and click Insert on the resulting menu. A blank row appears, moving the other rows down. You may also insert columns and/or individual cells within a worksheet. 23. Click cell A21 and enter Revenue for Bonus in the cell. It should automatically pick up the correct indent. Entering a number with a format symbol When entering numerical values into Excel, you may automatically set their format by entering the correct formatting symbols. This has the same effect as entering an unformatted number and then choosing Cells from the Format menu. 24. Enter the following values and formatting symbols in the cells indicated: B % B % B % B20 75, B21 5,000, B % B % 25. Put your network ID in cell E Save the file to your network folder using the filename Hyperlink. Freezing Worksheet Titles Freezing worksheet titles is a useful technique for viewing large worksheets that extend beyond the window. For example, when you scroll down and to the right, the column titles in row 3 and the row Excel Project 3 Page 2

3 titles in column A that define the numbers are no longer visible. This makes it difficult to remember what the numbers represent. To alleviate this problem, Excel allows you to freeze the titles so they display on the screen no matter how far down or to the right you scroll. 27. Click in cell B4, the cell below the column headings you want to freeze and to the right of the row titles you want to freeze. 28. From the Window menu, select Freeze Panes. Excel splits the window into two parts. The right border of column A and the bottom border of row 3 change to a thin black line indicating the split between the frozen titles and the rest of the worksheet. 29. Enter in cell B4, in C4, in D4, in E4, in F4, and in G Click cell H4 and then click the AutoSum button twice. Your worksheet should look like the one below: 31. Click in cell H2 and then click the Paste Function button. When the Paste Function dialog box displays, click Date and Time in the Function Category list box. Scroll down in the Function name list and select NOW to enter a formula for the current Date and Time. Absolute vs. Relative Addressing The next step is to enter the formulas that calculate the projected monthly expenses in the range B7:G13 and the net incomes in row 14. The projected monthly expenses are based on the projected monthly revenue in row 4 and the Assumptions in the range B17:B23. The formulas for each column are the same except for the reference to the projected monthly revenues in row 4, which varies according to month. Absolute referencing is needed to lock the Assumptions cells in the formulas. Otherwise, Excel would adjust the formulas relative to the locations to which they are copied. 32. Click cell B7 and enter =, Click on cell B17 to enter it in your formula, Press F4 to change B17 to an absolute reference, type * (asterisk) and then click cell B4. Your formula should be =$B$17*B4. Click the Enter Box to complete entering the formula. 33. Click cell B8 and enter =$B$18*B In cell B9 enter =$B$19*B Next you will use an IF function to determine whether a bonus is earned. Bonus will be earned if Revenue (B4) is greater than the Revenue for Bonus (B21) value. In cell B10 enter the formula =if(b4>=$b$21, $b$20, 0). Notice the absolute references in the formulas. As they are copied to other columns the absolute portions of the formulas will not change should appear in B10 after you enter the formula. Entering the remaining formulas: 36. Technical Support is 28.75% of Revenue. In cell B11 enter the formula =$b$22*b4 37. Equipment is 31.25% of Revenue. In cell B12 enter the formula =$b$23*b4 Excel Project 3 Page 3

4 38. B13 represents Total Expenses. Click cell B13 then click the AutoSum button twice to add the expenses. 39. Net Income is Revenue Total Expenses. In cell B14 enter =b4-b13. Below-left shows the correct results of your formulas. 40. To view your formulas press <Ctrl> + ` (left quote found above the Tab key). Your formulas should look like the figure above-right. After checking formulas press <Ctrl> + ` again to return to values view. 41. Next you will copy the formulas for July into the remaining months. Select the range B7:B Drag the fill handle at the bottom-right of cell B14 to the right through cell G14. You formulas are copied and your worksheet should look like the image below. Next you will calculate the total projected expenses by category and total net income. 43. Select the range H7:H14. Click the AutoSum button to calculate the totals. Click cell B4 to clear the range selection. 44. From the Window menu select Unfreeze panes to unfreeze the worksheet titles. Save you worksheet. Formatting the Worksheet 45. Select the range B4:H4. While holding down the <Ctrl> key select the nonadjacent ranges B7:H7 and B13:B14. Right-click the selected range and select Format cells on the shortcut menu. When the Format cells dialog box displays. Click the number tab, Click Currency in the category list, select 2 in the Decimal places box, click $ in the Symbol list to ensure a dollar sign displays, and click ($1,234.10) in the Negative numbers list. Click OK. 46. Select the ranges B8:H12, C13:H13, and C14:H14. Select Cells from the Format menu and if necessary click the Number tab. Click Currency in the Category list, click 2 in the Decimal places box, click none in the Symbol list so that a dollar sign does not display, click (1,234.10) in the Negative numbers list. Click OK. 47. Click in cell A1. Change the font to Lucinda Calligraphy or a similar font and the size to Click in cell A2. Change the font to Bookman Old Style or a similar font and the size to Select the range A1:H2. Click the Fill Color Button Arrow and select Green from the color palette (column 4, row 2). Click the Font Color Button Arrow and change the font color to White (column 8, row 5). 50. If necessary, click the Drawing button to display the Drawing toolbar. Excel Project 3 Page 4

5 51. If necessary, drag the drawing toolbar over the status bar at the bottom of the screen to anchor it there. 52. With the range A1:H2 selected, click the Shadow Button on the Drawing Toolbar. Select Shadow Style 14 (column 2, row 4) on the Shadow palette. 53. Click in cell A4. Hold down the <Ctrl> key and click in cells A6, A13, and A14 to select the nonadjacent cells. Change the font size to 12 for these cells. 54. Click in cell A4. Hold down the <Ctrl> key and click cell A6 and while still holding the <Ctrl> key select the range A14:H14. Apply Yellow (column 3, row 5) fill color to these cells. With these cells still selected click the Shadow button and apply Shadow Style 14 (column 2, row 4) to the cells. 55. Scroll down so that rows 16 to 23 are all visible. Change cell A16 to font size 16, Bold, Italic, and Underline. 56. Select the range A16:B23 and apply Green fill color and White font color. With the range still selected, apply Shadow Style 14. Click outside the range to deselect it. Click the Draw button (deselect it) to hide the Drawing toolbar. You worksheet should look like the one below. Save your work. Visually representing data using Chart Wizard 57. Select the ranges B3:G3 and B14:G14. (HINT: Use the <Ctrl> key) Click the Chart Wizard button. Row 3 will be your titles and row 14 your data to chart. 58. When the Chart Wizard Step 1 of 4 Chart Type dialog box displays, click Pie in the Chart Type list and the click the 3-D Pie chart (column 2, row 1) in the Chart sub-type box. Click Next. 59. The Chart Wizard Step 2 or 4 Chart Source dialog box displays showing a sample of the 3-D chart. Click Next. 60. When the Step 3 of 4 dialog box appears, on the Titles tab type Projected Net Income netid in the Chart title text box. Remember netid is your network logon ID. Click the Legend tab and then remove the check mark from the Show Legend box. Click the Data Labels tab. Click Category Name and Percentage to select them. Click Next. 61. When the Step 4 of 4 dialog box appears, click As New Sheet to put your chart on a separate page from your table. Click Finish to generate the chart. Save your work. Formatting the Chart Title and Labels 62. If necessary, click the Chart 1 tab to view the chart. Click the chart title. 63. Change the font size to 36. Underline the title and change the font color to red (column 1 row 3). 64. Right-click one of the data labels that identify the slices. Select Format Data Labels and change the font to 12 point, bold, and Red. Click OK when finished. Your chart should be similar to the one pictured below. Excel Project 3 Page 5

6 Projected Net Income DFxxx November 12% December 17% October 20% July 24% September 14% August 13% Changing the colors of the slices 65. Click on the July slice twice, once to select all of the slices and once to select the July slice only. (Do not double-click) Click the Fill Color button arrow and select Red from the color list to change the July slice to red. 66. One at a time select the remaining slices and change their colors as indicated: December Green; November Orange; October Yellow; September Blue; August Plum; Click outside the chart area. 67. Click the July slice twice to select it (Do not double-click). Drag the slice out of the pine approximately ½ inch. This is called exploding the pie. 68. With the July slice selected, click Chart on the Menu bar and select 3-D View. 69. When the 3-D View dialog box displays, click the up arrow button in the 3-D View dialog box appears until 25 displays in the Elevation box. The effect is to tilt the pie forward. 70. Rotate the Pie chart by clicking the Left Rotation button until the Rotation box displays 80. Click OK and then click outside the chart area to deselect the July slice. Save your work. 71. Click the July data label twice to select it (Do not double-click). Grab the upper-left handle and drag the July label away from the July slice until a leader line appears. 72. Repeat the same process for the other slice labels. 73. Click outside the chart area. 74. Double-click the tab labeled Chart1 at the bottom of the screen. Type 3-D Pie Chart as the new tab label. Press <Enter>. 75. Change the name of Sheet1 to Six Month Plan using the same method described above. 76. Spell check and correct any spelling errors. Save your work. Previewing and Printing the Workbook 77. If both sheets are not selected, select the inactive one by holding down the <Ctrl> key and then clicking the name tab of the inactive sheet. 78. From the File menu choose Page Setup. Click the Page tab and select Landscape. 79. Print preview to verify that your worksheet will print on two pages. When satisfied, from the File menu select Print. Select the Lexmark printer and make sure Entire Workbook is selected in the Print What area of the Print dialog box. Staple the two sheets and place them in the appropriate tray. Changing the View of a Worksheet With Excel, you can easily change the view of a worksheet. For example, you can magnify or shrink the worksheet on the screen. You also can view different parts of the worksheet through window panes. 80. Right-click the Six-Month Plan tab and choose Ungroup Sheets from the resulting menu. Excel Project 3 Page 6

7 81. If necessary, click the Six-Month Plan tab to view that sheet. Click the Zoom box arrow and select 75%. Excel shrinks the display of the worksheet to 75% of its normal display. You can see more rows and columns this way, but notice that many of the numbers display as a series of number signs (#) because the columns are not wide enough to display the entire cell contents. 82. Change back to 100% view. The same type of thing can be done on the 3-D Pie sheet to change how it is viewed. Splitting the Window into Panes Previously in this project, you used the Freeze Panes command to freeze worksheet titles on a large worksheet so they always would display on the screen. When working with a large sheet, you can also split the window into two or four window panes to view different parts of the worksheet at the same time. 83. Click the Six-Month Plan tab. Click cell D5, the cell we will use for the intersection of four panes. From the Window menu, select Split. Borders for the four panes and new scroll bars appear. Use the scroll bars to display the four corners of the worksheet. 84. Clearing the Split: From the Window select Remove Split to return to normal view. 85. Windows may also be split by dragging the vertical and/or horizontal split bars into position. These are small rectangles located just above the vertical scroll bar and just to the right of the horizontal scroll bar. What-If Analysis The automatic recalculation feature of Excel is a powerful tool that can be used to analyze worksheet data. Using Excel to scrutinize the impact of changing values in cells that are referenced by a formula in another cell is called what-if analysis or sensitivity analysis. The steps in the next section change the three assumptions to determine projected net income based on different values. 86. In cell B17 enter 11.5, in B18 enter 8, and in B20 enter Excel immediately recalculates all the formulas in the worksheet, including the projected six-month projected income in cell H13. See below: Decreasing admin and marketing cost and cutting bonuses increased projected net income by 1.3 million dollars. Each time you enter a new assumption, Excel recalculates the worksheet and redraws the 3-D Pie chart. Goal Seeking If you know the result you want a formula to produce, you can use goal seeking to determine the value of a cell on which the formula depends. The following steps close and reopen the Hyperlink workbook and uses the Goal Seek command on the Tools menu to determine what projected marketing percentage will produce a projected net income of $7,000,000 in cell H Close the Hyperlink workbook without saving to discard the changes you made in the last section. 88. Reopen the Hyperlink workbook. 89. Drag the Vertical Split Box to the middle of column F. Scroll down so that row 4 is at the top of the display. Column H should display in the right pane. 90. Click cell H14. From the Tools menu select Goal Seek. 91. Type the entries shown at the right. Excel Project 3 Page 7

8 92. Click OK. Excel immediately changes cell H14 from $5,567, to the desire value of $7,000, More importantly, Excel changes the marketing assumption in cell B18 from 9.50% to 5.72%, the level to which marketing must be cut to net 7 million. You can see from this goal seeking example that the cell to change (cell B18) does not have to be referenced directly in the formula or function calculating cell H14. Its formula is =SUM(B14:G14). However, cell B18 was used to calculate values that were used to calculate the totals in B14:G14. Close the Hyperlink workbook without saving. You have completed this exercise. Excel Project 3 Page 8

Excel Project Creating a Stock Portfolio Simulation

Excel Project Creating a Stock Portfolio Simulation Background Vocabulary Excel Project Creating a Stock Portfolio Simulation 1. What is a stock? A stock is a share in the ownership of a corporation, a large business organization. A stock, also, represents

More information

Excel 2007 Basic knowledge

Excel 2007 Basic knowledge Ribbon menu The Ribbon menu system with tabs for various Excel commands. This Ribbon system replaces the traditional menus used with Excel 2003. Above the Ribbon in the upper-left corner is the Microsoft

More information

Excel 2003 Tutorial I

Excel 2003 Tutorial I This tutorial was adapted from a tutorial by see its complete version at http://www.fgcu.edu/support/office2000/excel/index.html Excel 2003 Tutorial I Spreadsheet Basics Screen Layout Title bar Menu bar

More information

Microsoft Excel Basics

Microsoft Excel Basics COMMUNITY TECHNICAL SUPPORT Microsoft Excel Basics Introduction to Excel Click on the program icon in Launcher or the Microsoft Office Shortcut Bar. A worksheet is a grid, made up of columns, which are

More information

Microsoft Excel 2010 Tutorial

Microsoft Excel 2010 Tutorial 1 Microsoft Excel 2010 Tutorial Excel is a spreadsheet program in the Microsoft Office system. You can use Excel to create and format workbooks (a collection of spreadsheets) in order to analyze data and

More information

How to Use Excel 2007

How to Use Excel 2007 How to Use Excel 2007 Table of Contents THE EXCEL ENVIRONMENT... 4 MOVE OR SCROLL THROUGH A WORKSHEET... 5 USE THE SCROLL BARS TO MOVE THROUGH A WORKSHEET... 5 USE THE ARROW KEYS TO MOVE THROUGH A WORKSHEET...

More information

Basic Microsoft Excel 2007

Basic Microsoft Excel 2007 Basic Microsoft Excel 2007 The biggest difference between Excel 2007 and its predecessors is the new layout. All of the old functions are still there (with some new additions), but they are now located

More information

Handout: How to Use Excel 2010

Handout: How to Use Excel 2010 How to Use Excel 2010 Table of Contents THE EXCEL ENVIRONMENT... 4 MOVE OR SCROLL THROUGH A WORKSHEET... 5 USE THE SCROLL BARS TO MOVE THROUGH A WORKSHEET... 5 USE THE ARROW KEYS TO MOVE THROUGH A WORKSHEET...

More information

Excel basics. Before you begin. What you'll learn. Requirements. Estimated time to complete:

Excel basics. Before you begin. What you'll learn. Requirements. Estimated time to complete: Excel basics Excel is a powerful spreadsheet and data analysis application, but to use it most effectively, you first have to understand the basics. This tutorial introduces some of the tasks and features

More information

Excel Project 4. 1. From the Start menu select New Office Document. If necessary, click the General tab and then double-click Blank workbook.

Excel Project 4. 1. From the Start menu select New Office Document. If necessary, click the General tab and then double-click Blank workbook. Excel Project 4 Two of the more powerful aspects of Excel are its wide array of functions and its capability to organize answers to what-if questions. In earlier projects you were introduced to several

More information

Computer Training Centre University College Cork. Excel 2013 Level 1

Computer Training Centre University College Cork. Excel 2013 Level 1 Computer Training Centre University College Cork Excel 2013 Level 1 Table of Contents Introduction... 1 Opening Excel... 1 Using Windows 7... 1 Using Windows 8... 1 Getting Started with Excel 2013... 2

More information

Intro to Excel spreadsheets

Intro to Excel spreadsheets Intro to Excel spreadsheets What are the objectives of this document? The objectives of document are: 1. Familiarize you with what a spreadsheet is, how it works, and what its capabilities are; 2. Using

More information

MS Excel. Handout: Level 2. elearning Department. Copyright 2016 CMS e-learning Department. All Rights Reserved. Page 1 of 11

MS Excel. Handout: Level 2. elearning Department. Copyright 2016 CMS e-learning Department. All Rights Reserved. Page 1 of 11 MS Excel Handout: Level 2 elearning Department 2016 Page 1 of 11 Contents Excel Environment:... 3 To create a new blank workbook:...3 To insert text:...4 Cell addresses:...4 To save the workbook:... 5

More information

Introduction To Microsoft Office Excel 2007. Bob Booth July 2008 AP-Excel8

Introduction To Microsoft Office Excel 2007. Bob Booth July 2008 AP-Excel8 Introduction To Microsoft Office Excel 2007. Bob Booth July 2008 AP-Excel8 University of Sheffield Contents 1. INTRODUCTION... 3 2. OVERVIEW OF SPREADSHEETS... 3 3. GETTING STARTED... 4 3.1 STARTING EXCEL

More information

Lab 11: Budgeting with Excel

Lab 11: Budgeting with Excel Lab 11: Budgeting with Excel This lab exercise will have you track credit card bills over a period of three months. You will determine those months in which a budget was met for various categories. You

More information

Creating and Editing Workbooks. STUDENT LEARNING OUTCOMES (SLOs) After completing this chapter, you will be able to:

Creating and Editing Workbooks. STUDENT LEARNING OUTCOMES (SLOs) After completing this chapter, you will be able to: CHAPTER 1 Creating and Editing Workbooks CHAPTER OVERVIEW Microsoft Excel (Excel) is a spreadsheet program you can use to create electronic workbooks to organize numerical data, perform calculations, and

More information

Microsoft Excel 2010 Charts and Graphs

Microsoft Excel 2010 Charts and Graphs Microsoft Excel 2010 Charts and Graphs Email: training@health.ufl.edu Web Page: http://training.health.ufl.edu Microsoft Excel 2010: Charts and Graphs 2.0 hours Topics include data groupings; creating

More information

ECDL. European Computer Driving Licence. Spreadsheet Software BCS ITQ Level 2. Syllabus Version 5.0

ECDL. European Computer Driving Licence. Spreadsheet Software BCS ITQ Level 2. Syllabus Version 5.0 European Computer Driving Licence Spreadsheet Software BCS ITQ Level 2 Using Microsoft Excel 2010 Syllabus Version 5.0 This training, which has been approved by BCS, The Chartered Institute for IT, includes

More information

NAVIGATION TIPS. Special Tabs

NAVIGATION TIPS. Special Tabs rp`=j~êëü~ää=påüççä=çñ=_ìëáåéëë Academic Information Services Excel 2007 Cheat Sheet Find Excel 2003 Commands in Excel 2007 Use this handout to find where Excel 2003 commands are located in Excel 2007.

More information

Excel Level Two. Introduction. Contents. Exploring Formulas. Entering Formulas

Excel Level Two. Introduction. Contents. Exploring Formulas. Entering Formulas Introduction Excel Level Two This workshop introduces you to formulas, functions, moving and copying data, using autofill, relative and absolute references, and formatting cells. Contents Introduction

More information

Microsoft Excel 2010 Part 3: Advanced Excel

Microsoft Excel 2010 Part 3: Advanced Excel CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Microsoft Excel 2010 Part 3: Advanced Excel Winter 2015, Version 1.0 Table of Contents Introduction...2 Sorting Data...2 Sorting

More information

To launch the Microsoft Excel program, locate the Microsoft Excel icon, and double click.

To launch the Microsoft Excel program, locate the Microsoft Excel icon, and double click. EDIT202 Spreadsheet Lab Assignment Guidelines Getting Started 1. For this lab you will modify a sample spreadsheet file named Starter- Spreadsheet.xls which is available for download from the Spreadsheet

More information

In this session, we will explain some of the basics of word processing. 1. Start Microsoft Word 11. Edit the Document cut & move

In this session, we will explain some of the basics of word processing. 1. Start Microsoft Word 11. Edit the Document cut & move WORD PROCESSING In this session, we will explain some of the basics of word processing. The following are the outlines: 1. Start Microsoft Word 11. Edit the Document cut & move 2. Describe the Word Screen

More information

Excel 2003: Ringtones Task

Excel 2003: Ringtones Task Excel 2003: Ringtones Task 1. Open up a blank spreadsheet 2. Save the spreadsheet to your area and call it Ringtones.xls 3. Add the data as shown here, making sure you keep to the cells as shown Make sure

More information

Getting Started with Excel 2008. Table of Contents

Getting Started with Excel 2008. Table of Contents Table of Contents Elements of An Excel Document... 2 Resizing and Hiding Columns and Rows... 3 Using Panes to Create Spreadsheet Headers... 3 Using the AutoFill Command... 4 Using AutoFill for Sequences...

More information

Excel. Microsoft Office s spreadsheet application can be used to track. and analyze numerical data for display on screen or in printed

Excel. Microsoft Office s spreadsheet application can be used to track. and analyze numerical data for display on screen or in printed Excel Microsoft Office s spreadsheet application can be used to track and analyze numerical data for display on screen or in printed format. Excel is designed to help you record and calculate data, and

More information

Basic Excel Handbook

Basic Excel Handbook 2 5 2 7 1 1 0 4 3 9 8 1 Basic Excel Handbook Version 3.6 May 6, 2008 Contents Contents... 1 Part I: Background Information...3 About This Handbook... 4 Excel Terminology... 5 Excel Terminology (cont.)...

More information

Q&As: Microsoft Excel 2013: Chapter 2

Q&As: Microsoft Excel 2013: Chapter 2 Q&As: Microsoft Excel 2013: Chapter 2 In Step 5, why did the date that was entered change from 4/5/10 to 4/5/2010? When Excel recognizes that you entered a date in mm/dd/yy format, it automatically formats

More information

Create Charts in Excel

Create Charts in Excel Create Charts in Excel Table of Contents OVERVIEW OF CHARTING... 1 AVAILABLE CHART TYPES... 2 PIE CHARTS... 2 BAR CHARTS... 3 CREATING CHARTS IN EXCEL... 3 CREATE A CHART... 3 HOW TO CHANGE THE LOCATION

More information

Excel 2003 A Beginners Guide

Excel 2003 A Beginners Guide Excel 2003 A Beginners Guide Beginner Introduction The aim of this document is to introduce some basic techniques for using Excel to enter data, perform calculations and produce simple charts based on

More information

Microsoft Excel 2010. Understanding the Basics

Microsoft Excel 2010. Understanding the Basics Microsoft Excel 2010 Understanding the Basics Table of Contents Opening Excel 2010 2 Components of Excel 2 The Ribbon 3 o Contextual Tabs 3 o Dialog Box Launcher 4 o Quick Access Toolbar 4 Key Tips 5 The

More information

Microsoft Excel Training - Course Topic Selections

Microsoft Excel Training - Course Topic Selections Microsoft Excel Training - Course Topic Selections The Basics Creating a New Workbook Navigating in Excel Moving the Cell Pointer Using Excel Menus Using Excel Toolbars: Hiding, Displaying, and Moving

More information

Publisher 2010 Cheat Sheet

Publisher 2010 Cheat Sheet April 20, 2012 Publisher 2010 Cheat Sheet Toolbar customize click on arrow and then check the ones you want a shortcut for File Tab (has new, open save, print, and shows recent documents, and has choices

More information

Sample Table. Columns. Column 1 Column 2 Column 3 Row 1 Cell 1 Cell 2 Cell 3 Row 2 Cell 4 Cell 5 Cell 6 Row 3 Cell 7 Cell 8 Cell 9.

Sample Table. Columns. Column 1 Column 2 Column 3 Row 1 Cell 1 Cell 2 Cell 3 Row 2 Cell 4 Cell 5 Cell 6 Row 3 Cell 7 Cell 8 Cell 9. Working with Tables in Microsoft Word The purpose of this document is to lead you through the steps of creating, editing and deleting tables and parts of tables. This document follows a tutorial format

More information

Excel 2007 A Beginners Guide

Excel 2007 A Beginners Guide Excel 2007 A Beginners Guide Beginner Introduction The aim of this document is to introduce some basic techniques for using Excel to enter data, perform calculations and produce simple charts based on

More information

Formatting Formatting Tables

Formatting Formatting Tables Intermediate Excel 2013 One major organizational change introduced in Excel 2007, was the ribbon. Each ribbon revealed many more options depending on the tab selected. The Help button is the question mark

More information

Microsoft Word 2010. Quick Reference Guide. Union Institute & University

Microsoft Word 2010. Quick Reference Guide. Union Institute & University Microsoft Word 2010 Quick Reference Guide Union Institute & University Contents Using Word Help (F1)... 4 Window Contents:... 4 File tab... 4 Quick Access Toolbar... 5 Backstage View... 5 The Ribbon...

More information

Introduction to Microsoft Excel 2010

Introduction to Microsoft Excel 2010 Introduction to Microsoft Excel 2010 Screen Elements Quick Access Toolbar The Ribbon Formula Bar Expand Formula Bar Button File Menu Vertical Scroll Worksheet Navigation Tabs Horizontal Scroll Bar Zoom

More information

Microsoft Excel 2010 Linking Worksheets and Workbooks

Microsoft Excel 2010 Linking Worksheets and Workbooks Microsoft Excel 2010 Linking Worksheets and Workbooks Email: training@health.ufl.edu Web Page: http://training.health.ufl.edu Microsoft Excel 2010: Linking Worksheets & Workbooks 1.5 hour Topics include

More information

Instructions for Formatting APA Style Papers in Microsoft Word 2010

Instructions for Formatting APA Style Papers in Microsoft Word 2010 Instructions for Formatting APA Style Papers in Microsoft Word 2010 To begin a Microsoft Word 2010 project, click on the Start bar in the lower left corner of the screen. Select All Programs and then find

More information

Migrating to Excel 2010 from Excel 2003 - Excel - Microsoft Office 1 of 1

Migrating to Excel 2010 from Excel 2003 - Excel - Microsoft Office 1 of 1 Migrating to Excel 2010 - Excel - Microsoft Office 1 of 1 In This Guide Microsoft Excel 2010 looks very different, so we created this guide to help you minimize the learning curve. Read on to learn key

More information

Data Visualization. Prepared by Francisco Olivera, Ph.D., Srikanth Koka Department of Civil Engineering Texas A&M University February 2004

Data Visualization. Prepared by Francisco Olivera, Ph.D., Srikanth Koka Department of Civil Engineering Texas A&M University February 2004 Data Visualization Prepared by Francisco Olivera, Ph.D., Srikanth Koka Department of Civil Engineering Texas A&M University February 2004 Contents Brief Overview of ArcMap Goals of the Exercise Computer

More information

As in the example above, a Budget created on the computer typically has:

As in the example above, a Budget created on the computer typically has: Activity Card Create a How will you ensure that your expenses do not exceed what you planned to invest or spend? You can create a budget to plan your expenditures and earnings. As a family, you can plan

More information

Creating Charts in Microsoft Excel A supplement to Chapter 5 of Quantitative Approaches in Business Studies

Creating Charts in Microsoft Excel A supplement to Chapter 5 of Quantitative Approaches in Business Studies Creating Charts in Microsoft Excel A supplement to Chapter 5 of Quantitative Approaches in Business Studies Components of a Chart 1 Chart types 2 Data tables 4 The Chart Wizard 5 Column Charts 7 Line charts

More information

Excel Unit 4. Data files needed to complete these exercises will be found on the S: drive>410>student>computer Technology>Excel>Unit 4

Excel Unit 4. Data files needed to complete these exercises will be found on the S: drive>410>student>computer Technology>Excel>Unit 4 Excel Unit 4 Data files needed to complete these exercises will be found on the S: drive>410>student>computer Technology>Excel>Unit 4 Step by Step 4.1 Creating and Positioning Charts GET READY. Before

More information

MICROSOFT WORD TUTORIAL

MICROSOFT WORD TUTORIAL MICROSOFT WORD TUTORIAL G E T T I N G S T A R T E D Microsoft Word is one of the most popular word processing programs supported by both Mac and PC platforms. Microsoft Word can be used to create documents,

More information

Microsoft Word 2010 Prepared by Computing Services at the Eastman School of Music July 2010

Microsoft Word 2010 Prepared by Computing Services at the Eastman School of Music July 2010 Microsoft Word 2010 Prepared by Computing Services at the Eastman School of Music July 2010 Contents Microsoft Office Interface... 4 File Ribbon Tab... 5 Microsoft Office Quick Access Toolbar... 6 Appearance

More information

MS Word 2007 practical notes

MS Word 2007 practical notes MS Word 2007 practical notes Contents Opening Microsoft Word 2007 in the practical room... 4 Screen Layout... 4 The Microsoft Office Button... 4 The Ribbon... 5 Quick Access Toolbar... 5 Moving in the

More information

Microsoft Office Excel 2007 Key Features. Office of Enterprise Development and Support Applications Support Group

Microsoft Office Excel 2007 Key Features. Office of Enterprise Development and Support Applications Support Group Microsoft Office Excel 2007 Key Features Office of Enterprise Development and Support Applications Support Group 2011 TABLE OF CONTENTS Office of Enterprise Development & Support Acknowledgment. 3 Introduction.

More information

Tutorial Microsoft Office Excel 2003

Tutorial Microsoft Office Excel 2003 Tutorial Microsoft Office Excel 2003 Introduction: Microsoft Excel is the most widespread program for creating spreadsheets on the market today. Spreadsheets allow you to organize information in rows and

More information

Merging Labels, Letters, and Envelopes Word 2013

Merging Labels, Letters, and Envelopes Word 2013 Merging Labels, Letters, and Envelopes Word 2013 Merging... 1 Types of Merges... 1 The Merging Process... 2 Labels - A Page of the Same... 2 Labels - A Blank Page... 3 Creating Custom Labels... 3 Merged

More information

Using Microsoft Project 2000

Using Microsoft Project 2000 Using MS Project Personal Computer Fundamentals 1 of 45 Using Microsoft Project 2000 General Conventions All text highlighted in bold refers to menu selections. Examples would be File and Analysis. ALL

More information

The Center for Teaching, Learning, & Technology

The Center for Teaching, Learning, & Technology The Center for Teaching, Learning, & Technology Instructional Technology Workshops Microsoft Excel 2010 Formulas and Charts Albert Robinson / Delwar Sayeed Faculty and Staff Development Programs Colston

More information

EXCEL PIVOT TABLE David Geffen School of Medicine, UCLA Dean s Office Oct 2002

EXCEL PIVOT TABLE David Geffen School of Medicine, UCLA Dean s Office Oct 2002 EXCEL PIVOT TABLE David Geffen School of Medicine, UCLA Dean s Office Oct 2002 Table of Contents Part I Creating a Pivot Table Excel Database......3 What is a Pivot Table...... 3 Creating Pivot Tables

More information

Introduction to Microsoft Excel 2007/2010

Introduction to Microsoft Excel 2007/2010 to Microsoft Excel 2007/2010 Abstract: Microsoft Excel is one of the most powerful and widely used spreadsheet applications available today. Excel's functionality and popularity have made it an essential

More information

The Basics of Microsoft Excel

The Basics of Microsoft Excel The Basics of Microsoft Excel Theresa A Scott, MS Biostatistician III Department of Biostatistics Vanderbilt University theresa.scott@vanderbilt.edu Table of Contents 1 Introduction 1 1.1 Spreadsheet Basics..........................................

More information

Table of Contents TASK 1: DATA ANALYSIS TOOLPAK... 2 TASK 2: HISTOGRAMS... 5 TASK 3: ENTER MIDPOINT FORMULAS... 11

Table of Contents TASK 1: DATA ANALYSIS TOOLPAK... 2 TASK 2: HISTOGRAMS... 5 TASK 3: ENTER MIDPOINT FORMULAS... 11 Table of Contents TASK 1: DATA ANALYSIS TOOLPAK... 2 TASK 2: HISTOGRAMS... 5 TASK 3: ENTER MIDPOINT FORMULAS... 11 TASK 4: ADD TOTAL LABEL AND FORMULA FOR FREQUENCY... 12 TASK 5: MODIFICATIONS TO THE HISTOGRAM...

More information

Microsoft Excel: Exercise 5

Microsoft Excel: Exercise 5 Microsoft Excel: Exercise 5 In this exercise: Using AutoSum Using the fill handle to copy formulas Using AutoFormat Using the Chart Wizard to create a pie and bar graph This is a case study exercise. In

More information

CREATING FORMAL REPORT. using MICROSOFT WORD. and EXCEL

CREATING FORMAL REPORT. using MICROSOFT WORD. and EXCEL CREATING a FORMAL REPORT using MICROSOFT WORD and EXCEL TABLE OF CONTENTS TABLE OF CONTENTS... 2 1 INTRODUCTION... 4 1.1 Aim... 4 1.2 Authorisation... 4 1.3 Sources of Information... 4 2 FINDINGS... 4

More information

HOUR 9. Formatting Worksheets to Look Great

HOUR 9. Formatting Worksheets to Look Great HOUR 9 Formatting Worksheets to Look Great Excel makes it easy to make even simple worksheets look professional. AutoFormat quickly formats your worksheet within the boundaries you select. If you want

More information

Microsoft Excel 2010 Training

Microsoft Excel 2010 Training Microsoft Excel 2010 Training Microsoft Excel 101 Instructor: Debbie Minnerly Course goals Find popular commands quickly on the ribbon. Learn how to use the File menu (Microsoft Office Backstage view).

More information

Macros in Word & Excel

Macros in Word & Excel Macros in Word & Excel Description: If you perform a task repeatedly in Word or Excel, you can automate the task by using a macro. A macro is a series of steps that is grouped together as a single step

More information

Microsoft Office PowerPoint 2013

Microsoft Office PowerPoint 2013 Microsoft Office PowerPoint 2013 Navigating the PowerPoint 2013 Environment The Ribbon: The ribbon is where you will access a majority of the commands you will use to create and develop your presentation.

More information

Introduction to Microsoft Word 2008

Introduction to Microsoft Word 2008 1. Launch Microsoft Word icon in Applications > Microsoft Office 2008 (or on the Dock). 2. When the Project Gallery opens, view some of the available Word templates by clicking to expand the Groups, and

More information

Data Visualization. Brief Overview of ArcMap

Data Visualization. Brief Overview of ArcMap Data Visualization Prepared by Francisco Olivera, Ph.D., P.E., Srikanth Koka and Lauren Walker Department of Civil Engineering September 13, 2006 Contents: Brief Overview of ArcMap Goals of the Exercise

More information

Create a Poster Using Publisher

Create a Poster Using Publisher Contents 1. Introduction 1. Starting Publisher 2. Create a Poster Template 5. Aligning your images and text 7. Apply a background 12. Add text to your poster 14. Add pictures to your poster 17. Add graphs

More information

CREATING EXCEL PIVOT TABLES AND PIVOT CHARTS FOR LIBRARY QUESTIONNAIRE RESULTS

CREATING EXCEL PIVOT TABLES AND PIVOT CHARTS FOR LIBRARY QUESTIONNAIRE RESULTS CREATING EXCEL PIVOT TABLES AND PIVOT CHARTS FOR LIBRARY QUESTIONNAIRE RESULTS An Excel Pivot Table is an interactive table that summarizes large amounts of data. It allows the user to view and manipulate

More information

Microsoft Word 2010 Tutorial

Microsoft Word 2010 Tutorial 1 Microsoft Word 2010 Tutorial Microsoft Word 2010 is a word-processing program, designed to help you create professional-quality documents. With the finest documentformatting tools, Word helps you organize

More information

EXCEL 2007. Using Excel for Data Query & Management. Information Technology. MS Office Excel 2007 Users Guide. IT Training & Development

EXCEL 2007. Using Excel for Data Query & Management. Information Technology. MS Office Excel 2007 Users Guide. IT Training & Development Information Technology MS Office Excel 2007 Users Guide EXCEL 2007 Using Excel for Data Query & Management IT Training & Development (818) 677-1700 Training@csun.edu http://www.csun.edu/training TABLE

More information

Word basics. Before you begin. What you'll learn. Requirements. Estimated time to complete:

Word basics. Before you begin. What you'll learn. Requirements. Estimated time to complete: Word basics Word is a powerful word processing and layout application, but to use it most effectively, you first have to understand the basics. This tutorial introduces some of the tasks and features that

More information

Microsoft PowerPoint Tutorial

Microsoft PowerPoint Tutorial Microsoft PowerPoint Tutorial Contents Starting MS PowerPoint... 1 The MS PowerPoint Window... 2 Title Bar...2 Office Button...3 Saving Your Work... 3 For the first time... 3 While you work... 3 Backing

More information

Tips and Tricks for Printing an Excel Spreadsheet

Tips and Tricks for Printing an Excel Spreadsheet Tips and Tricks for Printing an Excel Spreadsheet Microsoft Excel provides the following ways to view your spreadsheet and adjust how it will look printed: Normal view This is the default view and is best

More information

Scientific Graphing in Excel 2010

Scientific Graphing in Excel 2010 Scientific Graphing in Excel 2010 When you start Excel, you will see the screen below. Various parts of the display are labelled in red, with arrows, to define the terms used in the remainder of this overview.

More information

ECDL / ICDL Spreadsheets Syllabus Version 5.0

ECDL / ICDL Spreadsheets Syllabus Version 5.0 ECDL / ICDL Spreadsheets Syllabus Version 5.0 Purpose This document details the syllabus for ECDL / ICDL Spreadsheets. The syllabus describes, through learning outcomes, the knowledge and skills that a

More information

Microsoft Excel 2013 Tutorial

Microsoft Excel 2013 Tutorial Microsoft Excel 2013 Tutorial TABLE OF CONTENTS 1. Getting Started Pg. 3 2. Creating A New Document Pg. 3 3. Saving Your Document Pg. 4 4. Toolbars Pg. 4 5. Formatting Pg. 6 Working With Cells Pg. 6 Changing

More information

Microsoft Office 2010: Introductory Q&As PowerPoint Chapter 1

Microsoft Office 2010: Introductory Q&As PowerPoint Chapter 1 Microsoft Office 2010: Introductory Q&As PowerPoint Chapter 1 Are the themes displayed in a specific order? (PPT 6) Yes. They are arranged in alphabetical order running from left to right. If you point

More information

Microsoft Word 2010 Tutorial

Microsoft Word 2010 Tutorial Microsoft Word 2010 Tutorial GETTING STARTED Microsoft Word is one of the most popular word processing programs supported by both Mac and PC platforms. Microsoft Word can be used to create documents, brochures,

More information

How To Use Excel 2010 On Windows 7 (Windows 7) On A Pc Or Mac) With A Microsoft Powerbook (Windows Xp) On Your Computer Or Macintosh (Windows) On Windows Xp (Windows 2007) On Microsoft Excel 2010

How To Use Excel 2010 On Windows 7 (Windows 7) On A Pc Or Mac) With A Microsoft Powerbook (Windows Xp) On Your Computer Or Macintosh (Windows) On Windows Xp (Windows 2007) On Microsoft Excel 2010 ISBN 978-1-921780-70-7 CREATE AND PRODUCE SPREADSHEETS BSBITU202A/BSBITU304A Excel 2010 Supporting BSBITU202A Create and Use Spreadsheets and BSBITU304A Produce Spreadsheets in the Business Services Training

More information

Excel 2007: Basics Learning Guide

Excel 2007: Basics Learning Guide Excel 2007: Basics Learning Guide Exploring Excel At first glance, the new Excel 2007 interface may seem a bit unsettling, with fat bands called Ribbons replacing cascading text menus and task bars. This

More information

Computer Skills Microsoft Excel Creating Pie & Column Charts

Computer Skills Microsoft Excel Creating Pie & Column Charts Computer Skills Microsoft Excel Creating Pie & Column Charts In this exercise, we will learn how to display data using a pie chart and a column chart, color-code the charts, and label the charts. Part

More information

Microsoft Access 2010 handout

Microsoft Access 2010 handout Microsoft Access 2010 handout Access 2010 is a relational database program you can use to create and manage large quantities of data. You can use Access to manage anything from a home inventory to a giant

More information

Microsoft Excel 2007 Level 2

Microsoft Excel 2007 Level 2 Information Technology Services Kennesaw State University Microsoft Excel 2007 Level 2 Copyright 2008 KSU Dept. of Information Technology Services This document may be downloaded, printed or copied for

More information

Analyzing Excel Data Using Pivot Tables

Analyzing Excel Data Using Pivot Tables NDUS Training and Documentation Analyzing Excel Data Using Pivot Tables Pivot Tables are interactive worksheet tables you can use to quickly and easily summarize, organize, analyze, and compare large amounts

More information

Handout: Word 2010 Tips and Shortcuts

Handout: Word 2010 Tips and Shortcuts Word 2010: Tips and Shortcuts Table of Contents EXPORT A CUSTOMIZED QUICK ACCESS TOOLBAR... 2 IMPORT A CUSTOMIZED QUICK ACCESS TOOLBAR... 2 USE THE FORMAT PAINTER... 3 REPEAT THE LAST ACTION... 3 SHOW

More information

Instructions for Formatting MLA Style Papers in Microsoft Word 2010

Instructions for Formatting MLA Style Papers in Microsoft Word 2010 Instructions for Formatting MLA Style Papers in Microsoft Word 2010 To begin a Microsoft Word 2010 project, click on the Start bar in the lower left corner of the screen. Select All Programs and then find

More information

Microsoft Excel 2013: Macro to apply Custom Margins, Titles, Gridlines, Autofit Width & Add Macro to Quick Access Toolbar & How to Delete a Macro.

Microsoft Excel 2013: Macro to apply Custom Margins, Titles, Gridlines, Autofit Width & Add Macro to Quick Access Toolbar & How to Delete a Macro. Microsoft Excel 2013: Macro to apply Custom Margins, Titles, Gridlines, Autofit Width & Add Macro to Quick Access Toolbar & How to Delete a Macro. Do you need to always add gridlines, bold the heading

More information

Excel -- Creating Charts

Excel -- Creating Charts Excel -- Creating Charts The saying goes, A picture is worth a thousand words, and so true. Professional looking charts give visual enhancement to your statistics, fiscal reports or presentation. Excel

More information

Microsoft Excel 2003

Microsoft Excel 2003 TABLE OF CONTENTS 1.0 INTRODUCTION... 1 1.1 WHAT IS MICROSOFT EXCEL?...1 1.2 FEATURES OF MICROSOFT EXCEL...1 1.3 STARTING MICROSOFT EXCEL...1 1.4 THE LAYOUT OF THE EXCEL SCREEN...2 1.5 THE WORKSHEET WINDOW...3

More information

In this example, Mrs. Smith is looking to create graphs that represent the ethnic diversity of the 24 students in her 4 th grade class.

In this example, Mrs. Smith is looking to create graphs that represent the ethnic diversity of the 24 students in her 4 th grade class. Creating a Pie Graph Step-by-step directions In this example, Mrs. Smith is looking to create graphs that represent the ethnic diversity of the 24 students in her 4 th grade class. 1. Enter Data A. Open

More information

Office v.x Mac OS X Keyboard Shortcuts

Office v.x Mac OS X Keyboard Shortcuts Office v.x Mac OS X Keyboard Shortcuts Desktop Reference Guide by Dean Pirera Copyright 2008 Dean Pirera Byron IT 1 Table of Contents Introduction 3 About this ebook 3 Some Quick Theory 4 Understanding

More information

Microsoft Word 2010 Basics

Microsoft Word 2010 Basics Microsoft Word 2010 Basics 1. Start Word if the Word 2007 icon is not on the desktop: a. Click Start>Programs>Microsoft Office>Microsoft Word 2007 b. The Ribbon- seen across the top of Microsoft Word.

More information

PA Payroll Exercise for Intermediate Excel

PA Payroll Exercise for Intermediate Excel PA Payroll Exercise for Intermediate Excel Follow the directions below to create a payroll exercise. Read through each individual direction before performing it, like you are following recipe instructions.

More information

Creating Interactive PDF Forms

Creating Interactive PDF Forms Creating Interactive PDF Forms Using Adobe Acrobat X Pro Information Technology Services Outreach and Distance Learning Technologies Copyright 2012 KSU Department of Information Technology Services This

More information

What is Microsoft Excel?

What is Microsoft Excel? What is Microsoft Excel? Microsoft Excel is a member of the spreadsheet family of software. Spreadsheets allow you to keep track of data, create charts based from data, and perform complex calculations.

More information

Word 2010: The Basics Table of Contents THE WORD 2010 WINDOW... 2 SET UP A DOCUMENT... 3 INTRODUCING BACKSTAGE... 3 CREATE A NEW DOCUMENT...

Word 2010: The Basics Table of Contents THE WORD 2010 WINDOW... 2 SET UP A DOCUMENT... 3 INTRODUCING BACKSTAGE... 3 CREATE A NEW DOCUMENT... Word 2010: The Basics Table of Contents THE WORD 2010 WINDOW... 2 SET UP A DOCUMENT... 3 INTRODUCING BACKSTAGE... 3 CREATE A NEW DOCUMENT... 4 Open a blank document... 4 Start a document from a template...

More information

Welcome to CorelDRAW, a comprehensive vector-based drawing and graphic-design program for the graphics professional.

Welcome to CorelDRAW, a comprehensive vector-based drawing and graphic-design program for the graphics professional. Working with layout Welcome to CorelDRAW, a comprehensive vector-based drawing and graphic-design program for the graphics professional. In this tutorial, you will create a poster for an imaginary coffee

More information

3 What s New in Excel 2007

3 What s New in Excel 2007 3 What s New in Excel 2007 3.1 Overview of Excel 2007 Microsoft Office Excel 2007 is a spreadsheet program that enables you to enter, manipulate, calculate, and chart data. An Excel file is referred to

More information

Instructions for Creating an Outlook E-mail Distribution List from an Excel File

Instructions for Creating an Outlook E-mail Distribution List from an Excel File Instructions for Creating an Outlook E-mail Distribution List from an Excel File 1.0 Importing Excel Data to an Outlook Distribution List 1.1 Create an Outlook Personal Folders File (.pst) Notes: 1) If

More information

Task Force on Technology / EXCEL

Task Force on Technology / EXCEL Task Force on Technology EXCEL Basic terminology Spreadsheet A spreadsheet is an electronic document that stores various types of data. There are vertical columns and horizontal rows. A cell is where the

More information

Microsoft PowerPoint 2010 Handout

Microsoft PowerPoint 2010 Handout Microsoft PowerPoint 2010 Handout PowerPoint is a presentation software program that is part of the Microsoft Office package. This program helps you to enhance your oral presentation and keep the audience

More information