Activity 1 Creating a simple gradebook

Size: px
Start display at page:

Download "Activity 1 Creating a simple gradebook"

Transcription

1 Activity 1 Creating a simple gradebook 1 Launch Excel to start a new spreadsheet a. Click on the Excel icon to start a new workbook, either from the start menu, Office Toolbar, or an Excel icon on the desktop. b. Click in cell A1 and enter YOUR NAME S Algebra Gradebook First Quarter. Don t worry if the title goes over the cell size, we ll take care of that later. c. In cell A3 enter Student Name d. In cells A4-A7 enter Carter, Jimmy; Lincoln, Abe; Earhart, Amelia; Thatcher, Margaret e. In cell B3 enter Pg 5. In cell C3 enter Pg 10. f. Highlight cells B3 and C3 by clicking in cell B3 and dragging to cell C3. g. Grab the handle and continue dragging to cell E3. Cell D3 should have automatically filled with Pg 15 and cell E3 should contain the label Pg 20. h. Enter Quiz 1 in cell F3 i. Enter the scores as shown below: j. Save your gradebook by selecting Ctrl-S, the Save Button on the Toolbar, or by selecting Save from the File Menu. Use the format Your Name-Algebra gradebook to name your document.

2 Activity 2 Working with Headers, Footers and Print Preview 2 If the file you created in Activity 1, Your Name algebra gradebook is not open, open it. Click the Print Preview button on the toolbar, page 11. An alternate way to preview a worksheet is to press Ctrl-P and select Preview from the Print Screen. From Page format on the Page Setup screen, change the orientation to Landscape. Adjust the size to 90%. From Margin format on the Page Setup screen, change the top margin to 1.5 inches, the bottom to 0.75 inches, the right and left margins to 0.5 inches. Click on Horizontal or vertical if you want the spreadsheet centered on the page. Click on the Header/Footer Tab. Click on Custom Header. In the center pane type the Name of your school, Add the date by clicking on the Insert Date button. From the Print Preview window, click Sheet Tab. Click the Gridline Box to insert gridlines on the printed copy of the spreadsheet. Close the Page Setup window and again select Print Preview. Your document should look like the sample below. Notice how close the header is to the data. This can be corrected by adding additional space to the top margin.

3 3 Print the sheet after adding space to the top margin. It is a good idea to do a print preview before printing a spreadsheet. It saves time and paper.

4 Activity 3 Renaming Worksheets 4 Open the document Renaming Worksheets. This spreadsheet consists of four worksheets. The first worksheet is minus a new student, Garth, and the teacher wants to add page 18 to her gradebook. Garth has been inserted in the second worksheet. Page 18 has been inserted in the third worksheet. Worksheet four contains the new scores. Notice that Sheet1 is named Sheet1, not Sheet 1. If a space is left in the name, it cannot be used to hyperlink data. It is always a good idea to name a worksheet with out spaces in the name. Double click on the spreadsheet name, Sheet1, click on the name Sheet1 then left click, or go to the Format Menu, drag to Sheet, then slide over to Rename, the three ways to change a worksheet s name. Rename Sheet1 to MinusGarth Rename Sheet2 to WithGarth Rename Sheet3 to WithPage18 Rename Sheet4 to Gradebook Using the same process, you can change the worksheet tab colors.

5 Activity 4 Order of Operations Rank has its privileges or first things first 5 The order in which mathematical operations are performed can be changed by adding parentheses. Formula Resulting Value =(3+5)*(8+7) 120 =3+5* =6+2^2 10 =(6+2)^2 64 When using formulas in spreadsheets, it is often necessary to perform one calculation before another. If you were to add before multiplying (3 + 4 X 5 = 35 ) you would get a different answer than you would if multiplied first then added (3 + 4 X 5 = 60. Mathematicians have agreed on a certain order in which mathematical operations are performed, this is called the order of operations. The lowest order of operations is addition or subtraction, whichever operation comes first in order from left to right. For example: =? First, we add 2 + 3, which is 5. Next, we subtract, 5 4 = = 1 Why did we add first? It came first going from left to right. The next higher order is multiplication or division, whichever operation comes first in order from left to right. For example: 12 X 3 6 =? First, we multiple 12 X 3, which is 36. Next, we divide, 36 6 = X 3 6 = 6 Why did we multiple first? It came first in order from left to right. The second highest order of operations is exponents or square roots, whichever comes first in order from left to right. For example: 6 squared, 6^2 or =? First, we square 6, which is 36. Next, we find the square root of 25, which is 5. Then we subtract 25 from 36, which is 9. Why did we find the square 6 first? It came first in order from left to right.

6 6 Did you notice there were actually three operations in this problem, the square of 6, the square root of 25, and subtraction? Why did we subtract last? Because, it has the lowest rank in the order of operations. The highest rank for the order of operations is the parentheses or brackets, ( ), [ ], { }. For example: (5 + 7) 6 X 2 =? First, we add 5 and 7, which is 12. Next, we divide 12 by 6, which is 2. Then, we multiple 2 X 2, which is 4. (5 + 7) 6 X 2 = 4 Why did we add first, when addition has the lowest rank? Because, parentheses has the highest rank and was inside the parentheses. To remember the order of operations, memorize this simple phrase: The initials correspond to the order in which a mathematical expression is evaluated. Please Excuse My Dear Aunt Sally Try these problems on paper. Parenthesis Exponents Multiply Divide Add Subtract X 6 = a. 150 b. 25 c X 2 3 = a. 36 b. 48 c X = a. 67 b. 101 c /2 * 10 4 = a. 494 b. 496 c X (3 + 4) = a. 84 b. 40 c * 30/6 + 4 = a b. 8 c. 34 d ( * 30)/6 + 4 = a b. 8 c. 34 d * 30/(6 +4) = a b. 8 c. 34 d ( * 30)/(6 + 4) = a b. 8 c. 34 d (3 + 2 * 7) = a. 238 b. 219 c. 94 Activity 4 Order of Operations with Excel

7 7 Open a new workbook. Using the computer, find the correct answer to the math problems listed above. Write your letter answer in the spaces below. Remember: When using formulas in spreadsheets, it is necessary to use the equal sign (=). Every formula in Excel must begin with an equal sign. For example to add 4 + 9, you would enter =4+9. Spacing doesn t matter, Excel will close the space. Excel will display the solution. What are the solutions to the problems?

8 Activity 5 Common Functions The SUM Function 8 Open the workbook Common Functions. Select worksheet UsingSUMButton. In cell A15, enter this formula: = A4+A5+A6+A7+A8+A9+A10+A11+A12+A13+A14. If everything was done correctly, you should see the sum of this column, 865. In cell C15, enter this formula: =SUM(C4:C14). Another way to enter this formula is to start the formula with =SUM( Next, click in cell C4, drag to C14, let go of the mouse, and then press the enter key. Excel completes the formula for you =SUM(C4:C14). This process is a form of filling which will be discussed later. A third way to find the sum of this set of numbers is to use the Auto Sum button,, located on the tool bar. Activate cell E15 by clicking in that cell. Click on the Auto Sum button. Excel will assume you want to find the sum of the number above the cell you selected. If this is true, press the Enter key or the Enter Button. The AVERAGE Function Finding averages is one of the more common tasks performed in spreadsheets. Using the AVERAGE function makes this task very easy. Finding the average without the AVERAGE function, would require two steps, first finding the total, then dividing by the number of items in the set. AVERAGE does both steps at the same time. The format for the AVERAGE function is =AVERAGE(argument). Select the Average worksheet. In cell A15 use the AutoSUM function to find the sum of this set of numbers. In cell A16 enter =A15/11. This formula tells Excel to divide the sum calculated in cell A15 by 11. The average should be displayed in cell A16. In Cell C15 enter the AVERAGE function, =AVERAGE(C4:C14) Again, you could type =AVERAGE( then drag from C4 to C14 and press the Enter Key. The MIN and MAX Functions

9 Min is short for minimum and Max is short for Maximum. The MIN and MAX functions are used to locate the minimum and maximum numbers from a set of data. The format for these functions are =MIN(argument) and =MAX(argument). 9 Select the MINMAX worksheet. In cell A15, type Min. In cell A16 type Max. In cell B15 enter the function to calculate the minimum value from the set of numbers, =MIN(B4:B14). As in the above examples, you can start the formula with =MIN( and drag across the cells you want included in the argument. In cell B16 enter the function to calculate the maximum value from the set of number, =MAX(B4:B14). The ROUND Function The ROUND function changes the value by rounding it to a specific number of decimal places. The format for the ROUND function is =ROUND(argument,number of decimal places). Where the first argument is the cell the value is contained may be found, and the second argument is the number of decimal places to which the results are to be rounded. For example, =ROUND(B9,1) rounds the value stored in B8 to 1 decimal place. What is the value when rounded the following decimal places? Decimal Places Cell Function Answer 0 In cell B10 enter =ROUND(B9,0) 1 In cell B11 enter =ROUND(B9,1) 2 In cell B12 enter =ROUND(B9,2) 3 In cell B13 enter =ROUND(B9,3) 4 In cell B14 enter =ROUND(B9,4) Combining Functions The activities above required two steps, firs find the average, second, round the average to the number of decimal places. It is possible to combine the AVERAGE and ROUND functions into one function. The format is =ROUND(AVERAGE(argument),number of decimal places). In cell D9, enter the following formula: =ROUND(AVERAGE(B2:B8),2). This formula will find the average and round it to the second decimal place. Clicking on the Function Button or the Insert Menu and dragging to Function allows you to select from a variety of functions. These functions are arranged by category, financial, statistics, date and time, and more. Using function is often easier than trying to enter your own formula.

10 10

11 Activity 6 Cell Reference 11 Open the workbook called cell reference. In cell D2 enter the formula =B2*C2 then press the Enter key. The above formula multiplies ( * means multiply) the value of B2 times B3. B2 and B3 are referred to as cell references when placed in an equation, (the place where data may be found in a formula or function). The formula =B2*C2 contains two cell references, B2 and C2. Now click back in cell D2. Notice the handle in the lower right corner of the cell. As you pass the pointer over the handle, it changes to a black cross. When the pointer is a black cross, click the mouse and drag down two cells, D3 and D4. Release the mouse. You should see the products for cells B3*C3 and B4*C4. Click in cell D3. The formula in the formula bar should read =B3*C3. How did this happen? By selecting the fill pointer, the black cross, you instructed Excel to fill the cells below the selected cell, D2. Excel assumes the columns will remain the same and the row number will increase. This process is referred to as down fill. The filling process will work to the right or left. Using the filling command you change the cell reference automatically; most of the time this works without problems. However, there are times you don t want some cell references to change. We will address this later when we discuss Absolute Cell Reference.

12 Activity 7 Formatting Data 12 Open the workbook called Formatting data. Select Cells from the Format Menu. Click in cell A3. General format means there are no formatting options available; there is nothing to do here. Click in cell B3, Select Cells from the Format Menu. We want to negative numbers to be shown in read, parentheses and to have three decimal places. Select these formats from the Format Cells window. Click in cell C3. Select Cells from the Format Menu. We want this one to be currency formatted. Click in cell D3. Select Cells from the Format Menu. We want this one to be accounting formatted. Notice where the dollar sign is located when using the two different formats. Click in cell E3. Select Cells from the Format Menu. We want the date to be in Month, Day, Year format. Click in cell F3. On the Toolbar are two buttons for increasing and decreasing the number of decimal places. Use the decrease decimal places button to reduce the number of decimal places to 1. Click in cell G3. Select Cells from the Format Menu. We want to select percentage with 2 decimal places. Notice the value changes to %. That is because 37 is multiplied by 100. Click in cell G4. This time click on the percentage button on the toolbar, 0.37 is changed to 37%. Click in cell H3. Select Cells from the Format Menu. Change 11:45 PM to international time. Activity 8 Formatting Data

13 13 Open the workbook Center, Underline and Bold. Highlight cells A4 through G4. Click on the Center Button on the Formatting Toolbar. While these cells are highlighted, click on the Bold Button on the same toolbar. Then click on the Underline Button. Highlight cells A5 through G14, the months and all the data except for the totals. Click on the Center Button to center the months and absences. Click in cell A15. Left justify and italicize the word Total. Highlight the totals for each school, cells B15 through F15. Bold these figures.

14 Activity 9 Vertical Alignment 14 Sometimes it is necessary to align labels vertically or column width becomes to wide to manage. Labels may be aligned vertically to conserve space and to make the spreadsheet more attractive. Open the workbook named vertical alignment. Click in cell B3, Tale of Two Cities. Click on the Format Menu on the Toolbar and drag the curse to Cells. Click the Alignment tab. You should see a window like the one shown below. Click and drag the Red dot on the Orientation indicator. Drag it to the top, 90 degrees. Or you may type 90 in the indicator box just below the compass. Close the window then you are satisfied with the alignment. Notice the column width stayed the original width. To adjust the column width, move the cursor to border between columns B and C. You should get the double arrow pointer. Double click the pointer or click and drag the border to the left until you are satisfied with the width.

15 15 Click on the Format Painter. Click in cell C3 and drag to cell E3. All book title should now have the same vertical alignment as cell B3. Adjust the column widths to be just wide enough for the book titles.

16 Activity 10 Inserting Columns and Rows 16 Suppose you had a gradebook program such as the one shown below. Everything was going along smoothly for your class of four students until Garth arrived and you realized you forgot to include page 18 in the list of assignments. Don t worry, you don t have to create a new spreadsheet, you can insert columns and rows. Open the workbook Insert Column and Row. Illustration 1 First, let s take care of Garth. He needs to go between Carol and Sue. Click on row number 6; this will highlight the entire row and marks the insertion point. When you insert a new row, it will go on top of row 6. Click on the Insert Menu on the Tool Bar at the top of the page. You want to insert a row. Illustration 3 Illustration 2

17 17 Enter Garth s name and his scores. (Of course he made up all his work.) Illustration 4 Illustration 5 Now it is time to insert a column between columns D and E. Click on the column label E; this highlights the entire column, illustration 6. Click on the Insert Menu on the Tool Bar. Select insert Columns, illustration 7.

18 18 Illustration 7 Illustration 6 You have room to enter page 18 and the scores, illustration 8. Illustration 8

19 19 Your gradebook should look like the one below.

20 Activity 11 Using Auto Fill 20 Once data has been entered into a cell, it is often necessary to repeat this data or to increase the data by a fixed increment. To do this, you need to use the Auto Fill command (Control D to down fill or Control R to right fill) or highlight the cell(s) and pull the pointer down or to the right to fill adjacent cells. You cannot fill left or fill up! Using Ctrl-D or Ctrl-R copies the information from the parent cell to all selected cells. This is good if you want to copy the same information. Otherwise, learn to use the Auto Fill command. Open the worksheet titled Using Auto Fill. Highlight the numbers 1 and 2 in column A, Illustration 1. Place the pointer over the handle located in the lower-right corner, Illustration 2. What happens if you only highlight cell A2 and do the down fill? What happens if you only highlight cell A3 and down fill? Why is it necessary to highlight both cells?

21 21 Illustration 1 Illustration 2 Illustration 3

22 22 Highlight the cell containing the Label Monday, Illustration 4. Drag the handle down until the cell contents is Sunday, Illustration 5. (The cells will not fill until you release the mouse button, but there is contents indicator just to the right of the pointer indicating the changes being made as you drag downwards. Illustration 4 Illustration 5 Notice the contents of cell A3 is a formula, =A2+1, Illustration 6. All formulas must begin with the equal sign (=). This formula is starting with the contents of cell A2, which is 1, and adding 1 to this value. The value stored in cell A3 would be 2, 1 + 1, Illustration 7. Illustration 6 Illustration 7

23 23 Dragging the handle down would increase the value of cell A4 to the value stored in cell A3, 2 by adding 1, thus the value of cell A4 would be 3, and so on. We ll talk more about filling cells later. Continue dragging the handle to cell A11. Study Illustration 9 to see how the formulas have changed during the down fill, the reference cell increased by one. Illustration 8 Illustration 9 Time works the same way as the first example above. Start with a time. The next time should be the starting time, plus the interval with which you intend to increase each value. For example, I started with 9:00 and want to increase each adjacent cell by 30 minutes. The value stored in cell A3 is 9:30, Illustration 10. Highlight cells A2 and A3. Drag the handle down to cell A10. This gives me a value of 13:00 in cell A10, Illustration 11.

24 24 Illustration 10 Illustration 11

25 Activity 12 Absolute Cell Reference 25 Earlier you learned how to perform calculations using cell references in the formulas. Cell references predictably change during a down fill or right fill. Sometimes the fill option will not work, as shown in the worksheet below. If you were to enter the formula =B2*C5 to multiply value stored in cell B2, $1.75 and multiply it by the number of kilograms ordered from cell C5, you would get the correct answer. Open the worksheet Absolute Cell Reference for this activity. Illustration 1 An auto fill would change the cell reference C5 to C6, C7, and C8. This is okay because you want to calculate the shipping charges for these cells. However, B2 changes to B3, B4, and B5 in each cell below D5, illustration 2. Of course you would get the wrong answer or no answer at all, illustration 3. Remember to use the Auto Fill command click on the handle in the right, lower corner of the active cell and drag to the position you wish to fill. In this case, cell D8. Illustration 2

26 26 Illustration 3 Illustration 3 To fill the cells without changing the cell reference, you use an absolute cell reference. To fix a cell so that its reference doesn t increase as you perform an auto fill, you put a dollar sign, $, in front of the column and row references, $B$2. This operation allows you to do an auto fill without changing the cell reference, illustration 4. It is possible to make the row reference absolute and not the column or vise versa. A cell reference that doesn t change is called an

27 27 absolute cell reference. An easier way to insert the $ signs in the formula is to place the cursor anywhere in the cell reference and press F4. Finally, we have the shipping charges for each customer, illustration 5. Illustration 4 Illustration 5

28 Activity 13 Graphs and Charts 28 Spreadsheets are capable of storing and manipulating large amounts of data. Another powerful feature of spreadsheet programs such as Excel is the ability to create charts so that data may be pictorially represented and the relationship between sets of data can be easily interpreted. A chart is a visual representation of a set of data and contains information that makes the chart easy to read and understand. Features, such as a title, explain what the chart is intended to represent. Labels on the axes identify and describe information about the data. Charts often contain legends that describe the data series, the set of related data that is plotted on the chart. Chart Title Legend Chart Data Labels Illustration 1 Open the worksheet Charts for this activity. After you have entered all your data into the worksheet, you are ready to make your chart. It is best to design your spreadsheet so that data that will be used in a chart is located next to each other, but this is not necessary. To select columns of data that are not next to each other, select one column, press the Ctrl Key then select the second column of data. In the beginning, try to arrange the first set of data in the first column, and the second set of data in the second. This will make it easier for Excel to plot your graph. Once this is all complete, simply select all the data that you want to use, and click on the ChartWizard button on the upper toolbar. Illustration 2

29 29 Look at all those choices! To get a preview of what the chart might look like, click on the type of chart you want then click on the button that says, Press and Hold to View Sample. Step 1: Our first chart will be a simple column chart. Select the first chart on the column menu then click Next. Step 2: Illustration 4. If you wish to include additional data in your chart, you may add it to the Data Range. Don t do that now. Click on the Series in: radio buttons just to get an idea of how the graph could be arranged. Select Rows then click Next. Illustration 3 Step 3: Illustration 5. Type a title for your chart, as well as labels for the X-Axis and Y- Axis. Use Household Expenses for the Title, Expenses for the X-Axis, and Dollars for the Y-Axis. Click on the Axes Tab and experiment with the some of the available options, illustration 6. When finished, click on the Gridlines Tab and experiment with these options, illustration 7. Click on the Legend Tab and select Right. Before moving on, experiment with the other options available, illustration 8. Illustration 4 We will not make any changes in Data Labels or Data Table, however you may want to experiment with these option. When ready, Click Next.

30 30 Illustration 5 Illustration 6 Illustration 7 Illustration 8 Illustration 9 Step 4: Where do you want your chart displayed, as a chart on the same worksheet or on a new sheet? For now, choose the radio button, As an object in. This will place the chart on your worksheet, illustration 9. Press Finish when ready.

31 31 Household Expenses Dollars $1, $ $ $ $ $0.00 Expenses House payment Utilities Church Food Clothing Car Entertainment Savings Miscellaneous Done! Don t like the background color? Want to change the color of the columns? Want to change the type of graph or any other information? Here s how. Select the background by click on it once and then right click. Or double click on the background. Choose the border color you want and background color you wish. To change the column colors click on one column, the column you want to change first. You should get a small square in that column. If you get small squares in all columns, any changes you make will appear in all columns. Household Expenses Dollars $1, $ $ $ $ $0.00 Expenses House payment Church Utilities Food Clothing Car Savings Miscellaneous Entertainment

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

COMPUTER TRAINING CENTER

COMPUTER TRAINING CENTER Excel 2007 Introduction to Spreadsheets COMPUTER TRAINING CENTER 1515 SW 10 th Avenue Topeka KS 66604-1374 785.580.4606 class@tscpl.org www.tscpl.org Excel 2007 Introduction 1 Office button Quick Access

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

Intermediate Microsoft Excel

Intermediate Microsoft Excel Intermediate Microsoft Excel Class learning objectives By the end of class, students should be able to perform the following tasks in Microsoft Word: 1. Completing a Series 2. Review of Excel Basics Create

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

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

Introduction to Excel Excel Chapter 1 Robert Tureman

Introduction to Excel Excel Chapter 1 Robert Tureman Introduction to Excel Excel Chapter 1 Robert Tureman Enter and Edit Data in a Cell Three types of data labels, numbers and formulas Entries are placed into the active cell Entries can be edited in the

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

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

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

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

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

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 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

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

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

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

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

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

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

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

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

-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

Getting Started With Excel

Getting Started With Excel Chapter 1 Getting Started With Excel This chapter will familiarize you with various basic features of Excel. Specific features which you need to solve a problem will be introduced as the need arises. When

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

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

March 28, Excel Essentials. Jim Snediker. Suzi Huisman

March 28, Excel Essentials. Jim Snediker. Suzi Huisman March 28, 2019 Excel Essentials Jim Snediker Suzi Huisman 1 What is a Spreadsheet? A spreadsheet is the computer equivalent of a paper ledger sheet. Worksheet new name for Spreadsheet Workbook one file

More information

Business Spreadsheets

Business Spreadsheets COURSE 6411 Computer Applications I Unit B COMPETENCY 4.00 B2 25% OBJECTIVE 4.01 B2 20% Software Applications for Business Understand spreadsheets, charts, and graphs used in business. Understand spreadsheets

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

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

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

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

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

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

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

Excel 2013 Workshop. Prepared by

Excel 2013 Workshop. Prepared by Excel 2013 Workshop Prepared by Joan Weeks Computer Labs Manager & Madeline Davis Computer Labs Assistant Department of Library and Information Science June 2014 Excel 2013: Fundamentals Course Description

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

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

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

MOVING AND COPYING DATA...

MOVING AND COPYING DATA... Overview NOTES... 2 OVERVIEW... 3 VIEW THE PROJECT... 5 USING FORMULAS... 6 BASIC EXCEL REVIEW... 6 ENTERING FORMULAS... 7 Typing formulas... 7 Clicking to insert cell references... 7 Using a simple cell

More information

The HOME Tab: Cut Copy Vertical Alignments

The HOME Tab: Cut Copy Vertical Alignments The HOME Tab: Cut Copy Vertical Alignments Text Direction Wrap Text Paste Format Painter Borders Cell Color Text Color Horizontal Alignments Merge and Center Highlighting a cell, a column, a row, or the

More information

Ms excel. The Microsoft Office Button. The Quick Access Toolbar

Ms excel. The Microsoft Office Button. The Quick Access Toolbar Ms excel MS Excel is electronic spreadsheet software. In This software we can do any type of Calculation & inserting any table, data and making chart and graphs etc. the File of excel is called workbook.

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

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

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

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

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

PART ONE 1. LAYOUT. A file in Excel is called a Workbook. Each Workbook is made up of Worksheets (usually three but more can be added).

PART ONE 1. LAYOUT. A file in Excel is called a Workbook. Each Workbook is made up of Worksheets (usually three but more can be added). PART ONE 1. LAYOUT A file in Excel is called a Workbook. Each Workbook is made up of Worksheets (usually three but more can be added). The work area is where the data and formulae are entered. The active

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 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 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

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

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 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

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

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

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

Intermediate Excel 2016

Intermediate Excel 2016 Intermediate Excel 2016 Relative & Absolute Referencing Relative Referencing When you copy a formula to another cell, Excel automatically adjusts the cell reference to refer to different cells relative

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

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

Activity: page 1/10 Introduction to Excel. Getting Started

Activity: page 1/10 Introduction to Excel. Getting Started Activity: page 1/10 Introduction to Excel Excel is a computer spreadsheet program. Spreadsheets are convenient to use for entering and analyzing data. Although Excel has many capabilities for analyzing

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

Course contents. Overview: Goodbye, calculator. Lesson 1: Get started. Lesson 2: Use cell references. Lesson 3: Simplify formulas by using functions

Course contents. Overview: Goodbye, calculator. Lesson 1: Get started. Lesson 2: Use cell references. Lesson 3: Simplify formulas by using functions Course contents Overview: Goodbye, calculator Lesson 1: Get started Lesson 2: Use cell references Lesson 3: Simplify formulas by using functions Overview: Goodbye, calculator Excel is great for working

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

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

Microsoft Excel 2013: Part 3 More on Formatting Cells And Worksheet Basics. To apply number formatting:

Microsoft Excel 2013: Part 3 More on Formatting Cells And Worksheet Basics. To apply number formatting: Microsoft Excel 2013: Part 3 More on Formatting Cells And Worksheet Basics Formatting text and numbers In Excel, you can apply specific formatting for text and numbers instead of displaying all cell content

More information

Functions in Excel. Structure of a function: Basic Mathematical Functions. Arithmetic operators: Comparison Operators:

Functions in Excel. Structure of a function: Basic Mathematical Functions. Arithmetic operators: Comparison Operators: Page1 Functions in Excel Formulas (functions) are equations that perform calculations on values in your spreadsheet. A formula always starts with an equal sign (=). Example: =5+2*7 This formula multiples

More information

Advanced Microsoft Excel 2010

Advanced Microsoft Excel 2010 Agenda: 1. Introduction 2. Complex formulas & cell references 3. Functions 4. Charts 5. Pivot Tables 6. Practice and Questions In order to keep computer literacy programs running in the future, we must

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

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

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 Training - Beginner March 14, 2018

Excel Training - Beginner March 14, 2018 Excel Training - Beginner March 14, 2018 Working File File was emailed to you this morning, please log in to your email, download and open the file. Once you have the file PLEASE CLOSE YOUR EMAIL. Open

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

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

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 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

LECTURE 10. SPREADSHEET

LECTURE 10. SPREADSHEET LECTURE 10. SPREADSHEET Those who excel in virtue have the best right of all to rebel, but then they are of all men the least inclined to do so. Aristotle S.M. Sitompul (2016 version) MODULE OVERVIEW Part

More information

Excel 2010: Basics Learning Guide

Excel 2010: Basics Learning Guide Excel 2010: Basics Learning Guide Exploring Excel 2010 At first glance, Excel 2010 is largely the same as before. This guide will help clarify the new changes put into Excel 2010. The File Button The purple

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

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

Review Ch. 15 Spreadsheet and Worksheet Basics. 2010, 2006 South-Western, Cengage Learning

Review Ch. 15 Spreadsheet and Worksheet Basics. 2010, 2006 South-Western, Cengage Learning Review Ch. 15 Spreadsheet and Worksheet Basics 2010, 2006 South-Western, Cengage Learning Excel Worksheet Slide 2 Move Around a Worksheet Use the mouse and scroll bars Use and (or TAB) Use PAGE UP and

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

Performing Basic Calculations

Performing Basic Calculations 7.1 LESSON 7 Performing Basic Calculations After completing this lesson, you will be able to: Build formulas. Copy formulas. Edit formulas. Use the SUM function and AutoSum. Use the Insert Function feature.

More information

How to Open Excel. Introduction to Excel TIP: Right click Excel on list and select PIN to Start Menu. When you open Excel, a new worksheet opens

How to Open Excel. Introduction to Excel TIP: Right click Excel on list and select PIN to Start Menu. When you open Excel, a new worksheet opens Introduction to Excel 2010 What is Excel? It is a Microsoft Office computer software program to organize and analyze numbers, data and labels in spreadsheet form. Excel makes it easy to translate data

More information

Introduction to Excel 2013

Introduction to Excel 2013 Introduction to Excel 2013 Information Technology Services West Virginia University ITS Service Desk (304) 293-4444, itshelp@mail.wvu.edu More information: http://it.wvu.edu/support/howto/archives/microsoft/excel

More information

IFTA Staff Excel Training Manual

IFTA Staff Excel Training Manual IFTA Staff Excel Training Manual 1 INTRODUCTION Microsoft Excel is a program designed to create spreadsheets. A spreadsheet is a large sheet of squared paper where the squares can be used in calculation

More information

Introduction to Excel 2007 for ESL students

Introduction to Excel 2007 for ESL students Introduction to Excel 2007 for ESL students Download at http://www.rtlibrary.org/excel2007esl.pdf Developed 2010 by Barb Hauck-Mah, Rockaway Township Library for The American Dream Starts @your Library

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

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

TODAY This gives you today s date IF the cell is formatted as a date. 33 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

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

Basic tasks in Excel 2013

Basic tasks in Excel 2013 Basic tasks in Excel 2013 Excel is an incredibly powerful tool for getting meaning out of vast amounts of data. But it also works really well for simple calculations and tracking almost any kind of information.

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

Contents. Spreadsheet Software ITQ Level 1

Contents. Spreadsheet Software ITQ Level 1 Contents SKILL SET 1 FUNDAMENTALS... 11 1 - SPREADSHEET PRINCIPLES... 12 2 - STARTING EXCEL... 13 3 - THE LAYOUT OF THE EXCEL SCREEN... 14 4 - THE RIBBON... 16 5 - THE WORKSHEET WINDOW... 18 6 - CLOSING

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

3/31/2016. Spreadsheets. Spreadsheets. Spreadsheets and Data Management. Unit 3. Can be used to automatically

3/31/2016. Spreadsheets. Spreadsheets. Spreadsheets and Data Management. Unit 3. Can be used to automatically MICROSOFT EXCEL and Data Management Unit 3 Thursday March 31, 2016 Allow users to perform simple and complex sorting Allow users to perform calculations quickly Organizes and presents figures that can

More information

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited EXCEL INTERMEDIATE

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited EXCEL INTERMEDIATE EXCEL INTERMEDIATE Overview NOTES... 2 OVERVIEW... 3 VIEW THE PROJECT... 5 USING FORMULAS AND FUNCTIONS... 6 BASIC EXCEL REVIEW... 6 FORMULAS... 7 Typing formulas... 7 Clicking to insert cell references...

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

Presenter: Susan Campbell Wild Rose School Division

Presenter: Susan Campbell Wild Rose School Division Presenter: Susan Campbell Wild Rose School Division What is Excel? An electronic spreadsheet program and a powerful tool for analyzing and presenting information: Spreadsheet Used for entering and analyzing

More information

Using Microsoft Excel

Using Microsoft Excel Using Microsoft Excel in Excel Although calculations are one of the main uses for spreadsheets, Excel can do most of the hard work for you by using a formula. When you enter a formula in to a spreadsheet

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