Prepared By: Graeme Hilson. U3A Nunawading

Size: px
Start display at page:

Download "Prepared By: Graeme Hilson. U3A Nunawading"

Transcription

1 0 Prepared By: Graeme Hilson U3A Nunawading

2 1 CONTENTS This Course Page 3 Reference Material Page 3 Introduction page 3 Microsoft Excel Page 3 What is a Spreadsheet Page 4 Excel Screen Page 4 Using the Fill Handle Page 5 Creating a simple Spreadsheet Page 5 Text (Labels) Page 5 Numbers (Values) Page 5 Formulae Page 5 Sum Formula Page 6 Auto Sum Feature Page 6 Saving the Spreadsheet Page 6 Exiting the Excel Program Page 6 Why use Cell References Page 6 Some Useful Formulae Page 7 Free Hand Formula Page 8 Mathematical Operators Page 8 Comparison Operators Page 8 Editing Spreadsheet Entries Page 8 Turning Figures into Money Page 9 Adding Decimal Formats Page 9 Currency, Percentage and Comma Page 9 Align Labels and Values Page 9 Relative Cell Reference Page 10 Absolute Cell Reference Page 10

3 2 Contents (Cont) Mixed Cell References Page 10 Inserting and Deleting Columns and Rows Page 10 Adjusting Column Width and Row Height Page 11 ##### Symbols Page 11 Working with Files Page 11 Tab Scroll Page 11 Inserting a New Sheet Page 11 Deleting a Sheet Page 12 Rename a Sheet Page 12 Move a Sheet Page 12 Colour Code Tabs Page 12 Cell Comments Page 12 Adding a Cell Comment Page 13 Viewing a Comment Page 13 Editing a Comment Page 13 Removing a Comment Page 13 Linking Data from one Sheet to Another Page 13 Creating a Database Page 14 Planning a Database Page 14 Entering Data into a Database Page 15 Editing a Database Page 15 Sorting Data in a Database Page 15 Undoing a Sort Page 15 Filtering a Sort Page 16 Un-Filtering a List Page 16 Preparing a Sheet for Printing Page 17

4 3 This Course This 6 week course is for the student who wants to quickly learn the fundamental principles of Microsoft Excel or for the student who wants to brush up what they may have forgotten. Students attending this course should have a sound knowledge of how to work with files and folders and be able to save and retrieve files to and from both the computer hard drive and a USB stick. Reference Material Many books and publications have been written detailing the various features and capabilities of Microsoft Excel. The problem with many of these books is that they are far too wordy and sometimes difficult to use as a quick reference guide. One that stands apart from the many available can be found in a series of books under the heading of In Easy Steps, Excel If you can t find this book in bookshops it can be purchased online and posted to you for less than $35. The advantage of this series of books is that they use few words and lots of pictures to illustrate the various features of Excel. Students are strongly urged to purchase this publication as a good reference resource for the future. Introduction In the early days of computers, spreadsheets were used by accountants and bookkeepers in large organisations and businesses. In more recent years, home computer users have begun to see the value of spreadsheets as a financial and budgeting tool within the home. Microsoft Excel Excel is one of the programs usually found in the Microsoft Office Suite of software along with Word, PowerPoint, Outlook and Publisher. Excel utilises all the Microsoft operational features. Like other Microsoft programs, it is a selectand-do process. That is to say, you first of all SELECT an item and then DO something to that item, such as entering data, copying to a new location, or formatting as in changing text to italic text or deleting items from the spreadsheet. Like other Microsoft programs, there is usually more than one way of performing most functions in Excel. As you gain experience using Excel you will work out which method suits you best. But remember, there are sometimes two, three or four different ways to perform some features. Microsoft Excel is a powerful electronic spreadsheet program. Unlike Microsoft Word, it is not usually used for writing letters and documents. It has many advanced features that make numerical data entry and manipulation much easier, quicker and more accurate. Excel allows you to design the layout and presentation of data using a range of unique formatting tools. It provides all the editing tools you have become accustomed with in other Microsoft programs.

5 4 Formulae can be added to the spreadsheet to determine simple additions and subtractions right through to complex scientific calculations. However, the success and usefulness of your spreadsheet will depend on the accuracy and attention to layout and design principles. What is a Spreadsheet? A spreadsheet is a type of document that is used for storing and manipulating data. It is primarily used for entering numbers (values) and using formulae to create documents like profit & loss statements, sales records or share registers. A spreadsheet or Sheet is a rectangular document divided into grids designed into a series of columns and rows. In Excel 2010, a sheet has 16,384 columns and 1,048,576 rows. The intersection of each column and row is called a Cell. Each intersection is given a cell address, for example C4 which is the intersection of Column C and Row 4. Data (either alpha or numeric) is placed into the cells. If this idea reminds you of a road map, then you are getting the idea of how Excel Spreadsheets are designed. Excel Screen When the Excel program is opened, it will open as a new (blank) workbook (file) and display a new sheet (sheet1), ready for you to commence entering information. Quick Access Tool Bar Min/Restore/Max Close Menu Tabs Menu Ribbons Title Bar Columns Address Bar Active Cell Rows Input/Formula Bar Sheet Tabs Scroll Bars

6 5 Notice the various elements of the Excel screen as shown above. Try to familiarise yourself with these elements. The Excel screen is actually made up of two windows. The first and larger window is referred to as the Excel Application Window and is titled Book 1 Microsoft Excel. The second and smaller window is referred to as the worksheet window. Note that when you click on a cell the relevant column and row are highlighted in yellow and the active cell address appears in the address bar. Using the Fill Handle Excel has a number of features which simplify and save time when entering data into a spreadsheet. At the bottom right hand corner of each current or active cell, is a small black box. This is referred to as a Fill Handle as it fills in the gaps using the cells contents as an example of the data required. This procedure is done using the mouse. As you pass the mouse pointer over the active cell and across this box or fill handle the mouse pointer changes shape to a small black cross. Holding down the left mouse button and moving across the adjacent cells will cause Excel to start entering data into the new cell addresses based on the information in the active cell. Creating a Simple Spreadsheet Spreadsheets are created using a combination of text, numbers and formulae. When data is keyed into a cell on a spreadsheet, Excel can determine the difference between text, numbers or formula. Which data type you enter will determine how Excel will treat your entry. Text (Labels) Text is more commonly used to explain the data entries on the spreadsheet. Text is added in the form of a label, which can be either a column label or heading, a row label or heading or spreadsheet title. When text is placed into a cell, by default it will be placed at the left-hand side of the cell. Numbers (Values) A number is a figure which has numeric value such as 10 (ten) or 5 (five). Whenever a number is added to a cell, Excel will recognise that it is a number and place it to the right-hand side of the cell. Excel will also read entries which commence with + or as a numeric value. All numbers entered in a spreadsheet are referred to as values. Formulae Formulae are really mathematical expressions. They indicate to Excel how you would like the numeric entry to be treated. This might be a simply addition or multiplication. You will notice when working with Excel that you will rarely type in a formula like This is because Excel is really only interested in the cell that the numbers are in, not the number itself. Therefore, the formula would be written something like this: =D4 + G6.

7 6 If you look at this latter formula, you will notice that the formula starts with an = (equals) symbol. All Excel formulae will start with an = sign so that Excel can differentiate between the formula and all other data you are working with. You will also notice that when you refer to a cell in a formula you must give the column letter and the row number when the data is entered. Hence D4 means the cell at the intersection of column D and row 4. Sum Formula The most commonly used formula use in Excel is the SUM formula and will be written as follows: =SUM(D4:D24) where D4:D24 is the cell range to be added up. Auto Sum Feature Saving the Spreadsheet The AUTO SUM feature saves time in-putting the SUM formula for this most frequently used formula. Care must be taken in using this feature as blank cells in a range are assumed to be the end of the range and therefore the range does not extend beyond the blank cell. The range can be extended manually by dragging (holding the left mouse button down) beyond blank cells. Excel does not save your work as you go so it is important to remember to progressively save your work whilst creating, adding to or modifying the spreadsheet. You can save your spreadsheet to the documents folder on your hard drive or to an external drive (USB) in the same way that you save any other document. Exiting the Excel Program When you have finished using the Excel program, never turn the computer off without closing the Excel program and returning to the Windows desktop. To exit from the program use the following steps. Left click on File menu and select Save As Save the document in the usual way unless you have no need to refer to it again If you are not going to save the document, left click on File and left click on Exit Alternatively, left click on the Red cross in the top right hand corner Why use Cell References? It was mentioned earlier that Excel is not really interested in the data content of a cell when working with formulae. You have been using cell references or addresses such as B1..B5 when using the SUM formula rather than the values in the cells you are adding up. The question why use cell references in a formula can be answered in part, by Excels remarkable ability to re-calculate a formula. The moment Excel realises a value has changed in one of the cell references used in the formula, it automatically re-calculates the answer for you.

8 7 A = The sum is written to the spreadsheet by typing in the actual values found in each cell. Excel s answer is 302. A = If you change the value in A2 to 46, the answer is still 302 which is now wrong. It should be 303. A =A1+A2+A3 Because this table used only cell references in the formula, the formula did not limit Excel s ability to re-calculate the answer when the entry in A2 was changed. Typing fixed values in the formula of the other tables prevented Excel from making adjustments to the answer when the entry in A2 changed. This resulted in an incorrect answer. Some Useful Formulae SUM MIN MAX AVERAGE COUNT COUNTIF IF Today Now Gives the sum of a given cell range. =SUM(D1:D8) Gives the minimum number in a given cell range. =MIN(A1:F15) Gives the maximum number in a given cell range. =MAX(A1:F15) Gives the average of numbers in a given cell range. =AVERAGE(A1:F15) Gives the number of cells in a given range which have something in them. =COUNT(A1:A10) Gives the number of cells in a given range which meet a given criteria. =COUNTIF(B4:B12, Yes ) Gives a True or False response to a given criteria. =IF(D3<50, Fail, Pass ) Gives todays date. =TODAY() Gives todays date and current time. =NOW()

9 8 Free Hand Formula Often you will need to apply a formula to a spreadsheet that uses basic mathematical operators like subtraction, multiplication and division. The SUM formula will not be suitable in these cases. It is much quicker to apply a freehand formula where you can tell Excel which cell references (positions) you wish to include and which operators you need in the calculation. Take note of the symbols you use for each function: Mathematical Operators +(plus) -(minus) *(asterisk) /(forward slash) used for addition used for subtraction used for multiplication used for division % used for percentage Comparison Operators = Equal to <> Not equal to > Greater than >= Greater than or equal to < Less than <= Less than or equal to In addition, two wild card symbols can also be used? Represents a single character (eg. P?) * Represents a group of multiple characters Editing Spreadsheet Entries Excel contains the usual Microsoft tools for editing. You can use the tools on the Home tab to change the font type, size, bold, italic, underline etc. Simply highlight the cell or cells concerned and click on the relevant editing command(s). When you have cells highlighted or marked, the information in them is quite vulnerable. An accidental pressing of the space bar or any other key on the keyboard will overwrite the information in the cells. Should you accidently overwrite the information, do not despair, simply left click the UNDO tool on the Quick Access tool bar.

10 9 Turning Figures into Money If you are creating a spreadsheet with a large number of cells containing money values, it is not necessary to type the $ symbol in front of the value in each cell. Also it is not necessary to type zeros after a decimal point. When all entries have been completed, highlight the cells concerned and use the Number area on the Home tab to format all the cells values as required. Adding Decimal Formats If you wish to add or reduce the number of decimal places in numeric data, the Excel Number area of the Home ribbon provides two handy tools. Look at the icons shown below. This tool will increase the number of decimal places. This tool will reduce the number of places. Simply highlight (mark) the cells to be formatted and left click on the appropriate feature button. Currency, Percentage and Comma Currency, percentage and comma symbols are frequently used with numeric values stored on a spreadsheet. Each of these are available adjacent to the decimal symbols and can be applied using the same method. Align Labels and Values Once your text or values is highlighted or marked, you are able to change the appearance and position of the information to improve its presentation. This procedure is referred to as Formatting. If you wish to change the position of the information in the cell you add an alignment format. There are three (3) basic alignment formats available in the Paragraph area of the home ribbon:- Left alignment, centre alignment and Right alignment. Which alignment format you choose will depend on the nature of the information. To apply one of these formatting features, highlight (mark) the cells concerned, then left click on the relevant alignment button. You can align a label as you type rather than waiting to do it later. Simply click the desired alignment feature before you type the data entry. You may also mark out a range of blank cells and attach an alignment format to it in readiness to enter a range of labels or values. This will reduce the amount of time you spend later improving the presentation of your work.

11 10 Relative Cell Reference A relative cell reference is the address of a cell relative to the cell the reference is in. For example, a reference cell B1 in B3, tells Excel to look at the cell two cells above itself (B3). Most of the references you use in Excel will be Relative cell references. NOTE: Relative cell references change when copied to other cells. Absolute Cell Reference An absolute cell reference is the exact location of a cell. To enter an absolute cell reference, type a dollar sign ($) in front of the column and row number of the reference. An absolute cell reference to B1, for example, would be written as $B$1. NOTE: Absolute cell references do not change when copied to other cells. Mixed Cell References In a mixed cell reference, either the column or row reference is absolute while the other remains relative. Thus you can use cell references like $B1 or B$1. Use this when a column reference must remain constant but a row reference changes or vice versa. Inserting and Deleting Columns and Rows Once you have begun to design your spreadsheets, it is not uncommon to find that you need to insert another column or row after the spreadsheet has been set up. Rows and columns can be added or deleted from the spreadsheet as needed. In the example on the left, if another column needs to be inserted between column D and E, right click on the letter E column and left click on Insert. A new column E is inserted and all other columns are renamed. Insert new rows by right clicking on the row number and left clicking on Insert. Excel automatically corrects any formulae that may be present by adjusting the column letters and row numbers accordingly. New Rows New Column When deleting columns or rows you will need to be careful that you do not accidently delete important or necessary data entries.

12 11 Adjusting Row Height and Column Width Sometimes when data is input into cells it will spill over indicating that the column is not wide enough. The width of the column can be adjusted by placing the mouse pointer over the thin line between the column letters. When the mouse pointer changes to a double headed arrow, either double left click on the line to automatically adjust the column width to fit the text or hold the left mouse button down on the thin line and drag to the right to suit. The same procedure can be used to increase the height of rows. ##### Symbols When you add formatting elements to values you may find that the data disappears only to be replaced by a series of hash symbols. Do not despair, this simply means that the width of the column needs to be increased so that Excel can display the newly formatted value correctly. Simply adjust the column width as describe above. Working with Files In Excel, each document is called a Workbook. When you open a new Workbook it will be titled BOOK 1 until you save it as another name. If you open two workbooks before saving as a different name, the second workbook would be titled BOOK 2, and so on. Each workbook can consist of multiple pages known as sheet 1 and sheet 2 etc. You can have more than 3 sheets but, by default, 3 sheets are included with each new workbook. The multiple sheet capability allows you to keep related spreadsheets together in the one workbook and under the one file name. To move from one sheet to another, simply left click on the sheet tab you want. The active sheet will be shown in white. Tab Scroll If the sheet you want is not shown, use the tab scroll buttons at the left of the sheet tabs to scroll through the sheet tabs. To display more or fewer sheet tabs, drag the tab split box to increase or decrease the size of the sheet tab area. NOTE: As you change the size of the sheet tab area, you will also change the size of the bottom scroll bar for the workbook window. This is a compromise that you have to make. Inserting a New Sheet Left click on the Insert Worksheet tab at the right of sheet 3 tab A new sheet is now inserted and labelled as Sheet 4. Repeat the above steps for each new sheet you require

13 12 Deleting a Sheet Right click on the sheet tab you want to delete Left click on Delete The chosen sheet will now be removed NOTE: Once deleted, the sheet is gone, even the UNDO command will not bring it back. Rename a Sheet Right click on sheet tab Left click on Rename The sheet tab becomes highlighted Type over with the new sheet name and press Enter Sheet tab now shows the new sheet name Move a Sheet Sometimes you may want to re-arrange the order sheets appear on the sheet toolbar. To do this simply:- Right click on the sheet tab you want to move Left click on Move or Copy Select the sheet you wish to place the sheet before The sheet order has now changed Colour Code Tabs You can colour code sheet tabs for easy recognition. The colour is visible when the tab is not active. When the sheet is active, a coloured line will appear under the sheet name. To add colours simply:- Right click on the chosen tab Hover the mouse over Tab Colour Left click on the selected colour Click on another sheet tab The original is now coloured Cell Comments Excel allows you to add comments to any cell. You can use comments to provide background information on a particular cell which you don t necessarily want to display on the spreadsheet. Cell comments are not shown when the spreadsheet is printed.

14 13 Adding a Cell Comment Right click the cell in which you want to add a comment Left click on Insert Comment A comment box will now appear for you to enter the comment Left click outside the comment box The comment box now disappears as the comment has been saved to that cell. Note that a red triangle appears in the top right hand corner of the cell to indicate that this cell contains a comment. Viewing a Comment To view a comment, move the mouse pointer over the cell containing the comment and Hey Presto, the comment box appears showing the comment you previously inserted. Editing a Comment You can edit a comment if need be. To do this:- Right click on the cell with the comment Left click on Edit Comment The comment box is now displayed Left click in the text box and edit as required Left click outside the comment box Removing Comments Right click on the cell with the comments Left click on Clear Comments The comments and the red triangle indicator are now deleted Linking Data from One Sheet to Another It is possible to link data on one sheet to another sheet. For example, you may have a list of figures on one sheet with a total and want to have the total appear on another sheet as a summary. Left click on the cell where you want the data to appear, say on sheet 2 Type = in the cell Click on the sheet tab where the data you want is, say sheet 1 Left click on the cell containing the data Click on the original sheet tab (sheet 2) Hey Presto, the data appears in the summary cell The method described can also be used to link data from different workbooks as well as different sheets of the same workbook.

15 14 Creating a Data Base A data base is a tool for storing, organising, sorting and retrieving information. If for example you wanted to save the names and addresses of all the people on your Christmas card list, you would create a data base for storing such information as last name, first name, etc for each person on your list. There are a number of rules which must be observed when entering information into your database. They are:- Each piece of information must be entered into a separate cell called a field All the fields for one person on the list make up a record All the fields for each person must be in the same row Fields are always in columns and records are always in rows Excel treats the database operations as a separate list of data. This data acts like any other worksheet data, until you select a command from the Data Ribbon. Only then does Excel recognise the list as a database. Field Names: You must enter Field Names in each column of the first row of the database. For example, Last name would be typed in A1, first Name in B1, street in C1 etc. DO NOT skip a row between the field names and the first record. Records: Each record must be in a separate row, with no empty rows between records. The cells in a given column must contain information of the same type. For example, the post code field (column) must only contain post codes for each record. Record Numbering: It is a good idea to add a column that numbers each record. If the records are subsequently sorted incorrectly, you can restore the database to its original order by sorting on the number column field. Planning a Database Before you create a database, you should ask yourself the following questions:- What fields make up an individual record? If you are creating the database to replace an existing system (card index system, information sheet or address list), use that format to determine which fields you need. What field is referred to most often? This field should be placed in the first column. What is the longest entry in each column? You use this information to adjust the width of each column.

16 15 Entering Data into a Database To create a database, enter data into the cells as you would enter data on any worksheet. As you enter the data, follow these guidelines:- It is best to enter Field Names in the top row of the database Type field entries into each cell in a single row to create a record. It is best not to leave blank cells as this may cause problems later when sorting Keep all the records on one worksheet. You cannot have a database that spans several worksheets or files. Editing a Database You can add to, delete or edit records directly on the database spreadsheet in the same manner you do with any other spreadsheet. Sorting Data in a Database To sort a database, you must first decide which field you want to sort on. For example, an address database could be sorted by Name, or by City or Post Code. Alternatively, it could be sorted by Name, City and Post Code. Each of these sort fields is considered to be a KEY. You can use up to three (3) keys when sorting your database. The first key in the above example would be Name, then City and then Post Code. You can sort a database in ascending or descending order. Ascending order is from beginning to end. Eg. from A to Z or from 1 to 10. Descending order is backwards. Eg. from Z to A or from 10 to 1. When you select (highlight) the database range to sort, DO NOT include the header (Field Names). If you select the column heading row in the sort range it will be sorted with the other rows and may not remain on the top (row 1). To sort your database:- Select the cell range to be sorted Select the Data Ribbon Select the Ascending or Descending Undoing a Sort If your sorting operation does not go to plan, you can undo the sort by using the UNDO button in the Quick Access tool bar. To sort even more safely, you should save a copy of the database before sorting. That way, if anything goes wrong, you can close the file without saving and re-open the original file. Another way is to do a sort on the number field if you have one.

17 16 Filtering a Sort You can narrow down a sort even further by using the Filter feature which allows you to display only a select group of records in a database. For example, if your address book list had a field for Christmas cards to be sent, you could display only those people who are to receive a Christmas card. Select (highlight) the entire database On the Data Ribbon, left click on Filter. Excel now displays a drop down arrow button on each cell in the header row Click on the arrow head for the field you want to use to filter the list. A drop down list of all the entries in this field now appears Untick the entries you do not want to include. That is, leave a tick against the entry name you want to include in the filter Left click on OK The database will now only show the records that have the selected entry in the sort field. Un-Filtering a List To return the database to the full list:- Again left click on Filter on the Data Ribbon Put a tick in the box (left click) next to Select All Left click on OK The database will now return to the pre-filtered state.

18 17 Preparing a Sheet for Printing In practice, not all spreadsheets you create will be printed out on paper. However, if you are going to print a sheet or sheets there are a number of things you will have to do before doing so. It is important to remember that what you see on screen may not be what it will look like on paper. Print Preview in the Quick access Tool Bar You can use the Print Preview button in the Quick Access Tool Bar in the top left corner of the screen or File then Print to take a quick look at what your sheet will look like and if that s fine, then press the Print button. If it is not how you want it to look, you will need to consider some of these items. Do you want it to be Portrait or Landscape? Do you want the Grid Lines showing? Do you want the column headings (A,B,C etc.) and Row numbers to be shown? What sort of margins do you want on the page? Do you want it to appear central on the page? Do you want Headers/Footers or page numbers? If the sheet has multiple pages, which is page 2, across or down? These and other factors can be set in the Page Layout Ribbon. Left click on the arrow in the bottom right hand corner of the Page Setup area on the Page Layout Ribbon and the following Dialog Box will appear. The above items and others can be set under the four tabs in the Page setup Dialog Box. You can preview your changes as you go by left clicking on the Print Preview Button. Print Preview Button

Microsoft Excel 2010 Handout

Microsoft Excel 2010 Handout Microsoft Excel 2010 Handout Excel is an electronic spreadsheet program you can use to enter and organize data, and perform a wide variety of number crunching tasks. Excel helps you organize and track

More information

Excel 2016: Part 1. Updated January 2017 Copy cost: $1.50

Excel 2016: Part 1. Updated January 2017 Copy cost: $1.50 Excel 2016: Part 1 Updated January 2017 Copy cost: $1.50 Getting Started Please note that you are required to have some basic computer skills for this class. Also, any experience with Microsoft Word is

More information

Basic Microsoft Excel 2007

Basic Microsoft Excel 2007 Basic Microsoft Excel 2007 Contents Starting Excel... 2 Excel Window Properties... 2 The Ribbon... 3 Tabs... 3 Contextual Tabs... 3 Dialog Box Launchers... 4 Galleries... 5 Minimizing the Ribbon... 5 The

More information

SUM - This says to add together cells F28 through F35. Notice that it will show your result is

SUM - This says to add together cells F28 through F35. Notice that it will show your result is COUNTA - The COUNTA function will examine a set of cells and tell you how many cells are not empty. In this example, Excel analyzed 19 cells and found that only 18 were not empty. COUNTBLANK - The COUNTBLANK

More information

MS Excel Henrico County Public Library. I. Tour of the Excel Window

MS Excel Henrico County Public Library. I. Tour of the Excel Window MS Excel 2013 I. Tour of the Excel Window Start Excel by double-clicking on the Excel icon on the desktop. Excel may also be opened by clicking on the Start button>all Programs>Microsoft Office>Excel.

More information

Application of Skills: Microsoft Excel 2013 Tutorial

Application of Skills: Microsoft Excel 2013 Tutorial Application of Skills: Microsoft Excel 2013 Tutorial Throughout this module, you will progress through a series of steps to create a spreadsheet for sales of a club or organization. You will continue to

More information

Using Microsoft Excel

Using Microsoft Excel Using Microsoft Excel Table of Contents The Excel Window... 2 The Formula Bar... 3 Workbook View Buttons... 3 Moving in a Spreadsheet... 3 Entering Data... 3 Creating and Renaming Worksheets... 4 Opening

More information

EXCEL BASICS: MICROSOFT OFFICE 2010

EXCEL BASICS: MICROSOFT OFFICE 2010 EXCEL BASICS: MICROSOFT OFFICE 2010 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT EXCEL PAGE 03 Opening Microsoft Excel Microsoft Excel Features Keyboard Review Pointer Shapes

More information

CHAPTER 4: MICROSOFT OFFICE: EXCEL 2010

CHAPTER 4: MICROSOFT OFFICE: EXCEL 2010 CHAPTER 4: MICROSOFT OFFICE: EXCEL 2010 Quick Summary A workbook an Excel document that stores data contains one or more pages called a worksheet. A worksheet or spreadsheet is stored in a workbook, and

More information

Excel 2016 Basics for Mac

Excel 2016 Basics for Mac Excel 2016 Basics for Mac Excel 2016 Basics for Mac Training Objective To learn the tools and features to get started using Excel 2016 more efficiently and effectively. What you can expect to learn from

More information

MS Excel Henrico County Public Library. I. Tour of the Excel Window

MS Excel Henrico County Public Library. I. Tour of the Excel Window MS Excel 2013 I. Tour of the Excel Window Start Excel by double-clicking on the Excel icon on the desktop. Excel may also be opened by clicking on the Start button>all Programs>Microsoft Office>Excel.

More information

ECDL Module 4 REFERENCE MANUAL

ECDL Module 4 REFERENCE MANUAL ECDL Module 4 REFERENCE MANUAL Spreadsheets Microsoft Excel XP Edition for ECDL Syllabus Four PAGE 2 - ECDL MODULE 4 (USING MICROSOFT EXCEL XP) - MANUAL 4.1 USING THE APPLICATION... 4 4.1.1 FIRST STEPS

More information

THE EXCEL ENVIRONMENT... 1 EDITING...

THE EXCEL ENVIRONMENT... 1 EDITING... Excel Essentials TABLE OF CONTENTS THE EXCEL ENVIRONMENT... 1 EDITING... 1 INSERTING A COLUMN... 1 DELETING A COLUMN... 1 INSERTING A ROW... DELETING A ROW... MOUSE POINTER SHAPES... USING AUTO-FILL...

More information

EXCEL BASICS: MICROSOFT OFFICE 2007

EXCEL BASICS: MICROSOFT OFFICE 2007 EXCEL BASICS: MICROSOFT OFFICE 2007 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT EXCEL PAGE 03 Opening Microsoft Excel Microsoft Excel Features Keyboard Review Pointer Shapes

More information

Advanced Excel. Click Computer if required, then click Browse.

Advanced Excel. Click Computer if required, then click Browse. Advanced Excel 1. Using the Application 1.1. Working with spreadsheets 1.1.1 Open a spreadsheet application. Click the Start button. Select All Programs. Click Microsoft Excel 2013. 1.1.1 Close a spreadsheet

More information

Cell to Cell mouse arrow Type Tab Enter Scroll Bars Page Up Page Down Crtl + Home Crtl + End Value Label Formula Note:

Cell to Cell mouse arrow Type Tab Enter Scroll Bars Page Up Page Down Crtl + Home Crtl + End Value Label Formula Note: 1 of 1 NOTE: IT IS RECOMMENDED THAT YOU READ THE ACCOMPANYING DOCUMENT CALLED INTRO TO EXCEL LAYOUT 2007 TO FULLY GRASP THE BASICS OF EXCEL Introduction A spreadsheet application allows you to enter data

More information

Microsoft Excel Important Notice

Microsoft Excel Important Notice Microsoft Excel 2013 Important Notice All candidates who follow an ICDL/ECDL course must have an official ICDL/ECDL Registration Number (which is proof of your Profile Number with ICDL/ECDL and will track

More information

Excel 2010: Getting Started with Excel

Excel 2010: Getting Started with Excel Excel 2010: Getting Started with Excel Excel 2010 Getting Started with Excel Introduction Page 1 Excel is a spreadsheet program that allows you to store, organize, and analyze information. In this lesson,

More information

Links to Activities ACTIVITY 1.1. Links to Activities Links to Activities

Links to Activities ACTIVITY 1.1. Links to Activities Links to Activities EXCEL Analyzing Data Using Excel Section 1 Skills Start Excel and identify features in the Excel window Enter labels and values Use the fill handle to enter a series Enter formulas Create a formula using

More information

Microsoft Excel 2010 Basic

Microsoft Excel 2010 Basic Microsoft Excel 2010 Basic Introduction to MS Excel 2010 Microsoft Excel 2010 is a spreadsheet software in the new Microsoft 2010 Office Suite. Excel allows you to store, manipulate and analyze data in

More information

Budget Exercise for Intermediate Excel

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

More information

ENTERING DATA & FORMULAS...

ENTERING DATA & FORMULAS... Overview NOTESOVERVIEW... 2 VIEW THE PROJECT... 5 NAVIGATING... 6 TERMS... 6 USING KEYBOARD VS MOUSE... 7 The File Tab... 7 The Quick-Access Toolbar... 8 Ribbon and Commands... 9 Contextual Tabs... 10

More information

Basic Microsoft Excel 2011

Basic Microsoft Excel 2011 Basic Microsoft Excel 2011 Table of Contents Starting Excel... 2 Creating a New Workbook... 3 Saving a Workbook... 3 Creating New Worksheets... 3 Renaming a Worksheet... 3 Deleting a Worksheet... 3 Selecting

More information

Microsoft Excel 2007

Microsoft Excel 2007 Microsoft Excel 2007 1 Excel is Microsoft s Spreadsheet program. Spreadsheets are often used as a method of displaying and manipulating groups of data in an effective manner. It was originally created

More information

Introduction to Excel

Introduction to Excel Office Button, Tabs and Ribbons Office Button The File menu selection located in the upper left corner in previous versions of Excel has been replaced with the Office Button in Excel 2007. Clicking on

More information

Microsoft Excel 2010 Basics

Microsoft Excel 2010 Basics Microsoft Excel 2010 Basics Starting Word 2010 with XP: Click the Start Button, All Programs, Microsoft Office, Microsoft Excel 2010 Starting Word 2010 with 07: Click the Microsoft Office Button with the

More information

Excel Tutorial 1

Excel Tutorial 1 IT٢.we Excel 2003 - Tutorial 1 Spreadsheet Basics Screen Layout Title bar Menu bar Standard Toolbar Other Tools Task Pane Adding and Renaming Worksheets Modifying Worksheets Moving Through Cells Adding

More information

Excel. Spreadsheet functions

Excel. Spreadsheet functions Excel Spreadsheet functions Objectives Week 1 By the end of this session you will be able to :- Move around workbooks and worksheets Insert and delete rows and columns Calculate with the Auto Sum function

More information

Welcome to Introduction to Microsoft Excel 2010

Welcome to Introduction to Microsoft Excel 2010 Welcome to Introduction to Microsoft Excel 2010 2 Introduction to Excel 2010 What is Microsoft Office Excel 2010? Microsoft Office Excel is a powerful and easy-to-use spreadsheet application. If you are

More information

Excel 2016 Basics for Windows

Excel 2016 Basics for Windows Excel 2016 Basics for Windows Excel 2016 Basics for Windows Training Objective To learn the tools and features to get started using Excel 2016 more efficiently and effectively. What you can expect to learn

More information

EXCEL BASICS: PROJECTS

EXCEL BASICS: PROJECTS EXCEL BASICS: PROJECTS In this class, you will be practicing with three basic Excel worksheets to learn a variety of foundational skills necessary for more advanced projects. This class covers: Three Project

More information

Using Microsoft Excel

Using Microsoft Excel Using Microsoft Excel Formatting a spreadsheet means changing the way it looks to make it neater and more attractive. Formatting changes can include modifying number styles, text size and colours. Many

More information

Office of Instructional Technology

Office of Instructional Technology Office of Instructional Technology Microsoft Excel 2016 Contact Information: 718-254-8565 ITEC@citytech.cuny.edu Contents Introduction to Excel 2016... 3 Opening Excel 2016... 3 Office 2016 Ribbon... 3

More information

MICROSOFT OFFICE. Courseware: Exam: Sample Only EXCEL 2016 CORE. Certification Guide

MICROSOFT OFFICE. Courseware: Exam: Sample Only EXCEL 2016 CORE. Certification Guide MICROSOFT OFFICE Courseware: 3263 2 Exam: 77 727 EXCEL 2016 CORE Certification Guide Microsoft Office Specialist 2016 Series Microsoft Excel 2016 Core Certification Guide Lesson 1: Introducing Excel Lesson

More information

EXCEL 2003 DISCLAIMER:

EXCEL 2003 DISCLAIMER: EXCEL 2003 DISCLAIMER: This reference guide is meant for experienced Microsoft Excel users. It provides a list of quick tips and shortcuts for familiar features. This guide does NOT replace training or

More information

WEEK NO. 12 MICROSOFT EXCEL 2007

WEEK NO. 12 MICROSOFT EXCEL 2007 WEEK NO. 12 MICROSOFT EXCEL 2007 LESSONS OVERVIEW: GOODBYE CALCULATORS, HELLO SPREADSHEET! 1. The Excel Environment 2. Starting A Workbook 3. Modifying Columns, Rows, & Cells 4. Working with Worksheets

More information

Introduction to Microsoft Excel Parts of the Screen

Introduction to Microsoft Excel Parts of the Screen Introduction to Microsoft Excel Parts of the Screen UNIT OUTCOME: Students will be able to use a spreadsheet to record, organize, and format text and numerical data. Define the Term Spreadsheet: A spreadsheet

More information

EXCEL TUTORIAL.

EXCEL TUTORIAL. EXCEL TUTORIAL Excel is software that lets you create tables, and calculate and analyze data. This type of software is called spreadsheet software. Excel lets you create tables that automatically calculate

More information

-Using Excel- *The columns are marked by letters, the rows by numbers. For example, A1 designates row A, column 1.

-Using Excel- *The columns are marked by letters, the rows by numbers. For example, A1 designates row A, column 1. -Using Excel- Note: The version of Excel that you are using might vary slightly from this handout. This is for Office 2004 (Mac). If you are using a different version, while things may look slightly different,

More information

Rev. C 11/09/2010 Downers Grove Public Library Page 1 of 41

Rev. C 11/09/2010 Downers Grove Public Library Page 1 of 41 Table of Contents Objectives... 3 Introduction... 3 Excel Ribbon Components... 3 Office Button... 4 Quick Access Toolbar... 5 Excel Worksheet Components... 8 Navigating Through a Worksheet... 8 Making

More information

Microsoft Excel Microsoft Excel

Microsoft Excel Microsoft Excel Excel 101 Microsoft Excel is a spreadsheet program that can be used to organize data, perform calculations, and create charts and graphs. Spreadsheets or graphs created with Microsoft Excel can be imported

More information

Excel 2007 Fundamentals

Excel 2007 Fundamentals Excel 2007 Fundamentals 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 that information.

More information

Excel Select a template category in the Office.com Templates section. 5. Click the Download button.

Excel Select a template category in the Office.com Templates section. 5. Click the Download button. Microsoft QUICK Excel 2010 Source Getting Started The Excel Window u v w z Creating a New Blank Workbook 2. Select New in the left pane. 3. Select the Blank workbook template in the Available Templates

More information

Introductory Excel Walpole Public Schools. Professional Development Day March 6, 2012

Introductory Excel Walpole Public Schools. Professional Development Day March 6, 2012 Introductory Excel 2010 Walpole Public Schools Professional Development Day March 6, 2012 By: Jessica Midwood Agenda: What is Excel? How is Excel 2010 different from Excel 2007? Basic functions of Excel

More information

Excel 2013 for Beginners

Excel 2013 for Beginners Excel 2013 for Beginners Class Objective: This class will familiarize you with the basics of using Microsoft Excel. Class Outline: Introduction to Microsoft Excel 2013... 1 Microsoft Excel...2-3 Getting

More information

In this section you will learn some simple data entry, editing, formatting techniques and some simple formulae. Contents

In this section you will learn some simple data entry, editing, formatting techniques and some simple formulae. Contents In this section you will learn some simple data entry, editing, formatting techniques and some simple formulae. Contents Section Topic Sub-topic Pages Section 2 Spreadsheets Layout and Design S2: 2 3 Formulae

More information

Chapter 4. Microsoft Excel

Chapter 4. Microsoft Excel Chapter 4 Microsoft Excel Topic Introduction Spreadsheet Basic Screen Layout Modifying a Worksheet Formatting Cells Formulas and Functions Sorting and Filling Borders and Shading Charts Introduction A

More information

1: Getting Started with Microsoft Excel

1: Getting Started with Microsoft Excel 1: Getting Started with Microsoft Excel The Workspace 1 Menu commands 2 Toolbars 3 Cell References 4 Cell Entries 4 Formatting 5 Saving and Opening Workbook Files 7 The Workspace Figure 1 shows the Microsoft

More information

Learning Worksheet Fundamentals

Learning Worksheet Fundamentals 1.1 LESSON 1 Learning Worksheet Fundamentals After completing this lesson, you will be able to: Create a workbook. Create a workbook from a template. Understand Microsoft Excel window elements. Select

More information

Introduction to Microsoft Excel 2010

Introduction to Microsoft Excel 2010 Introduction to Microsoft Excel 2010 THE BASICS PAGE 02! What is Microsoft Excel?! Important Microsoft Excel Terms! Opening Microsoft Excel 2010! The Title Bar! Page View, Zoom, and Sheets MENUS...PAGE

More information

INTRODUCTION... 1 UNDERSTANDING CELLS... 2 CELL CONTENT... 4

INTRODUCTION... 1 UNDERSTANDING CELLS... 2 CELL CONTENT... 4 Introduction to Microsoft Excel 2016 INTRODUCTION... 1 The Excel 2016 Environment... 1 Worksheet Views... 2 UNDERSTANDING CELLS... 2 Select a Cell Range... 3 CELL CONTENT... 4 Enter and Edit Data... 4

More information

Creating a Spreadsheet by Using Excel

Creating a Spreadsheet by Using Excel The Excel window...40 Viewing worksheets...41 Entering data...41 Change the cell data format...42 Select cells...42 Move or copy cells...43 Delete or clear cells...43 Enter a series...44 Find or replace

More information

Spreadsheet definition: Starting a New Excel Worksheet: Navigating Through an Excel Worksheet

Spreadsheet definition: Starting a New Excel Worksheet: Navigating Through an Excel Worksheet Copyright 1 99 Spreadsheet definition: A spreadsheet stores and manipulates data that lends itself to being stored in a table type format (e.g. Accounts, Science Experiments, Mathematical Trends, Statistics,

More information

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited INTRODUCTION TO MICROSOFT EXCEL 2016 Introduction to Microsoft Excel 2016 (EXC2016.1 version 1.0.1) Copyright Information Copyright 2016 Webucator. All rights reserved. The Authors Dave Dunn Dave Dunn

More information

12 BASICS OF MS-EXCEL

12 BASICS OF MS-EXCEL 12 BASICS OF MS-EXCEL 12.1 INTRODUCTION MS-Excel 2000 is a Windows based application package. It is quite useful in entering, editing, analysis and storing of data. Arithmetic operations with numerical

More information

Introduction to MS Office Somy Kuriakose Principal Scientist, FRAD, CMFRI

Introduction to MS Office Somy Kuriakose Principal Scientist, FRAD, CMFRI Introduction to MS Office Somy Kuriakose Principal Scientist, FRAD, CMFRI Email: somycmfri@gmail.com 29 Word, Excel and Power Point Microsoft Office is a productivity suite which integrates office tools

More information

4) Study the section of a worksheet in the image below. What is the cell address of the cell containing the word "Qtr3"?

4) Study the section of a worksheet in the image below. What is the cell address of the cell containing the word Qtr3? Choose The Correct Answer: 1) Study the highlighted cells in the image below and identify which of the following represents the correct cell address for these cells: a) The cell reference for the selected

More information

Spreadsheet Software

Spreadsheet Software Spreadsheet Software Objectives: Working with Spreadsheets Enhancing Productivity Using the Application Open, close a spreadsheet application. Open, close documents. Create a new spreadsheet based on default

More information

Rev. B 12/16/2015 Downers Grove Public Library Page 1 of 40

Rev. B 12/16/2015 Downers Grove Public Library Page 1 of 40 Objectives... 3 Introduction... 3 Excel Ribbon Components... 3 File Tab... 4 Quick Access Toolbar... 5 Excel Worksheet Components... 8 Navigating Through a Worksheet... 9 Downloading Templates... 9 Using

More information

Spreadsheet Concepts Using Microsoft Excel

Spreadsheet Concepts Using Microsoft Excel Spreadsheet Concepts Using Microsoft Excel lab 5 Objectives: Upon successful completion of Lab 5, you will be able to Create and edit a simple spreadsheet document Describe the advantage of using formulas

More information

Introduction to Microsoft Excel

Introduction to Microsoft Excel Athens-Clarke County Library Page 1 What is a spreadsheet program? Microsoft Excel is an example of a spreadsheet program that will maintain records for you relating to finances, products, activities,

More information

Data. Selecting Data. Sorting Data

Data. Selecting Data. Sorting Data 1 of 1 Data Selecting Data To select a large range of cells: Click on the first cell in the area you want to select Scroll down to the last cell and hold down the Shift key while you click on it. This

More information

Introduction to Excel 2013

Introduction to Excel 2013 Introduction to Excel 2013 Copyright 2014, Software Application Training, West Chester University. A member of the Pennsylvania State Systems of Higher Education. No portion of this document may be reproduced

More information

Intro to Excel. To start a new workbook, click on the Blank workbook icon in the middle of the screen.

Intro to Excel. To start a new workbook, click on the Blank workbook icon in the middle of the screen. Excel is a spreadsheet application that allows for the storing, organizing and manipulation of data that is entered into it. Excel has variety of built in tools that allow users to perform both simple

More information

A Tutorial for Excel 2002 for Windows

A Tutorial for Excel 2002 for Windows INFORMATION SYSTEMS SERVICES Writing Formulae with Microsoft Excel 2002 A Tutorial for Excel 2002 for Windows AUTHOR: Information Systems Services DATE: August 2004 EDITION: 2.0 TUT 47 UNIVERSITY OF LEEDS

More information

Excel Level 1

Excel Level 1 Excel 2016 - Level 1 Tell Me Assistant The Tell Me Assistant, which is new to all Office 2016 applications, allows users to search words, or phrases, about what they want to do in Excel. The Tell Me Assistant

More information

Open Office Calc (Spreadsheet) Tutorial

Open Office Calc (Spreadsheet) Tutorial Open Office Calc (Spreadsheet) Tutorial Table of Contents Introduction...3 What is a Spreadsheet?...3 Starting OpenOffice Calc...3 OpenOffice Calc (Spreadsheet) Basics...4 Creating a New Document...5 Entering

More information

Teach Yourself Microsoft Excel Topic 5: Revision, Headers & Footers, Metadata

Teach Yourself Microsoft Excel Topic 5: Revision, Headers & Footers, Metadata Teach Yourself Microsoft Excel Topic 5: Revision, Headers & Footers, Metadata http://www.gerrykruyer.com In this first lesson of this level 2 course you will cover basic Microsoft Excel concepts as well

More information

Unit 2 Fine-tuning Spreadsheets, Functions (AutoSum)

Unit 2 Fine-tuning Spreadsheets, Functions (AutoSum) Unit 2 Fine-tuning Spreadsheets, Functions (AutoSum) Manually adjust column width Place the pointer on the line between letters in the Column Headers. The pointer will change to double headed arrow. Hold

More information

Gloucester County Library System. Excel 2010

Gloucester County Library System. Excel 2010 Gloucester County Library System Excel 2010 Introduction What is Excel? Microsoft Excel is an electronic spreadsheet program. It is capable of performing many different types of calculations and can organize

More information

Excel (Giant) Handout (3/16/15)

Excel (Giant) Handout (3/16/15) Excel (Giant) Handout (3/16/15) Excel is a spreadsheet processor that is an outgrowth of Lotus 1-2-3 and Symphony. It is a Microsoft Product that is part of Microsoft Office (all versions) along with Microsoft

More information

Microsoft Excel Level 1

Microsoft Excel Level 1 Microsoft Excel 2010 Level 1 Copyright 2010 KSU Department of Information Technology Services This document may be downloaded, printed, or copied for educational use without further permission of the Information

More information

DOING MORE WITH EXCEL: MICROSOFT OFFICE 2013

DOING MORE WITH EXCEL: MICROSOFT OFFICE 2013 DOING MORE WITH EXCEL: MICROSOFT OFFICE 2013 GETTING STARTED PAGE 02 Prerequisites What You Will Learn MORE TASKS IN MICROSOFT EXCEL PAGE 03 Cutting, Copying, and Pasting Data Basic Formulas Filling Data

More information

MICROSOFT EXCEL BIS 202. Lesson 1. Prepared By: Amna Alshurooqi Hajar Alshurooqi

MICROSOFT EXCEL BIS 202. Lesson 1. Prepared By: Amna Alshurooqi Hajar Alshurooqi MICROSOFT EXCEL Prepared By: Amna Alshurooqi Hajar Alshurooqi Lesson 1 BIS 202 1. INTRODUCTION Microsoft Excel is a spreadsheet application used to perform financial calculations, statistical analysis,

More information

Gloucester County Library System EXCEL 2007

Gloucester County Library System EXCEL 2007 Gloucester County Library System EXCEL 2007 Introduction What is Excel? Microsoft E x c e l is an electronic s preadsheet program. I t is capable o f performing many diff e r e n t t y p e s o f c a l

More information

Microsoft Office. Microsoft Office

Microsoft Office. Microsoft Office is an office suite of interrelated desktop applications, servers and services for the Microsoft Windows. It is a horizontal market software that is used in a wide range of industries. was introduced by

More information

Microsoft Excel for Beginners

Microsoft Excel for Beginners Microsoft Excel for Beginners training@health.ufl.edu Basic Computing 4 Microsoft Excel 2.0 hours This is a basic computer workshop. Microsoft Excel is a spreadsheet program. We use it to create reports

More information

Excel Foundation Quick Reference (Windows PC)

Excel Foundation Quick Reference (Windows PC) Excel Foundation Quick Reference (Windows PC) See https://staff.brighton.ac.uk/is/training/pages/excel/foundation.aspx for videos and exercises to accompany this quick reference card. Structure of a spreadsheet

More information

Microsoft Excel 2010 Part 2: Intermediate Excel

Microsoft Excel 2010 Part 2: Intermediate Excel CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Microsoft Excel 2010 Part 2: Intermediate Excel Spring 2014, Version 1.0 Table of Contents Introduction...3 Working with Rows and

More information

Table of Contents. 1. Creating a Microsoft Excel Workbook...1 EVALUATION COPY

Table of Contents. 1. Creating a Microsoft Excel Workbook...1 EVALUATION COPY Table of Contents Table of Contents 1. Creating a Microsoft Excel Workbook...1 Starting Microsoft Excel...1 Creating a Workbook...2 Saving a Workbook...3 The Status Bar...5 Adding and Deleting Worksheets...6

More information

Lecture- 5. Introduction to Microsoft Excel

Lecture- 5. Introduction to Microsoft Excel Lecture- 5 Introduction to Microsoft Excel The Microsoft Excel Window Microsoft Excel is an electronic spreadsheet. You can use it to organize your data into rows and columns. You can also use it to perform

More information

Unit 2 Fine-tuning Spreadsheets, Functions (AutoSum)

Unit 2 Fine-tuning Spreadsheets, Functions (AutoSum) Unit 2 Fine-tuning Spreadsheets, Functions (AutoSum) Select a Row or a Column Place your pointer over the Column Header (gray cell at the top of a column that contains a letter identifying the column)

More information

Status Bar: Right click on the Status Bar to add or remove features.

Status Bar: Right click on the Status Bar to add or remove features. Excel 2013 Quick Start Guide The Excel Window File Tab: Click to access actions like Print, Save As, etc. Also to set Excel options. Ribbon: Logically organizes actions onto Tabs, Groups, and Buttons to

More information

What we will learn in Introduction to Excel. How to Open Excel. Introduction to Excel 2010 Lodi Memorial Library NJ Developed by Barb Hauck-Mah

What we will learn in Introduction to Excel. How to Open Excel. Introduction to Excel 2010 Lodi Memorial Library NJ Developed by Barb Hauck-Mah Introduction to Excel 2010 Lodi Memorial Library NJ Developed by Barb Hauck-Mah What is Excel? It is a Microsoft Office computer software program to organize and analyze numbers, data and labels in spreadsheet

More information

Microsoft Excel Basics Ben Johnson

Microsoft Excel Basics Ben Johnson Microsoft Excel Basics Ben Johnson Topic...page # Basics...1 Workbook and worksheets...1 Sizing columns and rows...2 Auto Fill...2 Sort...2 Formatting Cells...3 Formulas...3 Percentage Button...4 Sum function...4

More information

Excel What is it Good For?

Excel What is it Good For? Excel What is it Good For? Professional Development Thursday 25 th February Tapping Primary School Presenter: Annette Italiano Changing Column Widths Useful Things to Know About Excel This will change

More information

EDIT202 Spreadsheet Lab Prep Sheet

EDIT202 Spreadsheet Lab Prep Sheet EDIT202 Spreadsheet Lab Prep Sheet While it is clear to see how a spreadsheet may be used in a classroom to aid a teacher in marking (as your lab will clearly indicate), it should be noted that spreadsheets

More information

Microsoft Excel 2007 Level 1

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

More information

Introduction to Microsoft Excel 2010

Introduction to Microsoft Excel 2010 Introduction to Microsoft Excel 2010 This class is designed to cover the following basics: What you can do with Excel Excel Ribbon Moving and selecting cells Formatting cells Adding Worksheets, Rows and

More information

Working with Excel CHAPTER 1

Working with Excel CHAPTER 1 CHAPTER 1 Working with Excel You use Microsoft Excel to create spreadsheets, which are documents that enable you to manipulate numbers and formulas to quickly create powerful mathematical, financial, and

More information

Payment Function Exercise

Payment Function Exercise Payment Function Exercise Follow the directions below to create a payment function exercise. Read through each individual direction before performing it, like you are following recipe instructions. Remember

More information

GCSE CCEA GCSE EXCEL 2010 USER GUIDE. Business and Communication Systems

GCSE CCEA GCSE EXCEL 2010 USER GUIDE. Business and Communication Systems GCSE CCEA GCSE EXCEL 2010 USER GUIDE Business and Communication Systems For first teaching from September 2017 Contents Page Define the purpose and uses of a spreadsheet... 3 Define a column, row, and

More information

IT ACADEMY LESSON PLAN

IT ACADEMY LESSON PLAN IT Academy Program 10 IT ACADEMY LESSON PLAN Microsoft Excel Lesson 1 Turn potential into success Lesson 1: Understanding Microsoft Office Excel 2010 Learning Objectives Lesson Introduction Creating a

More information

Working with Excel involves two basic tasks: building a spreadsheet and then manipulating the

Working with Excel involves two basic tasks: building a spreadsheet and then manipulating the Working with Excel You use Microsoft Excel to create spreadsheets, which are documents that enable you to manipulate numbers and formulas to create powerful mathematical, financial, and statistical models

More information

Microsoft Office Excel

Microsoft Office Excel Microsoft Office 2007 - Excel Help Click on the Microsoft Office Excel Help button in the top right corner. Type the desired word in the search box and then press the Enter key. Choose the desired topic

More information

MAKING TABLES WITH WORD BASIC INSTRUCTIONS. Setting the Page Orientation. Inserting the Basic Table. Daily Schedule

MAKING TABLES WITH WORD BASIC INSTRUCTIONS. Setting the Page Orientation. Inserting the Basic Table. Daily Schedule MAKING TABLES WITH WORD BASIC INSTRUCTIONS Setting the Page Orientation Once in word, decide if you want your paper to print vertically (the normal way, called portrait) or horizontally (called landscape)

More information

CHAPTER 1 GETTING STARTED

CHAPTER 1 GETTING STARTED GETTING STARTED WITH EXCEL CHAPTER 1 GETTING STARTED Microsoft Excel is an all-purpose spreadsheet application with many functions. We will be using Excel 97. This guide is not a general Excel manual,

More information

Practice Exercises for Introduction to Excel

Practice Exercises for Introduction to Excel Practice Exercises for Introduction to Excel Follow the directions below to create the exercises. Read through each individual direction before performing it, like you are following recipe instructions.

More information

COMPUTER TECHNOLOGY SPREADSHEETS BASIC TERMINOLOGY. A workbook is the file Excel creates to store your data.

COMPUTER TECHNOLOGY SPREADSHEETS BASIC TERMINOLOGY. A workbook is the file Excel creates to store your data. SPREADSHEETS BASIC TERMINOLOGY A Spreadsheet is a grid of rows and columns containing numbers, text, and formulas. A workbook is the file Excel creates to store your data. A worksheet is an individual

More information

A cell is highlighted when a thick black border appears around it. Use TAB to move to the next cell to the LEFT. Use SHIFT-TAB to move to the RIGHT.

A cell is highlighted when a thick black border appears around it. Use TAB to move to the next cell to the LEFT. Use SHIFT-TAB to move to the RIGHT. Instructional Center for Educational Technologies EXCEL 2010 BASICS Things to Know Before You Start The cursor in Excel looks like a plus sign. When you click in a cell, the column and row headings will

More information