TODAY This gives you today s date IF the cell is formatted as a date.

Size: px
Start display at page:

Download "TODAY This gives you today s date IF the cell is formatted as a date."

Transcription

1 33

2 IF The IF function will do a comparison and give you a result. In this example, the IF function looks at cell H5 to determine if it is less than 150,000. It will write the word Less if H5 is indeed less than 150,000 (True). It will write the word More is H5 is more than 150,000 (False). Here it says Less. CONCATENATE The Concatenate function joins text together from different cells. In this example, it joins several text strings to form the account number RIGHT The Right function will look at the rightmost character or characters in a text string and extract those. In this example, the text string is always cell B4. The number of characters to extract from the school year is the last 2 characters. The result is

3 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 function will examine a set of cells and tell you how many cells are empty. In this example, Excel analyzed 19 cells and found that 2 were empty. COUNTIF - The COUNTIF function will examine a set of cells and tell you how many cells fit the criteria you specify. In this example, Excel analyzed 19 cells looking for the entry of C and found it 10 times. 31

4 MIN - The MIN function looks at sets of values and finds the smallest value. In this example, it examines cells F28 through F35 and cells H28 through H32. Out of all these cells, it has found that 5,000 is the smallest value. TODAY This gives you today s date IF the cell is formatted as a date. COUNT The COUNT function will examine a set of cells and tell you how many cells contain numbers. In this example, Excel analyzed 19 cells and found that only 3 had number values. 30

5 AVERAGE The AVERAGE function in this example will add together cells F28 through F35 and divide by 8 because there are 8 numbers. Notice that it will show your result is $8, MAX The MAX function looks at sets of values and finds the largest value. In this example, it examines cells F28 through F35 and cells H28 through H32 and cells H20 through H25. Out of all these cells, it has found that $15, is the largest value. 29

6 to the Number 2 field. Click OK when all the cells for the function have been selected. Some commonly used functions shown below are described using their formula palette. Remember that you get the formula palette by clicking on the Function Wizard. SUM - This says to add together cells F28 through F35. Notice that it will show your result is SUMIF - Use the SUMIF when you want to place restrictions on numbers you add in a column or row. In this example, you want to add the numbers from cells H28 through H32 IF they are greater than Notice that it will show your result is

7 Function Wizard All functions built into Excel can be viewed by using the Function Wizard. To use the Function Wizard click on the cell where the function will be placed and click the Function Wizard button on the standard toolbar. From the Paste Function dialog box, browse through the functions by clicking in the Function category menu on the left and select the function from the Function name choices on the right. As each function name is highlighted a description and example of use is provided below the two boxes. Click OK to select a function. The formula palette will sometimes open if cells need to be selected or criteria need to be stipulated. This window allows you to choose the cells that will be included in the function. In the example below, cells B4 and C4 were automatically selected for the sum function by Excel. The cell values {2, 3} are located to the right of the Number 1 field where the cell addresses are listed. If another set of cells, such as B5 and C5, needed to be added to the function, those cells would be added in the format "B5:C5" 27

8 SUM function and simply type "=SUM(D1:D10)". The colon shows that you have chosen a range of cells from cell D1 to cell D10. Another way to list cells in a formula or function is to use a comma. =SUM(B2:B5,B7, B10:B13) says to add cells B2, B3, B4, B5, B7, B10, B11, B12, and B13. Autosum - Use the Autosum function to add the contents of a cluster of adjacent cells. Select the cell that the sum will appear in that is outside the cluster of cells whose values will be added. Cell C2 was used in this example. Click the Autosum button (Greek letter sigma) on the standard toolbar. Highlight the group of cells that will be summed (cells A2 through B2 in this example). You can hold the CONTROL if the cells you wish to sum are not adjacent to one another. Press the ENTER key on the keyboard or click the green check mark button on the formula bar. Several other functions and examples are given in the table below: Function Example Description SUM =SUM(A1:100) finds the sum of cells A1 through A100 AVERAGE =AVERAGE(B1:B10) finds the average of cells B1 through B10 MAX =MAX(C1:C100) returns the highest number from cells C1 through C100 MIN =MIN(D1:D100) returns the lowest number from cells D1 through D100 SQRT =SQRT(D10) finds the square root of the value in cell D10 TODAY =TODAY() returns the current date (leave the parentheses empty) 26

9 Autofill allows you to drag the fill handle of a cell to copy the formula from that cell to other cells in the same row or column. The fill handle of a cell is the small black square at the bottom right corner of a cell. To fill a row or a column, click on a cell or a block of cells when your pointer looks like a large plus sign. Then move your pointer to the fill handle, click and hold on the mouse, drag to the cells to fill in the formula and formatting. Relative, Absolute, and Mixed Referencing Relative Reference - Calling cells by just their column and row labels (such as "A1") is called relative referencing. When a formula contains relative referencing and it is copied from one cell to another, Excel does not create an exact copy of the formula. It will change cell addresses relative to the row and column they are moved to. For example, if a simple addition formula in cell C1 that says "=(A1+B1)" is copied to cell C2, the formula would change to "=(A2+B2)" to reflect the new row. Absolute Reference If you wish to autofill a formula, but you do not want a cell address to change in the formula, you must modify the formula slightly. To prevent this change, cells must be called by absolute referencing and this is accomplished by placing dollar signs "$" within the cell addresses in the formula. Continuing the previous example, the formula in cell C1 would read "=($A$1+$B$1)" if the value of cell C2 should be the sum of cells A1 and B1. Both the column and row of both cells are absolute and will not change when copied. Mixed referencing can also be used where only the row OR column fixed. For example, in the formula "=(A$1+$B2)", the row of cell A1 is fixed and the column of cell B2 is fixed. Basic Functions Functions can be a more efficient way of performing mathematical operations than formulas. For example, if you wanted to add the values of cells D1 through D10, you would type the formula "=D1+D2+D3+D4+D5+D6+D7+D8+D9+D10". A shorter way would be to use the 25

10 Subtotal in cell C7 in the table is to type =C2+C3+C4+C5 and hit ENTER on the keyboard. The result of the addition formula will show up in the cell and the formula will show the formula. Spaces are not needed in a formula. 24

11 <= Less than or equal to > Greater than >= Greater than or equal to <> Not equal to Formulas Formulas are entered in the worksheet cell and must begin with an equal sign "=". The formula then includes the addresses of the cells whose values will be manipulated with appropriate operands placed in between. After the formula is typed into the cell, the calculation executes immediately and the formula itself is visible in the formula bar. See the example below to view the formula for calculating the sub total for a number of textbooks. The formula multiplies the quantity and price of each textbook and adds the subtotal for each book. To type a formula, click in the cell where you want the results of the formula. Type = first. You can type the address of a cell, like B5, or you can click in cell B5 and Excel will type the address for you in the formula. Use the operands to create a mathematical formula. Another way to get the 23

12 chart and click Copy. Open the destination document in Word and click Paste. VI. Formulas and Functions The distinguishing feature of a spreadsheet program such as Excel is that it allows you to create mathematical formulas and execute functions. Otherwise, it is not much more than a large table for displaying text. These pages will show you how to create these calculations. Order of operations in Excel 2000 There are many formulas that help you calculate or analyze everything from finances to statistical sampling plans. When you combine several mathematical steps in a formula, they are performed in a specific order. Excel 2000 starts calculating from the left to the right according to the following order of operations: Order Symbol Description 1 () Parentheses 2 - Negative number if used with one operand 3 % Percentage 4 ^ Exponentiation 5 * and / Multiplication and division 6 + and - Addition and subtraction 7 & Connects two text values to produce one 8 Continuous text value arison Oper ators = Equal to < Less than 22

13 the Chart Objects List and click the Format button. A window containing the properties of that object will then appear to make formatting changes. Chart Type - Click the arrowhead on the chart type button to select a different type of chart. Legend Toggle - Show or hide the chart legend by clicking this toggle button. Data Table view - Display the data table instead of the chart by clicking the Data Table toggle button. Display Data by Column or Row - Charts the data by columns or rows according to the data sheet. Angle Text - Select the category or value axis and click the Angle Downward or Angle Upward button to angle the the selected by +/- 45 degrees. Copying the Chart to Microsoft Word A finished chart can be copied into a Microsoft Word document. Select the 21

14 handles to change the size. Handles on the corners will resize the chart proportionally while handles along the lines will stretch the chart. Moving the Chart Select the border of the chart, hold down the left mouse button, and drag the chart to a new location. Elements within the chart such as the title and labels may also be moved within the chart. Click on the element to activate it, and use the mouse to drag the element to move it. Chart Formatting Toolbar (Another way to modify the chart) If you click on the chart, you should be able to view the chart formatting toolbar. If you cannot see it on your screen, go to View, Toolbars, and click on Chart. The chart toolbar will give you the same information as right clicking on an area of the chart. Chart Objects List - To select an object on the chart to format, click the object on the chart or select the object from 20

15 3. Click Finish to create the chart. Modifying Charts Once a chart is created, it can be modified. Often the chart is not an appropriate size, needs recoloring, and text needs formatting. Chart Title Value Axis Instructional Supplies Chart Area Value Axis Title Amount $9, $8, $7, $6, $5, $4, $3, $2, $1, $0.00 Plot Area Bars show series and values. Math Category Axis Science Social Studies Language Arts/Reading Band P.E./Health Chorus Special Education Gifted Exploratory Department Category Axis Title When you place your pointer on different areas of the graph, you will notice that the graph is composed of named areas as seen in the diagram above. To change an area of the graph, point to that area, RIGHT CLICK on the mouse, and click on Format. For example if you right click on the plot area, Format Plot Area is a choice. This will allow you to change the color of the plot area. You will also see options like Chart Type, Source Data, Chart Options, Location, 3-D View, Chart Window, Clear. Choosing any of these will return you to a certain step in the chart wizard to change your previous choices. Resizing the Chart To resize the chart, click on its border and drag any of the nine black 19

16 6. Data Table - On the Data Table tab, you can choose to show the data table below the graph and attached to the graph. Click NEXT to go to Step 4 of Chart Location Step 4 of 4 - Click As new sheet if the chart should be placed on a new, blank worksheet or select As object in if the chart should be embedded in an existing sheet (see diagram below). If you place it in a new, blank worksheet, you will need to name the worksheet or it will be called Chart 1. If you select As object in, you can select the worksheet from the drop-down menu. 18

17 5. Data Labels On the data labels tab, you can choose to show no labels, show value, or show label. If you choose one of these, it will place the value or the label above the columns. I have chosen None in this example. 17

18 horizontally and vertically by placing check marks in the boxes for major gridlines and/or minor gridlines. 4. Legend On the legend tab, you can choose the placement of the legend or whether or not the legend is necessary to be viewed. In this example, the legend is not giving any information, so I have chosen not to show the legend by unchecking Show legend. 16

19 2. Axes - Click on the Axes tab to view other options. The default is to show the x- and y-axes, so there are check marks by each of these. It is suggested that you use these defaults. 3. Gridlines - On the Gridlines tab (see diagram below), you can choose to show more or less gridlines both 15

20 3. Chart Options Step 3 of 4 (see diagram below) has several tabs. The number of tabs you view will depend on the type of chart you have chosen. This particular example is of a bar chart. 1. Titles - Enter the name of the chart and titles for the X- and Y-axes. Remember that the x-axis is the horizontal axis and the y-axis is the vertical axis. If you hesitate a moment after typing, you can view the location of the titles in the graph preview on the right. 14

21 exchange this data, you can switch from Columns to Rows or vise versa. Click Next. 2. Series On the Series tab, the series will already be named for you if Excel is able to tell what information should be named. If not, as in this example, it will simply say Series 1. I can change the name of the series by highlighting the words Series 1 in the Series box on the left and manually typing in a name of the series. In this example, I have typed in the name Department as the name of the series. 13

22 View Sample. Pressing this will give you a quick view of the chart appearance. Choose the Chart subtype. Click Next. 2. Chart Source Data In Step 2 of 4 (see diagram below), there are two tabs. 1. Data Range - The data you highlighted is listed in the data range field. In the spreadsheet (behind the chart wizard) you should be able to see marching ants around the highlighted data. Generally you will not change the data range at this point; however if you wish it to be different from the area highlighted in step 1) it can be changed here manually. Additionally, the chart wizard will tell you if the series is in rows or columns. In the preview box you can see the chart and can tell what data is listed on the horizontal axis (xaxis) as well as the legend information. If you choose to 12

23 V. Creating and Modifying Charts Charts allow a person to present data entered into the worksheet in a visual format using a variety of graph types. Before you can make a chart you must first enter data into a worksheet. This explains how you can create simple charts from the data. Creating Charts - Chart Wizard The Chart Wizard brings you through the process of creating a chart by displaying a series of dialog boxes. 1. Enter the data into the worksheet first. Highlight all the cells that will be included in the chart including headers. It is very simple to highlight the data when it is within a rectangular block. If the data is not within a rectangular block, then highlight the leftmost data, release the mouse, press CONTROL on the keyboard, and continue to highlight using CLICK and DRAG. 2. Click the Chart Wizard button on the standard toolbar to view the first Chart Wizard dialog box. The chart wizard will walk you through several steps to create your chart. Even after you finish the chart, your choices can be changed. 1. Chart Type There are two tabs in the Chart Wizard dialog box in Step 1 of 4. (see diagram below). Choose the Standard tab. On the left side you will see the chart type. The first four (Column, Bar, Line, Pie) are probably the most used. Choose the Chart type. On the right side you will see the chart sub-type. When you highlight a subtype, a description of the chart will appear toward the bottom of the dialog box. There is also a COOL button at the bottom to click: Press and Hold to 11

24 Keyboard Shortcuts Action Open a file New file Save As Save Print Find Replace Go to One cell up One cell down One cell right One cell left Top of worksheet (cell A1) Keystroke Document actions CTRL+O CTRL+N F12 CTRL+S CTRL+P CTRL+F CTRL+H F5 Cursor Movement End of worksheet (last cell with data) End of row End of column Move to next worksheet Apply AutoSum Current date Current time Spelling Help Macros Formulas up arrow down arrow Tab SHIFT+Tab CTRL+Home CTRL+End Home CTRL+left arrow CTRL+PageDown ALT+= CTRL+; CTRL+: F7 F1 ALT+F8 10 Action All cells left of current cell All cells right of current cell Entire column Entire row Entire worksheet Bold Italics Underline Strikethrough Edit active cell Keystroke Selecting Cells SHIFT+left arrow SHIFT+right arrow CTRL+Spacebar SHIFT+Spacebar CTRL+A Text Style CTRL+B CTRL+I CTRL+U CTRL+5 Formatting Format as currency with 2 decimal places Format as percent with no decimal places Cut Copy Paste Undo Redo Format cells dialog box F2 SHIFT+CTRL+$ SHIFT+CTRL+% CTRL+X CTRL+C CTRL+V CTRL+Z CTRL+Y CTRL+1

25 Freeze panes has been added to row 1 in the image above. Notice that the row numbers skip from 1 to 6. As the worksheet is scrolled, row 1 will remain stationary while the remaining rows will move. 4. You may also freeze columns in the same manner as rows by selecting the column to the right of the column you wish to freeze. 5. You may freeze both columns and rows by selecting the CELL below the row and to the right of the column you wish to freeze. 9

26 Pasting Cut and Copied Cells Highlight the cell you want to paste the cut or copied content into and select Edit, Paste from the menu bar or click the Paste button on the standard toolbar (you will see the marching ants). If you highlight more than one cell to paste cut and copied cells, the number and shape of cells MUST match the number and shape of cells where you want to paste. You may highlight only one cell to paste a group of cells. Drag and Drop If you are moving the cell contents only a short distance, the drag-and-drop method may be easier. Simply drag the highlighted border of the selected cell to the destination cell with the mouse. Freeze Panes If you have a large worksheet with column and row headings, those headings will disappear as the worksheet is scrolled. By using the Freeze Panes feature, the headings can be visible at all times. 1. Click the label of the row below the row that should remain frozen at the top of the worksheet. 2. Select Window, Freeze Panes from the menu bar. 3. To remove the frozen panes, select Window, Unfreeze Panes. 8

27 Column - Add a column by selecting Insert, Columns from the menu bar, or highlight the column by click on the column label, right-click with the mouse, and choose Insert. To add multiple columns to a worksheet, select the number of columns to the right of where you wish to insert columns, right click and choose Insert. If you wish to add 3 columns to the left of column F, then highlight columns F, G, and H, right click and choose Insert. Resizing Rows and Columns There are three ways to resize rows and columns. 1. Resize a row by dragging the line below the label of the row you would like to resize. Resize a column in a similar manner by dragging the line to the right of the label corresponding to the column you want to resize. - OR - 2. Resize a row by double clicking on the line below the label of the row you would like to resize. Resize a column in a similar manner by double clicking on the line to the right of the label corresponding to the column you want to resize. OR - 3. Click the row or column label and select Format, Row, Height or Format, Column, Width from the menu bar to enter a numerical value for the height of the row or width of the column. Moving and Copying Cells Moving Cells To cut cell contents that will be moved to another cell or group of cells, select a cell or highlight a group of cells, select Edit, Cut from the menu bar or click the Cut button on the standard toolbar (you will see the marching ants). Copying Cells To copy the cell contents of a cell or a group of cells, select the cell or highlight a group of cells, select Edit, Copy from the menu bar or click the Copy button on the standard toolbar (you will see the marching ants). 7

28 Format Cells window. Select "Date" from the Category box and choose the format for the date from the Type box. If the field is a time, select "Time" from the Category box and select the type in the right box. Date and time combinations are also listed. Press OK when finished. IV. Modifying a Worksheet Adding Worksheets, Rows, and Columns Worksheets - Add a worksheet to a workbook by selecting Insert, Worksheet from the menu bar OR right clicking on a worksheet name and choosing Insert Row - To add a row to a worksheet, select Insert, Rows from the menu bar, or highlight the row by clicking on the row label, right-click with the mouse, and choose Insert. To add multiple rows to a worksheet, select the number of rows below where you wish to insert rows, right click and choose Insert. If you wish to add 3 rows above row 5, then highlight rows 5, 6, and 7, right click and choose Insert. 6

29 Format Cells Dialog Box For a complete list of formatting options, right-click on the highlighted cells and choose Format, Cells from the shortcut menu or select Format, Cells from the menu bar. REMEMBER that you must first choose the cells you wish to format BEFORE going to the Format Cells Dialog Box. Number tab - The data type can be selected from the options on this tab. Select General if the cell contains text and number, or another numerical category if the cell is a number that will be included in functions or formulas. Alignment tab - These options allow you to change the position and alignment of the data with the cell. Font tab - All of the font attributes are displayed in this tab including font face, size, style, and effects. Border and Pattern tabs - These tabs allow you to add borders, shading, and background colors to a cell. Dates and Times If you enter the date "January 1, 2001" into a cell on the worksheet, Excel will automatically recognize the text as a date and change the format to "1- Jan-01". To change the date format, select the Number tab from the 5

30 To move to the top of the worksheet (cell A1), press CTRL and HOME. To move to the end of the worksheet (last cell containing data), press CTRL and END. Selecting Cells **Before a cell can be modified or formatted, it must first be selected (highlighted). To select one cell, click once in the cell. To select an entire row, click the row label. To select an entire column, click the column label. To select the entire worksheet, click the whole sheet button. To select a cluster of cells, click and hold on the mouse and drag the mouse over the cells OR hold down the SHIFT key while using the arrow keys. To activate the contents of a cell, double-click on the cell or click once and press F2. To move from worksheet to worksheet Click the worksheet tabs in the left-bottom area on the worksheet. III. Formatting Cells Formatting Toolbar The contents of a highlighted cell can be formatted in many ways. Font and cell attributes can be added from shortcut buttons on the formatting bar. If this toolbar is not already visible on the screen, select View, Toolbars, Formatting from the menu bar. 4

31 Undo and Redo - Click the backward Undo arrow to cancel the last action you performed, whether it be entering data into a cell, formatting a cell, entering a function, etc. Click the forward Redo arrow to cancel the undo action. Insert Hyperlink - To insert a hyperlink to a web site on the Internet, type the text into a cell you want to be the link that can be clicked with the mouse. Then, click the Insert Hyperlink button and enter the web address you want the text to link to and click OK. Autosum, Function Wizard, and Sorting - These features are discussed in detail in the Functions section. Zoom - To change the size that the worksheet appears on the screen, choose a different percentage from the Zoom menu. II. Moving around in the Excel 2000 workbook There are a number of ways to move around in a workbook. Moving from one cell to another in Excel 2000 is quick and easy. The ways to move from cell to cell include clicking a cell or using the Go To command, the scroll bars, the arrow keys, or the HOME, END, PAGE UP, and PAGE DOWN keys. To move within a worksheet To select any cell, click it. For example, click cell A1. To move one cell to the right, press TAB, or to move one cell to the left, press SHIFT+TAB. To move one cell down, right, up, or left, use the arrow keys. To move to the uppermost-left cell, A1; press CTRL+HOME. To move to any cell, on the Edit Menu, click Go To and then type any cell number (for example, J18 ). To move down in the worksheet, press PAGE DOWN. To move up in the worksheet, press PAGE UP. To move to the first column of the worksheet, press HOME. To move to the end of the row, press CTRL and right arrow key To move to the end of the column, press CTRL and down arrow key. 3

32 Adding and Renaming Worksheets The worksheets in a workbook are accessible by clicking the worksheet tabs just above the status bar. By default, three worksheets are included in each workbook. To add a sheet, select Insert, Worksheet from the menu bar. To rename the worksheet tab, right-click on the tab with the mouse and select Rename from the shortcut menu. Type the new name and press the ENTER key. The Standard Toolbar This toolbar is located just below the menu bar at the top of the screen and allows you to quickly access basic Excel commands. New - Select File, New from the menu bar, press CTRL+N, or click the New button to create a new workbook. Open - Click File, Open from the menu bar, press CTRL+O, or click the Open folder button to open an existing workbook. Save - The first time you save a workbook, select File, Save As and name the file. After the file is named click File, Save, CTRL+S, or the Save button on the standard toolbar. Print - Click the Print button to print the worksheet. Print Preview - This feature will allow you to preview the worksheet before it prints. Spell Check - Use the spell checker to correct spelling errors on the worksheet. Cut, Copy, Paste, and Format Painter - These actions are explained in the Modifying A Worksheet section. 2

33 I. Spreadsheet Basics HIT 201-Excel I Screen Shots Microsoft Excel 2000 Excel allows you to create spreadsheets much like paper ledgers that can perform automatic calculations. Each Excel file is a workbook that can hold many worksheets. The worksheet is a grid of columns (designated by letters) and rows (designated by numbers). The letters and numbers of the columns and rows (called labels) are displayed in gray buttons across the top and left side of the worksheet. The intersection of a column and a row is called a cell. Each cell on the spreadsheet has a cell address that is the column letter and the row number. Cells can contain text, numbers, or mathematical formulas. 1

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

4.1. FORMATTING TOOLBAR

4.1. FORMATTING TOOLBAR Excel tutorial menu Table of Contents 1. SPREADSHEET BASICS 3 1.1. MICROSOFT EXCEL 2000 SCREEN ELEMENTS 3 1.2. ADDING AND RENAMING WORKSHEETS 3 1.3. THE STANDARD TOOLBAR 4 2. CUSTOMIZING EXCEL 4 2.1. MENUS

More information

MS Exel MS Excel tutorials in Hindi

MS Exel MS Excel tutorials in Hindi 1 MS Exel MS Excel tutorials in Hindi Excel): datas) (spreadsheets) workbook) worksheets) ' ' (columns) ' ' (rows) (grid) (cell), 'E' '5' 'E5', mathematical formulas) Microsoft Excel - Screen Elements)

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

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

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

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

What is a spreadsheet?

What is a spreadsheet? Microsoft Excel is a spreadsheet developed by Microsoft. It is a software program included in the Microsoft Office suite (Others include MS Word, MS PowerPoint, MS Access etc.). Microsoft Excel is used

More information

Workbooks & Worksheets. Getting Started. Formatting. Formulas & Functions

Workbooks & Worksheets. Getting Started. Formatting. Formulas & Functions 1 Getting Started Cells Workbooks & Worksheets Formatting Formulas & Functions Chart Printing 2 Getting Started Start a spreadsheet program Recognize the spreadsheet screen layout Use the ribbon,quick

More information

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

Created by Cheryl Tice. Table of Contents

Created by Cheryl Tice. Table of Contents Created by Cheryl Tice 1 Table of Contents What is Excel?.3 Excel Window..4 What is Your Mouse Telling You?...5 Common Keyboard Shortcuts...6 Moving Around a Worksheet.7 Formulas...8 Formula Tips...9 Vocabulary..10

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

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

for secondary school teachers & administrators

for secondary school teachers & administrators for secondary school teachers & administrators 2b: presenting worksheets effectively Contents Page Workshop 2B: Presenting Worksheets Effectively 1 2.1 The Formatting Toolbar 2.1.1 The Format Cells Dialogue

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

EXCEL 2007 TIP SHEET. Dialog Box Launcher these allow you to access additional features associated with a specific Group of buttons within a Ribbon.

EXCEL 2007 TIP SHEET. Dialog Box Launcher these allow you to access additional features associated with a specific Group of buttons within a Ribbon. EXCEL 2007 TIP SHEET GLOSSARY AutoSum a function in Excel that adds the contents of a specified range of Cells; the AutoSum button appears on the Home ribbon as a. Dialog Box Launcher these allow you to

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

UNIT- 5. Introduction to MS-Office. 12. MS- Word 13. MS-Excel 14. MS-Access 15. MS-Power Point

UNIT- 5. Introduction to MS-Office. 12. MS- Word 13. MS-Excel 14. MS-Access 15. MS-Power Point UNIT- 5 Introduction to MS-Office 12. MS- Word 13. MS-Excel 14. MS-Access 15. MS-Power Point MS-Office 2000 Microsoft Office 2000 is a software suite that consists of different applications that complete

More information

1 THE PNP BASIC COMPUTER ESSENTIALS e-learning (MS Excel 2007)

1 THE PNP BASIC COMPUTER ESSENTIALS e-learning (MS Excel 2007) 1 THE PNP BASIC COMPUTER ESSENTIALS e-learning (MS Excel 2007) 2 THE PNP BASIC COMPUTER ESSENTIALS e-learning (MS Excel 2007) TABLE OF CONTENTS CHAPTER 1: GETTING STARTED... 5 THE EXCEL ENVIRONMENT...

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

Excel 2003 Tutorial II

Excel 2003 Tutorial II 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 II Charts Chart Wizard Chart toolbar Resizing a chart

More information

AGB 260: Agribusiness Data Literacy. Excel Basics

AGB 260: Agribusiness Data Literacy. Excel Basics AGB 260: Agribusiness Data Literacy Excel Basics Useful Chapters in the Textbook Regarding this Lecture Chapter 1: Introducing Excel Chapter 2: Entering and Editing Worksheet Data Chapter 3: Essential

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

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

Microsoft Office Excel 2013 Courses 24 Hours

Microsoft Office Excel 2013 Courses 24 Hours Microsoft Office Excel 2013 Courses 24 Hours COURSE OUTLINES FOUNDATION LEVEL COURSE OUTLINE Getting Started With Excel 2013 Starting Excel 2013 Selecting the Blank Worksheet Template The Excel 2013 Cell

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

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

Quick Reference Summary

Quick Reference Summary Microsoft Excel 2010 Quick Reference Summary Microsoft Excel 2010 Quick Reference Summary 3-D Chart, Rotate EX 462 3-D Rotation button (Chart Tools Layout tab Background, change rotation (Format Chart

More information

Spreadsheets Microsoft Office Button Ribbon

Spreadsheets Microsoft Office Button Ribbon Getting started with Excel 2007 you will notice that there are many similar features to previous versions. You will also notice that there are many new features that you ll be able to utilize. There are

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

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

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

The New York Society Library Presents:

The New York Society Library Presents: The New York Society Library Presents: Introduction to Microsoft Excel (for versions 2003 and earlier) Carolyn Waters Acquisitions & Reference Librarian carolyn@nysoclib.org Index OVERVIEW.... Page 03

More information

I OFFICE TAB... 1 RIBBONS & GROUPS... 2 OTHER SCREEN PARTS... 4 APPLICATION SPECIFICATIONS... 5 THE BASICS...

I OFFICE TAB... 1 RIBBONS & GROUPS... 2 OTHER SCREEN PARTS... 4 APPLICATION SPECIFICATIONS... 5 THE BASICS... EXCEL 2010 BASICS Microsoft Excel I OFFICE TAB... 1 RIBBONS & GROUPS... 2 OTHER SCREEN PARTS... 4 APPLICATION SPECIFICATIONS... 5 THE BASICS... 6 The Mouse... 6 What Are Worksheets?... 6 What is a Workbook?...

More information

Excel Main Screen. Fundamental Concepts. General Keyboard Shortcuts Open a workbook Create New Save Preview and Print Close a Workbook

Excel Main Screen. Fundamental Concepts. General Keyboard Shortcuts Open a workbook Create New Save Preview and Print Close a Workbook Excel 2016 Main Screen Fundamental Concepts General Keyboard Shortcuts Open a workbook Create New Save Preview and Print Close a Ctrl + O Ctrl + N Ctrl + S Ctrl + P Ctrl + W Help Run Spell Check Calculate

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 Foundation. Excel 2010 Foundation SAMPLE

Excel 2010 Foundation. Excel 2010 Foundation SAMPLE Excel 2010 Foundation Excel 2010 Foundation Excel 2010 Foundation Page 2 2010 Cheltenham Courseware Pty. Ltd. All trademarks acknowledged. E&OE. No part of this document may be copied without written permission

More information

Ctrl+A Select All None Ctrl+B Bold Format, Cells, Font, Font Style, Bold Ctrl+C Copy Edit, Copy Ctrl+D Fill Down Edit, Fill, Down Ctrl+F Find Edit,

Ctrl+A Select All None Ctrl+B Bold Format, Cells, Font, Font Style, Bold Ctrl+C Copy Edit, Copy Ctrl+D Fill Down Edit, Fill, Down Ctrl+F Find Edit, Ctrl+A Select All None Ctrl+B Bold Format, Cells, Font, Font Style, Bold Ctrl+C Copy Edit, Copy Ctrl+D Fill Down Edit, Fill, Down Ctrl+F Find Edit, Find Ctrl+G Goto Edit, Goto Ctrl+H Replace Edit, Replace

More information

Day : Date : Objects : Open MS Excel program. Subject : * Open Excel application. Select : start. Choose: programs. Choose : Microsoft Office

Day : Date : Objects : Open MS Excel program. Subject : * Open Excel application. Select : start. Choose: programs. Choose : Microsoft Office 1 2 Day : Date : Objects : Open MS Excel program. Subject : * Open Excel application. Select : start Choose: programs Choose : Microsoft Office Select: Excel * Close the Excel program Click on the Close

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

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

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

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

Quick Reference: Microsoft Excel Keyboard Shortcuts

Quick Reference: Microsoft Excel Keyboard Shortcuts Quick Reference: Microsoft Excel Keyboard s FORMATTING Bold the selection Italicize the selection Underline the selection Strike through the selection Open the Style dialog box Open the Format Cells dialog

More information

Workbook Also called a spreadsheet, the Workbook is a unique file created by Excel. Title bar

Workbook Also called a spreadsheet, the Workbook is a unique file created by Excel. Title bar Microsoft Excel 2007 is a spreadsheet application in the Microsoft Office Suite. A spreadsheet is an accounting program for the computer. Spreadsheets are primarily used to work with numbers and text.

More information

Excel keyboard shortcuts and function keys

Excel keyboard shortcuts and function keys Excel keyboard shortcuts and function keys This article describes keyboard shortcuts, function keys, and some other common shortcut keys for Microsoft Excel 2016 for Windows. This includes the shortcuts

More information

Excel 2016 Foundation. North American Edition SAMPLE

Excel 2016 Foundation. North American Edition SAMPLE Excel 2016 Foundation Excel 2016 Foundation North American Edition Excel 2016 Foundation Page 2 2015 Cheltenham Group Pty. Ltd. All trademarks acknowledged. E&OE. No part of this document may be copied

More information

Excel 2013 Foundation. Excel 2013 Foundation SAMPLE

Excel 2013 Foundation. Excel 2013 Foundation SAMPLE Excel 2013 Foundation Excel 2013 Foundation Excel 2013 Foundation Page 2 2013 Cheltenham Group Pty. Ltd. All trademarks acknowledged. E&OE. No part of this document may be copied without written permission

More information

MICROSOFT EXCEL KEYBOARD SHORTCUTS

MICROSOFT EXCEL KEYBOARD SHORTCUTS MICROSOFT EXCEL KEYBOARD SHORTCUTS KEY DESCRIPTION CTRL+PgUp CTRL+PgDn CTRL+SHIFT+( CTRL+SHIFT+& CTRL+SHIFT_ CTRL+SHIFT+~ CTRL+SHIFT+$ CTRL+SHIFT+% CTRL+SHIFT+^ CTRL+SHIFT+# CTRL+SHIFT+@ CTRL+SHIFT+! Switches

More information

Microsoft Excel 2016 / 2013 Basic & Intermediate

Microsoft Excel 2016 / 2013 Basic & Intermediate Microsoft Excel 2016 / 2013 Basic & Intermediate Duration: 2 Days Introduction Basic Level This course covers the very basics of the Excel spreadsheet. It is suitable for complete beginners without prior

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

In a PivotTable, it selects the entire PivotTable report. Displays the Insert dialog box to insert blank cells.

In a PivotTable, it selects the entire PivotTable report. Displays the Insert dialog box to insert blank cells. CTRL+PgUp CTRL+PgDn CTRL+SHIFT+( CTRL+SHIFT+) CTRL+SHIFT+& CTRL+SHIFT_ CTRL+SHIFT+~ CTRL+SHIFT+$ CTRL+SHIFT+% CTRL+SHIFT+^ CTRL+SHIFT+# CTRL+SHIFT+@ CTRL+SHIFT+! CTRL+SHIFT+* CTRL+SHIFT+: CTRL+SHIFT+"

More information

Microsoft Excel for Lawyers - The Fundamentals Reference Guide

Microsoft Excel for Lawyers - The Fundamentals Reference Guide Microsoft Excel for Lawyers - The Fundamentals Reference Guide This guide includes step by step procedures for fundamental Excel commands and accompanies the Microsoft Excel for Lawyers -The Fundamentals

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

Excel shortcut and function keys

Excel shortcut and function keys Page 1 of 8 Microsoft Office Excel Excel shortcut and function keys Applies to: Microsoft Office Excel 2007 Hide All The following lists contain CTRL combination shortcut keys, function keys, and some

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

TABLE OF CONTENTS. i Excel 2016 Basic

TABLE OF CONTENTS. i Excel 2016 Basic i TABLE OF CONTENTS TABLE OF CONTENTS I PREFACE VII 1 INTRODUCING EXCEL 1 1.1 Starting Excel 1 Starting Excel using the Start button in Windows 1 1.2 Screen components 2 Tooltips 3 Title bar 4 Window buttons

More information

Excel Simple Worksheets (with Functions)

Excel Simple Worksheets (with Functions) Excel 2007 Simple Worksheets (with Functions) Contents The Excel 2007 Window 4 Navigating in Excel... 7 Entering Data 8 Working with Ranges of Cells... 9 Selecting Ranges of Cells 9 Copy and Moving Cell

More information

Excel 2016 Foundation SAMPLE

Excel 2016 Foundation SAMPLE Excel 2016 Foundation Excel 2016 Foundation Excel 2016 Foundation Page 2 2015 Cheltenham Group Pty. Ltd. All trademarks acknowledged. E&OE. No part of this document may be copied without written permission

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

Basic Excel 2010 Workshop 101

Basic Excel 2010 Workshop 101 Basic Excel 2010 Workshop 101 Class Workbook Instructors: David Newbold Jennifer Tran Katie Spencer UCSD Libraries Educational Services 06/13/11 Why Use Excel? 1. It is the most effective and efficient

More information

Microsoft How to Series

Microsoft How to Series Microsoft How to Series Getting Started with EXCEL 2007 A B C D E F Tabs Introduction to the Excel 2007 Interface The Excel 2007 Interface is comprised of several elements, with four main parts: Office

More information

Excel 2013 Intermediate

Excel 2013 Intermediate Excel 2013 Intermediate Quick Access Toolbar... 1 Customizing Excel... 2 Keyboard Shortcuts... 2 Navigating the Spreadsheet... 2 Status Bar... 3 Worksheets... 3 Group Column/Row Adjusments... 4 Hiding

More information

Contents Microsoft Excel Lesson 1: Entering Text and Numbers...4 The Microsoft Excel Window...4 The Microsoft Office Button...

Contents Microsoft Excel Lesson 1: Entering Text and Numbers...4 The Microsoft Excel Window...4 The Microsoft Office Button... Contents Microsoft Excel 2007...4 Lesson 1: Entering Text and Numbers...4 The Microsoft Excel Window...4 The Microsoft Office Button...5 The Quick Access Toolbar...5 The Title Bar...5 The Ribbon...5 Worksheets...6

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 2013 FDLRS SUNRISE

EXCEL 2013 FDLRS SUNRISE EXCEL 2013 FDLRS SUNRISE Goal: Participants will create a spreadsheet and graph to document student progress. Objectives: Participants will create a spreadsheet which includes basic formulas. Participants

More information

MS EXCEL 2007 HOTKEYS

MS EXCEL 2007 HOTKEYS MS EXCEL 2007 HOTKEYS Shortcut List of shortcut keys Command How useful(?) CTRL combination shortcut keys Microsoft Excel 2007 CTRL+SHFT+( Unhides any hidden rows within the selection. CTRL+SHFT+) Unhides

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

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

Microsoft Excel Keyboard Shortcuts

Microsoft Excel Keyboard Shortcuts Microsoft Excel Keyboard Shortcuts Here is a complete list of keyboard shortcuts for Microsoft Excel. Most of the shortcuts will work on all Excel versions on Windows based computer. Data Processing Shortcuts

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

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

Table of Contents. Chapter 1

Table of Contents. Chapter 1 Table of Contents iii Table of Contents Chapter 1 Starting Excel Using an electronic spreadsheet 2 Starting Excel 2 Exploring the Start screen 4 Creating a blank workbook 4 Exploring the Excel window 5

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

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

EXCEL 2010 PROCEDURES

EXCEL 2010 PROCEDURES EXCEL 2010 PROCEDURES Starting Excel 1 Click the Start 2 Click All Programs 3 Click the Microsoft Office folder icon 4 Click Microsoft Excel 2010 Naming and Saving (Ctrl+S) a Workbook 1 Click File 2 Click

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

Excel FDLRS Sunrise

Excel FDLRS Sunrise Excel 2010 FDLRS Sunrise Within 2 weeks participants will submit a project: Create an Excel spreadsheet with a chart include the completed and signed ARROW form Send to: Lourdes Day FDLRS (Bartow Airport)

More information

Kenora Public Library. Computer Training. Introduction to Excel

Kenora Public Library. Computer Training. Introduction to Excel Kenora Public Library Computer Training Introduction to Excel Page 2 Introduction: Spreadsheet programs allow users to develop a number of documents that can be used to store data, perform calculations,

More information

MICROSOFT EXCEL KEYBOARD SHORCUTS

MICROSOFT EXCEL KEYBOARD SHORCUTS MICROSOFT EXCEL KEYBOARD SHORCUTS F1 Displays the Office Assistant or (Help > Microsoft Excel Help) F2 Edits the active cell, putting the cursor at the end F3 Displays the (Insert > Name > Paste) dialog

More information

Agenda. Spreadsheet Applications. Spreadsheet Terminology A workbook consists of multiple worksheets. By default, a workbook has 3 worksheets.

Agenda. Spreadsheet Applications. Spreadsheet Terminology A workbook consists of multiple worksheets. By default, a workbook has 3 worksheets. Agenda Unit 1 Assessment Review Progress Reports Intro to Excel Learn parts of an Excel spreadsheet How to Plan a spreadsheet Create a spreadsheet Analyze data Create an embedded chart in spreadsheet In

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

Microsoft Excel 2010

Microsoft Excel 2010 Microsoft Excel 2010 omar 2013-2014 First Semester 1. Exploring and Setting Up Your Excel Environment Microsoft Excel 2010 2013-2014 The Ribbon contains multiple tabs, each with several groups of commands.

More information

Day : Date : Objects : Open MS Excel program * Open Excel application. Select : start. Choose: programs. Choose : Microsoft Office.

Day : Date : Objects : Open MS Excel program * Open Excel application. Select : start. Choose: programs. Choose : Microsoft Office. Day : Date : Objects : Open MS Excel program * Open Excel application. Select : start Choose: programs Choose : Microsoft Office Select: Excel *The interface of Excel program - Menu bar. - Standard bar.

More information

FOR EXCEL [should work on any spreadsheet] Keys for editing data. Keys for editing data. Keys for inserting, deleting, and copying a selection

FOR EXCEL [should work on any spreadsheet] Keys for editing data. Keys for editing data. Keys for inserting, deleting, and copying a selection FOR EXCEL [should work on any spreadsheet] Keys for editing data Note enlarge the Help window to fill the screen, press ALT+SPACEBAR and then press X. restore the window to its previous size and location,

More information

The Menu and Toolbar in Excel (see below) look much like the Word tools and most of the tools behave as you would expect.

The Menu and Toolbar in Excel (see below) look much like the Word tools and most of the tools behave as you would expect. Launch the Microsoft Excel Program Click on the program icon in Launcher or the Microsoft Office Shortcut Bar. A worksheet is a grid, made up of columns, which are lettered and rows, and are numbered.

More information

Working with Data and Charts

Working with Data and Charts PART 9 Working with Data and Charts In Excel, a formula calculates a value based on the values in other cells of the workbook. Excel displays the result of a formula in a cell as a numeric value. A function

More information

Section 1 Microsoft Excel Overview

Section 1 Microsoft Excel Overview Course Topics: I. MS Excel Overview II. Review of Pasting and Editing Formulas III. Formatting Worksheets and Cells IV. Creating Templates V. Moving and Navigating Worksheets VI. Protecting Sheets VII.

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

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

Tips and Tricks for Microsoft Word 2010

Tips and Tricks for Microsoft Word 2010 Tips and Tricks for Microsoft Word 2010 TABLE OF CONTENTS Shortcuts for Selecting Text... 1 Create Automatic Borders... 1 Bulleted and Numbered List Shortcuts... 1 Insert Normal Text Within a List... 2

More information

Part III Fundamentals of Microsoft Excel

Part III Fundamentals of Microsoft Excel Part III Fundamentals of Microsoft Excel Table of Contents 1. INTRODUCTION... 83 2. STARTING MICROSOFT EXCEL... 84 2.1 Steps for starting word...84 2.2 The Excel Window...84 3. MICROSOFT EXCEL BASICS...

More information

Open Learning Guide. Microsoft Excel Introductory. Release OL356v1

Open Learning Guide. Microsoft Excel Introductory. Release OL356v1 Guide Microsoft Excel 2013 Introductory Note: Microsoft, Excel and Windows are registered trademarks of the Microsoft Corporation. Release OL356v1 Contents SECTION 1 FUNDAMENTALS... 9 1 - SPREADSHEET PRINCIPLES...

More information

Introduction to Excel 2007 Table of Contents

Introduction to Excel 2007 Table of Contents Table of Contents Excel Microsoft s Spreadsheet... 1 Starting Excel... 1 Excel 2007 New Interface... 1 Exploring the Excel Screen... 2 Viewing Dialog Boxes... 2 Quick Access Toolbar... 3 Minimizing the

More information

Introduction to Microsoft Excel 2016

Introduction to Microsoft Excel 2016 Screen Elements: Introduction to Microsoft Excel 2016 The Ribbon The Ribbon is designed to help you quickly find the commands that you need to complete a task. Commands are organized in logical groups,

More information

Tips & Tricks: MS Excel

Tips & Tricks: MS Excel Tips & Tricks: MS Excel 080501.2319 Table of Contents Navigation and References... 3 Layout... 3 Working with Numbers... 5 Power Features... 7 From ACS to Excel and Back... 8 Teacher Notes: Test examples

More information

Excel Basics. TJ McKeon

Excel Basics. TJ McKeon Excel Basics TJ McKeon What is Excel? Electronic Spreadsheet in a rows and columns layout Can contain alphabetical and numerical data (text, dates, times, numbers) Allows for easy calculations and mathematical

More information

Part 1. Module 3 MODULE OVERVIEW. Microsoft Office Suite. Objectives. What is A Spreadsheet? Microsoft Excel

Part 1. Module 3 MODULE OVERVIEW. Microsoft Office Suite. Objectives. What is A Spreadsheet? Microsoft Excel Module 3 MODULE OVERVIEW Part 1 What is A Spreadsheet? Part 2 Gaining Proficiency: Copying and Formatting Microsoft Office Suite Microsoft Excel Part 3 Using Formulas & Functions Part 4 Graphs and Charts:

More information

Unit 2785 (V7) Create a computer spreadsheet to provide a solution for organisation use. w ith. Microsoft Excel 2010

Unit 2785 (V7) Create a computer spreadsheet to provide a solution for organisation use. w ith. Microsoft Excel 2010 Student Workbook Unit 2785 (V7) Create a computer spreadsheet to provide a solution for organisation use w ith Microsoft Excel 2010 Easy to follow Step-by-step instructions Covers Unit Standard Criteria

More information

Excel 2010 Keyboard Shortcuts Ctrl combination shortcut keys

Excel 2010 Keyboard Shortcuts Ctrl combination shortcut keys CTRL+PgUp Excel 2010 board Shortcuts Ctrl combination shortcut keys Switches between worksheet tabs, from left-to-right. Switches between worksheet tabs, from right-to-left. CTRL+SHIFT+Plus (+) Displays

More information