CSC102B Excel TUTORIAL

Size: px
Start display at page:

Download "CSC102B Excel TUTORIAL"

Transcription

1 COVER PAGE CSC102B Excel TUTORIAL 2003 and beyond, Lawrence Morales Excel Tutorial - Page 1

2 Excel Tutorial - Page 2 Intentionally blank for double-sided copies.

3 TABLE OF CONTENTS COVER PAGE... 1 TABLE OF CONTENTS... 3 BASIC EXCEL FACTS AND USAGE... 5 BASIC INTRODUCTIONS TO A SPREADSHEET... 5 ENTERING DATA... 6 EDITING CELL CONTENTS... 8 Changing Cell Formats... 8 Changing Row and Column Sizes Changing Cell Contents WORKING WITH FORMULAS COPYING FORMULAS ABSOLUTE REFERENCES SORTING DATA BASIC MATHEMATICS COMPUTATIONS BASIC MATHEMATICAL FUNCTIONS Addition Subtraction Multiplication Division Powers and Exponents The Natural Base, e Square Roots The Natural Logarithm The Value of π Rounding Rounding Up and Rounding Down BASIC STATISTICAL FUNCTIONS Averages and Means Sums Minimums Maximums The Range DATABASES BASIC INTRODUCTION TO DATABASES THE DCOUNT COMMAND THE DAVERAGE, DSUM, DMIN, DMAX COMMANDS SPECIAL EXCEL FUNCTIONS THE COUNT COMMAND THE COUNTIF COMMAND THE RAND COMMAND THE RANDBETWEEN COMMAND THE IF COMMAND THE VLOOKUP COMMAND THE HLOOKUP COMMAND THE INDEX COMMAND OPTIONAL: HOW I BUILT THE PHONE LOG FILE GRAPHING BASIC GRAPHING GRAPHING FUNCTIONS Excel Tutorial - Page 3

4 GRAPHING HISTOGRAMS Bins and Midpoints Frequency Command Formatting the Histogram TRENDLINES THE LINEST COMMAND Excel Tutorial - Page 4

5 Basic Excel Facts and Usage Basic Introductions to a Spreadsheet A spreadsheet is a software tool that allows you to work with data (mainly numerical) in very complex and helpful ways. In MATH116 and MATH&148, Excel will be used extensively to complete the projects in each of the course. Hence, it is crucial that you have a basic understanding of how spreadsheets work. Here is a basic screen shot of Excel. Please take time to read the callouts to learn some basic spreadsheet vocabulary. This region is called the Ribbon. Clicking on a tab on the Ribbon brings up groups of commands related to each other. This is the formula bar where you enter and edit formulas. The Address Box tells you what cell is currently active. You can enter in a cell address to go to directly to a cell, or use it to give a cell a specific name. Each of these boxes is called a Cell. Cells contain, numbers, text, formulas, or even pictures. A cell s address is given by the intersection of the column letter and the row number. This particular cell s address is B3. When you click on or move to a cell, its border will become highlighted, as shown here. These tabs select Sheets that you can work in. The current sheet being worked in is in bold letters. This class will often use files with several sheets included so pay attention to whether or not these are labeled or named to indicate more than one sheet exists. Excel Tutorial - Page 5

6 A spreadsheet may be used to quickly process numerical data, like the simple sales tax sheet shown below: Or, they could be used to simulate complex random sampling situations for complicated and intricate mathematically based problems, such as those we will encounter in MATH116 and MATH&148. Entering Data Entering data into a spreadsheet is as simple as clicking once on a cell and entering the data. You can also use the arrow keys on your keyboard to navigate to a cell. The active cell will be highlighted and its address will appear in the Address Box. If you have not opened up Excel yet, please do so now by opening the file, Blank.xls. Practice moving around the cells if you are new to a spreadsheet. (In this tutorial, any text that is blue and underlined is a link to an existing file. To open the link, click on it. If that does not work, try to hold down the Ctrl button on your keyboard while you click once on a link.) The simplest kind of data to input is text and numbers. Practice Open Navigate to Cell A1 and type in the words Tax Rate followed by the Enter key. In Cell B1, type in the number.0865 (which corresponds to 8.65%). Continue to edit your worksheet until it looks like this Excel Tutorial - Page 6

7 Your entry into cell B2 may not look like a percent when you entered in To covert a cell to percent form, choose the cell and the click on the percent button on the toolbar: In cells A4, A5, etc, enter in a series of numbers. If you want, you can just copy the numbers you see above. You will probably notice that the numbers you enter are not in dollar format. To format a group of cells in dollar form, move your mouse to the starting cell (A4 in this example) and hold the mouse button down while you drag to the last cell you want to format. It should look like this: You can then format all of the highlighted cells by clicking on the Dollar format button, shown below: Excel Tutorial - Page 7

8 Editing Cell Contents To edit or change the contents of a cell, navigate to that cell. You will notice that the Formula bar changes to reflect the contents of the active cell. To edit the contents of that cell, simply use your mouse button to click in side the Formula bar and edit it as you like. Try in now if you like change the value of Cell A7, for example, from 8 to 3. Changing Cell Formats There are a variety of different formatting changes you can make to a cell. Here s a quick rundown of important formatting tools. (Your tool bar may look a little different than the one shown here, but the buttons all do the same thing.) For more information, read on in this section: Change font size Format as money Format as percent Change font and styles Change font color Change cell alignment Merge two or more cells. Change cell border Excel Tutorial - Page 8

9 You can make text Bold, Italicized, or Underlined using the formatting buttons shown below: You can also center text within a cell, or align it to the right or left of a cell with these buttons: One handy feature of Excel allows you to merge two or more cells into one larger cell. This is helpful when you are formatting spreadsheet so that they look more professional. For example, in the sheet below, Cells A1, B1 and C1 have been merged into one large cell: To merge cells, use the mouse to click and drag all the cells you want to merge. Then click the Merge button, as shown below: Excel Tutorial - Page 9

10 To change the font or size of a cell s contents, use the font formatting tools, shown below: You can also change the color of the text or data inside a cell. Simply use the Font Color button, as shown below: Another nice feature is the ability to add solid borders to cells so that when the sheet is printed, the borders show up. (By default, the grey cell borders you see while working in a spreadsheet do not print.) Borders can be added using the border tool: Excel Tutorial - Page 10

11 As you can see, there are a variety of border options available. Experiment with them to see how they work they are pretty straightforward. Finally, you will often want to format each cell in terms of decimal places, dollar signs, date formats, percentage format, etc. To format a cell in a particular way, click on the cell(s) you want to change and then RIGHT click on the cell with your mouse. Choose the Format Cells command and you ll get a box like this. Excel Tutorial - Page 11

12 The Number tab will allow you to specify what kind of data is in that cell or cells. For example, if you want a number, click on Number in the Category list: Excel Tutorial - Page 12

13 The new window will allow you to specify how many decimal places to display and change other formats. (This screen will not round the data, only change what is seen on the screen!). The other tabs will allow you to change the fonts, borders, etc. However, it s usually best to keep things simple, as this generally means it s easier to read. Changing Row and Column Sizes Changing the size of rows or columns is simple. Move your mouse to the vertical bars that separate each column (or row) until the arrow cursor changes and looks like this: Then drag your mouse until the column is as large or small as you like: Excel Tutorial - Page 13

14 Shortcut: If you want to make a column or row automatically size itself to fit its contents, click once on the row or column label (the numbers 1,2,3, or the letters A, B, C, ) and then DOUBLE CLICK on the vertical bar directly to the right or below the column or row you want to resize. Changing Cell Contents There are a variety of different Working with Formulas Working with simple formulas in Excel is as easy as using an = sign and typing in the formula correctly. One of the most common calculations is to take numbers in two or more different cells and compute with them. Practice Open the file called Formulas.xls. Make sure you are on the Sheet called Copy Down before proceeding. You will see two columns of numbers. In Cell C2, type in the word Sum. We are going to add the two numbers in each row and put the result in Column C. In Cell C3 type the following: =A3+B3 followed by the Enter key. You should see the number 13 appear in Cell C3. Note that Cell C3 tell Excel to take whatever is in Cell A3 and add it to whatever is in Cell B3. This is helpful because if were to change the contents of either A3 or B3, the result would automatically change in C3. Try it change A3 and/or B3 to make sure it works. Excel Tutorial - Page 14

15 Practice Let s continue to modify the file called Formulas.xls. In Cell D2, type the word Product. In Cell D3, type the following formula: =A3*B3 followed by the Enter key. You should see the number 30 appear in D3. This is the product of the first two numbers on our list. Copying Formulas In the previous Practice problems, we ve managed to compute the sum and product of two numbers. If we want to duplicate that set of calculations for all of the rows present, we certainly do not want to have to type formulas into every cell. Instead, we will copy or duplicate the formulas down the columns in one short set of steps. Let s continue to modify the file called Formulas.xls. At this point, it should look like this: We are going to copy the formula in Cell C3 all the way down to the end of the list of numbers we have. To do this first click once in Cell C3 and hold the mouse down while you carefully drag to the end of the list. Your screen should look something like this: Excel Tutorial - Page 15

16 Now, while you hold the Ctrl button down on the keyboard, hit the D key. This is called a Ctrl D command. When you do so, the Cells in Column C should fill themselves in as below: Now here is the best part! Click on any of these new cells, such as C4 and look at the formula bar. You will notice that the original formula you entered into C3 has been copied but it has been automatically altered to reflect the fact that you are now adding numbers in Row 4. Excel is smart enough to adjust these new formulas for you so that you get the results you were actually looking to get. The original references to A3 and B3 that we entered into Cells C3 and D3 are called relative references. This means that should we copy the formulas in these cells to other cells, Excel will assume that we want to copy the formulas so that they adjust, relative to the original formula. Excel Tutorial - Page 16

17 Practice Copy the formula in Cell D3 down to include all the numbers with rows in them. Make sure each new entry really is the product of the numbers in Columns A and B. We can also copy a cell s formula to the right with the Ctrl R (Control Right) command. In the Sheet called Copy Right in the file Formulas.xls, you will notice numbers in rows, rather than in columns. Please examine the formulas in Cells B4 and B5. Now, click on Cell B4 and then hold the mouse button down while you drag over to Cell F4. Use the keyboard to type a Ctrl R command (This means hold the Ctrl button down while you type the letter R.) The formulas should be copied and the calculations down for you so that the file looks like this: Practice Copy the formula in Cell B5 to the right to multiply all the column pairs of numbers. The Copy Handle There is one other way to copy formulas to the right, left, down, or up from a cell that already has a formula in it. In the Sheet called Copy Handle in the file Formulas.xls, you will see a set up as follows: Click on Cell E4 to see the formula =E3+5. When you click on the cell, you should notice a small, square handle in the lower right corner of the cell: Excel Tutorial - Page 17

18 The Copy Handle I ll call this the Copy Handle. If you click on this handle and hold the mouse button down while you drag over to cell I4, Excel will copy the formula of E4 across the row. Try it! You can also click on E4 and drag the Copy Handle down Column E. Try it! Finally, you can drag the Copy Handle in Cell E3 to the left and it will copy the formula to the left. I ve doe this and here is what my sheet looks like now: You can now click on any cell with a number/formula in it and drag right, left, or down to fill in formulas. As a matter of fact, you can do it very efficiently. For example, select the range of cells A4 to I4 as shown below: Note that this entire range has one Copy Handle associated with it. Grab this handle and drag down to Cell I9 (or thereabouts) and watch all of the rows fill in nicely: Excel Tutorial - Page 18

19 This provides a quick and easy way to copy your relative formulas all over a sheet and not have to type each on in by hand. Absolute References Sometimes, you don t want your formulas copied in a relative way. There may be a particular cell that you always want to be part of a formula. Excel uses absolute references to accomplish this and it uses the $ sign inside a Cell address to make the address absolute. For example, if you always wanted Cell A2 to be used in a calculation, you would need to type in $A$2 to tell Excel this is an absolute reference. Let s see how this would work: Open the Sheet called Shipping in the file Formulas.xls. The goal of this example is to add the Shipping Fee of $8.95 in Cell A2 to every relevant row of the Total with Shipping Column. To do this, we enter the following into Cell B8: =A8+$A$2 and then copy this formula down using Ctrl D. Here is what the results look like: Excel Tutorial - Page 19

20 Note that we can change the shipping amount in A2 and all the cells in Column B will update. Edit the sheet Shipping so that in Column C, the Total with S&H of each cell adds the Order Amount to the Shipping Fee in A2 and the Handling Fee in Cell A5. Try to use Copy Down for practice. Answer: Excel Tutorial - Page 20

21 There are other variations on using absolute references. For example, you may want a cell to compute with a particular row but allow the column to be relative (and therefore change) or vice versa. Here are the three possibilities for absolute or partially absolute references. Type Comment $A$2 True absolute reference Forces computation with Cell A2 $A2 Partial absolute reference Forces computation with Column A but allows the row number to change relative to the formula. A$2 Partial absolute reference Forces computation with Row2 but allows the Column to change relative to the formula. Note: If you are editing a formula, using the F4 key will cycle you through different kinds of absolute references. Just make sure the reference you want to change has the edit cursor immediately to the left of the reference in the Formula Bar. Sorting Data Sorting data sometimes makes it easier to see what is going on. Open the file Employees.xls to see a series of Sheets with data in them. The Sheet called Employees is a simple list of Employee ID numbers. To sort these in ascending or descending order, we use the Sort & Filter button on the toolbar. First, click on Column A so that the entire column is selected. (Click on the box with the A at the top of the column.) Your column should look like this: Excel Tutorial - Page 21

22 Now click on the Sort & Filter button and then choose in ascending order. Clicking on the Sort Down button and the employee number will be sorted will sort them in descending order. Usually, however, you will want to sort more complicated data. Select the Sheet called Sales Records to see data on the employees sales records and their time employed at the company. Excel Tutorial - Page 22

23 We want to sort these records by their Employee number once again, but if we simply sort what is in Column A, then the records will not match the data that is Columns B and C. To make sure that all the data is sorted correctly, we first need to select all the rows to be sorted. Move your mouse to the left side of the screen until the arrow is over the 1 in the box that identifies Row 1. If you do this correctly, the normal cursor arrow will turn into a heavier arrow pointed to the right that looks like this: Click once on the mouse button and drag it down to Row 22, and then release the mouse button. Your screen should look like this: All rows should be highlighted. Now you can use the Sort Up or Sort Down Button to sort by Employee number. Note: Excel will automatically sort the data according the column on the very left of whatever is highlighted. You can also shift to the Data portion of the Ribbon and use the Sort buttons there as well: Excel Tutorial - Page 23

24 If you want to sort by Sales amount, you ll need to use the Sort command in the Data tab of the Ribbon: Let s sort the Employee data now by Sales. Once again, use the row labels to highlight Rows 1 to 22. Click on the Sort button in the Data group (see picture above) and you ll get this box: If the My data has headers box is checked, then Excel looks at the first row of the data that is highlighted and treats that as the one that has headers, or descriptors in it. When it sorts the data, it will leave the header row at the top (as you would want) and sorts everything below the header row. This box allows you to specify what to sort by first. The default is the left most column, but we can select Sales instead, as below: Excel Tutorial - Page 24

25 Doing this and clicking OK will sort by Sales from smallest to largest values: Again, it is vital that all rows and columns be selected so that when the data is sorted, the Employee number is properly matched up with that person s sales total and years on the job. Let s sort by Years on the job first (ascending), and then by sales (descending). After selecting all rows, we choose the Sort button and then configure our Sort box as follows. First, select years on the job as the first sorting criterion: Excel Tutorial - Page 25

26 Then, we add a level of sorting so we can also sort by Sales. To do this, click the Add Level button: You can then Choose Sales from the first box and Largest to Smallest from the last box: Excel Tutorial - Page 26

27 When we click OK, we get the following: This allows us a view of the data that is perhaps very helpful if we are a manager trying to determine who the most effective salespeople are. Practice Open the file ClassData.xls and sort all records by Student ID (ascending). Excel Tutorial - Page 27

28 Answer: The first few rows should look like this: (check all the way across the row to make sure you have it sorted correctly.) Practice Open the file ClassData.xls and sort all records by Exam 2 (descending). Answer: The first few rows should look like this: (check all the way across the row to make sure you have it sorted correctly.) Practice Open the file ClassData.xls and sort all records by Exam 1 (descending) THEN Exam 2 (descending) THEN by Exam 3 (descending). Answer: The first few rows should look like this: (check all the way across the row to make sure you have it sorted correctly.) Excel Tutorial - Page 28

29 Basic Mathematics Computations There are several special mathematical computations you will need to be able to do in Excel. This part of the tutorial covers many of these. The first thing to be aware of when doing any computations in Excel is that you will usually need to start the contents of a cell with the = sign in order for Excel to recognize the formula computations. Basic Mathematical Functions Addition To add two or more numbers, use the + symbol, as you would normally. To add type the following into a cell =5+3+2 When you hit the Enter key, the cell will change to a 10. If you want to add numbers that are located in different cells, you need to type in the cell addresses for each number to be added to the result. Suppose you wanted to add the values that are in cells A1, A5, and B6 (see below), and you wanted to place the result in cell C1. Excel Tutorial - Page 29

30 Type the formula =A1+A5+B6 in this cell In cell C1, type the following: =A1+A5+B6 When you hit the Enter key, cell C1 will display 24. There is a nice shortcut to typing cell references that can save time. Instead of typing the cell reference, use the mouse to point and click at the cell you want entered into the equation. In this example, you can do the following: Type = Use the mouse to click once on cell A1 Type + Use the mouse to click once on cell A5 Type + Use the mouse to click once on cell B6 Hit the Enter key Practice Open the file called BasicMath.xls and use it to add cells A8, B2, and B7. Try to use both methods described above. Answer: 17 Subtraction To subtract numbers, use the symbol, as you probably suspected. To compute , you would type: = The result will be 10, as it should be. Practice Open the file called BasicMath.xls and use it to compute the result of 56+A4 13 B3 Excel Tutorial - Page 30

31 Answer: 46. Multiplication To multiply numbers, use the * symbol, which is Shift 8 on the keyboard. To compute 2 3 4, you would type: followed by the Enter key. =2*3*4 Practice Open the file called BasicMath.xls and use it to compute the result of 3*A4*B12 Answer: 210 If you want to use the distributive property of multiplication, you will need to use parentheses. To compute 5 ( ), you would type: =5*( ) Notice that you need the * between the 5 and the left parenthesis. Excel will display an error message without it. Practice Open the file called BasicMath.xls and use it to compute the result of 4(6 A10+B5+3). Answer: 40 Division To divide two numbers, use the / symbol on the keyboard. 32 To divide, which is the same as 32 8, type: 8 followed by the Enter key. =32/8 You need to be very careful with division and the order of operations. For example, if you want to compute, you must tell Excel that the 3+8 are to be added before being 4 divided by 4. Hence, to compute this, you would type: Excel Tutorial - Page 31

32 =(3+8)/4 followed by the Enter key. The result will be 2.75, which is correct. Note that if you were to type the following; =3+8/4 8 then Excel would actually compute 3 +, which is 5, a totally different (and wrong) result. 4 Practice Compute. 7 Answer: Approximately Practice Open the file called BasicMath.xls and use it to compute the result of Answer: 2.25 A 3 + A2 + B5 + B9 12 Powers and Exponents If you want to raise numbers to powers, then you need to use the ^ symbol, which is Shift 6 on the keyboard. If you familiar with a TI graphing calculator, this symbol is the same symbol you used to compute with powers. To compute 4 2 to get a result of 16 To compute, you would type: 3 ( 2 + 5) to get a result of 343., you would type: =2^4 =(2+5)^3 ( ) ( 2 + 1) To compute , you would type: =4*(2+3)^(2+1) to get a result of 500. Note that if the power is complicated, you may need to use parentheses to make sure the proper exponent is applied. Practice 4 Compute 5. Answer: 625 Excel Tutorial - Page 32

33 Practice 3 Compute Answer: Practice Compute 7 2( 4 3 5) 3 + Answer: 121 Practice Open the file called BasicMath.xls and use it to compute the result of 5(B1 A3) 5 Answer: The Natural Base, e One of the most important bases we apply exponents to is e, the natural base. The value of e is about 2.72, but Excel knows its exact value, provided you use the EXP() command. If you just use the letter e in the formula, Excel will not recognize it as the natural base. 1 To compute e, which is of course just e, you would type: =EXP(1) to get the value of e to however many decimal places Excel is set to display in that cell. To compute 5 e, you would type: to get a value of =EXP(5) ( ) To compute e, you would type: =EXP(1+2.35) to get a value of Note that you need parentheses around the exponent part. Excel Tutorial - Page 33

34 Practice Compute e. Don t forget to use parentheses around the exponent part. Answer: Practice 1 ( 3 7) 2 Compute e. Don t forget to use parentheses around the exponent part. Answer: If you did not get this, check your entry to make sure it looks like this: =EXP((1/2)*(3-7)) Make sure you recognize how and why each of the set of parentheses is being used. Square Roots The most common root you will need in this course is the square root. To compute a square root, you can do one of two things: (1) You can raise the base to the power of ½. Recall that taking a square root is the same as raising a number to the power of ½. (2) You can use the SQRT() command. To compute 18, you can type one of the following: =18^(1/2) OR =SQRT(18) Notice that in the fist case, parentheses are needed around the ½. This is important! Also, in the second case, parentheses are needed around whatever is inside the square root symbol. To compute , you can type one of the following: =(5+20)^(1/2) OR =SQRT(5+20) Either one gives you a result of 5. Practice Compute the value of Answer: Practice Compute the value of Answer: Excel Tutorial - Page 34

35 The Natural Logarithm This course will require that you do limited computations with logarithms. The logarithm we will use is the natural logarithm, which is symbolized by ln. Excel can compute these easily using the LN command. To compute the value of ln(10), you would type: =LN(10) to get a value of Note once again that parentheses are needed. Whatever you are taking the logarithm of needs to be in parentheses. To compute ln( ), you would type: =ln(5 8+2*9) to get a value of Practice Compute the value of ln(44.5) Answer: Practice Open the file called BasicMath.xls and use it to compute the result of 5 ln(b5+a3) Answer: The Value of π The value of π can be easily computed in Excel. Simply type =PI() into a cell or any part of a formula and the value of π will be invoked. Note that the parentheses are necessary. Rounding When you want to round numbers, the ROUND command is used. The syntax is: =ROUND(value, rounding_parameter) where value is the number to be rounding, and rounding_parameter is the number of places to round to. To round cell A5 to the nearest hundredth (2 decimal places to the right of the decimal point), you would enter: =ROUND(A5,2) Excel Tutorial - Page 35

36 To round cell A5 to the nearest tenth (1 decimal place to the right of the decimal point), you would enter: =ROUND(A5,1) To round cell B10 to the nearest integer (0 places to the right of the decimal point), you would enter: =ROUND(B10,0) To round cell C1 to the nearest ones place, you would enter: =ROUND(C1, 1) Note that the rounding parameter is 1, indicating you are rounding to one place to the LEFT of the decimal place. Practice The file SalesTax.xls has a random list of sales prices. In the column titled Sales Tax, compute the sales tax on each item, using the ROUND command to round the tax amount to the nearest penny. Use absolute references to insure that you use the constant tax rate in Cell B1. Then fill in the Total Due column, which is the sum of the Price and Sales Tax. When you are done, you should be able to change the value of the tax rate in Cell B1 and see all your other values change accordingly. Note that the ROUND command rounds to the nearest place value. That is, it may round up or round down, depending on the value. If you want to strictly round up the next place or down to the previous place, then the following commands are used. Rounding Up and Rounding Down To round up, we use the ROUNDUP command, which has a similar syntax to ROUND. The difference is that it will round a value UP. To round down, we use the ROUNDDOWN command, which has a similar syntax to ROUND. The difference is that it will round a value DOWN To round the value UP to the thousandths place (3 decimal places), we would enter: =ROUNDUP( ,3) to get a value of This is also what you would get if you use the ROUND command. However. Excel Tutorial - Page 36

37 To round the value DOWN to the thousandths place (3 decimal places), we would enter: =ROUNDDOWN( ,3) to get a value of This is not what you would get if you use the ROUND command since this command does not round to the nearest or up, but down to the previous place specified. Basic Statistical Functions Averages and Means To find the average, or the mean, of a group of numbers, we use the AVERAGE command. The syntax is: =AVERAGE(cell_range) To find the average of the numbers in cells A1 to A50, we would enter: =AVERAGE(A1:A50) This is pretty much straightforward. If you have numbers in more than one column, like from Cell A1 to Cell C20, then you would type: =AVERAGE(A1:C20) Practice Open the file SalesTax.xls and find the average of the Prices listed in Column A. Place your value in Cell A20. Answer: $16.52 Sums To find the sum of a list of numbers, we use the SUM command: =SUM(cell_range) To find the sum of the numbers in the block of data from Cell B20 to Cell T55, we would type: =SUM(B20:T55) Practice Open the file SalesTax.xls and find the sum of the Prices listed in Column A. Place your value in Cell A21. Answer: $ Excel Tutorial - Page 37

38 Minimums To find the minimum number in a list of a block of cells, we use the MIN command: =MIN(cell-_range) To find the sum of the numbers in the block of data from Cell B20 to Cell T55, we would type: =MIN(B20:T55) Practice Open the file GPA.xls and find the minimum GPA listed. Answer: 0.53 Maximums To find the maximum number in a list of a block of cells, we use the MAX command: =MAX(cell_range) To find the sum of the numbers in the block of data from Cell B20 to Cell T55, we would type: =MAX(B20:T55) Practice Open the file GPA.xls and find the maximum GPA listed. Answer: 4.0 The Range The range of a set of numbers is simply the maximum in the list minus the minimum in the list. There are two ways to compute the range, therefore. Either (a) compute the MIN and MAX separately and then subtract them in a third cell. Or (b) use one command to do it in one cell using the a command like =MAX(cell_range) MIN(cell_range). Just make sure the cell ranges used in each of the MIN and MAX command are the same. Excel Tutorial - Page 38

39 Databases Basic Introduction to Databases A database is a large collection of data and records. For example, open the file Chrysler.xls to see a database that represents the cars sold at a local Chrysler Dealership in the recent past. There are literally hundreds of records. Each row represents a different record. In this case, each record represents one individual sale of a car. Each record in a database is made up of several fields. The fields are the different parts of the record. In Chrysler.xls, the fields are Car Number, Style, Color, Sale Price, SalesPerson. Each of these fields has different kinds of values that are possible. For example, the Sale Price field must take on a number ($) while the Color field takes on text values (such as Red, Blue, etc.) These are the fields These are the records. Now suppose you wanted to ask questions like: How many Red PT cruisers have we sold? or How many cars over $25,000 did Juan sell? or How many Concordes and Voyagers did we sell between $20,000 and $23,000? Trying to do this would take a lot of time and hassle without special commands like DCOUNT. When using database commands like these, we need to give the commands specific criteria with which to work. Hence the first thing to do when using these commands is to duplicate the Field headings above or to the side of the actual data so that we can enter specific criteria. For example, we can alter Chrysler.xls as follows: Insert 7 new blank lines above the data. (Select Rows 1 to 7 by clicking on the Row 1 label and drag down to Row 7, then choose Insert Rows from the Menus.) In cell A1, we will type CRITERIA. In cells A2 to E2, we will copy the original Field headings. Our modified worksheet will look like this: Excel Tutorial - Page 39

40 We will call this the Criteria Area. We will use cells A3 to E7 to fill in specific criteria. Usually 5 or six lines is enough, but if we need more, we can always insert new blank lines. With the Criteria Area now available we can proceed. The DCOUNT Command The DCOUNT command simply counts the number of records in a database that meet stated criteria. We enter the criteria into the Criteria Area and then run the DCOUNT command. This command uses the syntax: = DCOUNT(database,field,criteria) where database is the range of cells where the database is located, field is unused, and criteria is the range of cells where you specify what criteria to match and therefore which records to count. Let s count the number of Red PT Cruisers sold at this dealership. Using Chrysler.xls, we will modify the Criteria Area so the first line has Red in the Color column and PT Cruiser in the Style column. It is crucial that we enter the text in without any spelling errors, including any spaces that are needed. This is how our file should look try it yourself as we move along: Let s use the Function Wizard to invoke the DCOUNT command since it s easier than using the syntax. Excel Tutorial - Page 40

41 First, click on a blank available cell where Excel can report the number of Red PT Cruisers. Make sure you pick a cell that is not in the Criteria Area or part of the database. Let s label Cell G2 as DCOUNT first and then use Cell H2 as the cell where we will return DCOUNT results. Click on Cell H2. We now use the DCOUNT command to count the number of Red PT Cruisers in the database. The format for DCOUNT is, as we saw above: In Cell H2, we enter the following command: = DCOUNT(database,field,criteria) The range A7:E537 is our database. Notice it includes row 7 which has the field names of our database. Also notice that the field parameter is blank. We don t need it here. Finally, the range A2:E3 is the criteria range and it includes the row with the field headers and the row where specify the two criteria. When you use the DCOUNT command, the row with the field headers MUST be included in BOTH the database range AND the criteria range. Make sure that the Criteria box does not include any of the empty rows in the Criteria Area.if it does, it will count all 350 cars in the database. Let s count the number of PT Cruisers sold at this dealership that are either Red or Black. To do this, we need to add another line in our Criteria Area as follows: When there are two or more rows filled out in the Criteria Area, DCOUNT will look for records that match ANY of the criteria and then add them all up. That is, Excel will look for any Red PT Cruisers OR any Black PT Cruisers. Because we changed the criteria, we also need to change the formula in Cell H2 to make sure it is updated. We could run the DCOUNT Function Wizard all over again, but here s a nice shortcut that you can use any time you want to edit a function. Excel Tutorial - Page 41

42 Click once on Cell H2. Then hit the F2 key on the top row of the keyboard. When you do, your screen should look like this: Drag this handle to change the active Criteria. This is the Database cell range highlighted in blue This is the Criteria range, highlighted in green Notice two great things happen. First, the formula in H2 is displayed with colored fonts. The colors correspond to the colored boxes that are now outlined in blue and green. The database range is outlined in blue and the Criteria Area is outlined in green. If we want to include Row 4 in the Criteria Range, we can either edit A2:E3 so that it reads A2:E4, or we can simply point on the little square handle on the lower right corner of the green box (also the lower right corner of Cell E3 if you can t see the color) and drag it until it expands to E4. When you do so, the screen will look like this: Note that the formula and colored boxes stay synchronized. Very cool!. Now hit the Enter key and the formula and Cell H2 will be updated. There are 17 PT cruisers sold that were either Red or Black. Practice How many Blue 300M s were sold? Answer: 3 Practice How many Voyagers did Juan sell? What about Maria? Answer: 12 and 8 Excel Tutorial - Page 42

43 Practice How many Red Concordes did Bartoloa sell? Answer: 2 Practice How many PT Cruisers or Crossfires were sold? Answer: 118 Practice How many PT Cruisers or Crossfires were sold by Elias? Answer: 23 Practice Challenge How many PT Cruisers or Crossfires were sold by Elias or Juan? Answer: 43 (Hint: You need four lines filled in your Criteria Area!) Now, what if we want to count the number of PT Cruisers sold for under $22,000? Our Criteria Area and results would look as follows: How many 300M s were sold for $25,000 or more by Celia? Our Criteria Area and results would look as follows: How many Pacifica s were sold for between $18,000 and $22,000? This is a different question! We want to count all cars that meet both the >18000 AND <22000 criteria so we can t use two different rows in the Criteria Area. (That would count each inequality separately and then add them, which is not what we want.) Both of the Price criteria have to be in one row. To accomplish this, we need to insert another column to the Criteria Area and label it Sale Price. We ll use Column F and enter our criteria, like below. If we make sure the DCOUNT formula in Cell H2 includes the new Column, our results will be accurate: Excel Tutorial - Page 43

44 There were 14 Pacifica s sold for between $18,000 and $ Practice How many Sebring s were sold for more than $20,900? Answer: 19 Practice How many Town&Country s were sold for less than $25,000? Answer: 26 Practice How many Black 300M s were sold for more than $23,000? Answer: 6 Practice How many Voyagers were sold for between $21,000 and $23,000? Answer: 11 Practice How many Sebring s or PT Cruisers were sold for between $15,000 and $18,000? Answer: 9 The DAVERAGE, DSUM, DMIN, DMAX Commands If you have a database and you want to find the averages, sums, minimum or maximum values subject to given criteria, these commands are the ones to use. They all work very similar to each other, so we ll only cover DAVERAGE here. You can explore the rest on your own. DAVERAGE will find the average of some field in a database subject to your criteria. Practice What is the average price of all PT Cruisers sold in Chrysler.xls? We change Cell G2 to say DAVERAGE and use Cell H2 to compute this average. Make sure your Criteria Area looks like this: Excel Tutorial - Page 44

45 The command is as follows: The basic command structure is: =DAVERAGE(database,field, criteria) Now, the field criteria IS needed. We specify D7 as the field because that is the field header for the Sale Price data. Practice What is the average price of all of the M300 s sold by either Maria or Celia? Answer: $23, Excel Tutorial - Page 45

46 Special Excel Functions The COUNT command There are times when you have a long list of data and you want to quickly count how many items are in the list. The COUNT() command does this quickly. Open the file Count.xls to see a sheet full of numbers. Note that some of the cells are empty so that the columns do not necessarily have the same number of entries in them. The syntax for the COUNT command is: =COUNT(cell_range) The COUNT command counts the number of cells in a given range (specified by the cell range) that contain numbers within them. If you wanted to count the number of cells with numbers in the Red column, you would type in Cell A22: =COUNT(A1:A21) to get 20 for a result. Note that even though cell A1 is included in the range of cells to be considered, it is not counted because cell A1 does not have a number inside of it. If you wanted to count the number of cells with numbers in the Blue column, you would type in Cell B22: =COUNT(B2:B21) to get 17 as a result. Note that I did not include cell B1 in the cell range since I knew it would not be counted anyway. If you wanted to count the number of cells with numbers in BOTH the Grey and Black columns, you would type: =COUNT(H1:I21) to get 37 as a result. The range you use can include more than one column. Excel Tutorial - Page 46

47 Practice Open the file called Count.xls and use the COUNT command to count the number of cells in the Pink column with numbers in it. Answer: 18 Practice Open the file called Count.xls and use the COUNT command to count the number of cells in the Green and Brown columns with numbers in them. Answer: 18 Practice Open the file called Count.xls and use the COUNT command to count the number of cells in ALL of the colored columns. Answer: 164 The COUNTIF command Sometimes, simply counting is too general. There are times you want to count the number of items that meet specific criteria. The COUNTIF command will do this for us. The syntax for the command is: =COUNTIF(range, criterion) where the range specifies which cells to count and the criterion details what to look for. For example, the MachineJams.xls has a list of data a company has been recording for several months. The copy machine they lease has been jamming regularly, but the company they lease the machine from says nothing should be wrong with it, since it s new. So, the company has recorded the number of times it jams per day to document their experience in case they need to insist that it be replaced. Each row represents a different day. What we want to do is count the number of days in which certain criteria are met. Excel Tutorial - Page 47

48 Suppose you want to count the number of days during the first 14 days in which there were more than 10 jams per day. (It is possible to count these with your naked eye, but we will practice using the COUNTIF.) You would type the following: =COUNTIF(B2:B15, >10 ) to get a result of 7. Note that the criteria should be in quotes. (It s an odd rule, but it exists nonetheless.) Suppose you want to count the number of days during the first 20 days in which there less than or equal to 6 jams per day. You would type: =COUNTIF(B2:B21,"<=6") to get a result of 6. Note that is typed as <= in Excel. Suppose you consider the data for ALL 156 days they recorded the jams and you want to know how many of those days there were more than 8 jams per day. You would type: =COUNTIF(B2:B157,">8") to get a result of 104. Practice Find the number of days within the first 30 days in which there were 10 or fewer jams. Answer: 16 Practice Find the number of days within the days 20 to 90 (inclusive, meaning you include days 20 and 90) in which there were more than 15 jams. Answer: 18 Practice Find the number of days within the entire set of days in which the machine jammed exactly 20 times. Answer: 12 The COUNTIF command can also count cells in which specific text appears. For example, the attendant on duty is recorded in the third column of the file Count.xls. We can ask how often any of those people were on duty. Excel Tutorial - Page 48

49 To find the number of times that Hector was the attendant during the first 60 days, we would type: =COUNTIF(C2:C61,"=Hector") to get a result of 14. Practice Find the number of times that each of Jane, Bob, and Mary are the attendants from Day 1 through (and including) Day 100. Answer: Jane = 28; Bob = 20; Mary = 29 The RAND command Sometimes it is helpful to have Excel generate random numbers for you. To generate a random number between 0 and 1, we use the RAND command. To generate a random number between 0 and 1 in a cell, simply type: =RAND() Note that you need the two parentheses after RAND with nothing in them. Weird, but necessary. This command will continually change the number in that cell every time you do a new computation, enter data into a new cell, or press the F9 key. Try it...press F9 over and over and you ll see the number change. If you need several random numbers in a column or row, simply copy right or copy down from a cell that has the RAND command inside of it. This will generate as many random numbers as you may need. Sometimes, you don t want the random numbers to constantly change. One way to fix their value is to select all the cells you want to fix and then copy all of data using CRTL-C on the keyboard. Then click on the first cell in the range (upper left corner if you ve selected a block of cells) and then right click. If you choose Paste Special you will see the following box appear: Excel Tutorial - Page 49

50 You can also use the Paste button on the Ribbon to bring up the same box. If you choose Values (in the box) or Paste Values (from the menu), then Excel will paste in the current random values as fixed numbers. Note that when you do this, all your randomization in those cells will go away for good. The RANDBETWEEN command While the RAND command returns numbers between 0 and 1, there are times when you want to generate numbers outside that range. The RANDBETWEEN command will generate random integers between any two integers that you specify. The syntax for the command is: =RANDBETWEEN(bottom,top) where bottom is the smallest possible integer you want returned and top is the largest. Excel Tutorial - Page 50

51 Suppose you want to generate a random number between 1 and 100. Then you type: =RANDBETWEEN(1,100) to get a random number. Note that like the RAND command, cells with this command in them will change with F9 or other entry into your spreadsheet. The IF command The IF command is one of the most useful tools you will encounter in Excel. It allows you to ask questions about data and then, based on the answers to those questions, return results that are desired. We will start with basic usage of the IF command and then expand it just a bit. The syntax for the IF command is: =IF(condition, yes result, no result) where condition is the question you ask, yes result is the value, result, or cell that is returned if the answer to the question/condition is yes, and no result is the value, result, or cell that is returned if the answer to the question is no. Let s start with some simple examples. Let s go back to our copy machine example. In the file JamsPart2.xls, a new column has been added to indicate whether or not the number of daily jams is acceptable or not. The new file looks like this: In the Acceptable? column, we will use the IF command to indicate whether or not the number of jams is acceptable. We will arbitrarily decide for this example that if the number of jams is less than 8, then that is acceptable, otherwise it is not. If it is acceptable, we will place a 1 in that row, if not then we will place a 0 in that row. Here is how you would issue that command in cell D2: Excel Tutorial - Page 51

52 =IF(B2<8,1,0) Once you have the formula entered into cell D2, you can use the Copy Down command (Ctrl D) so that it applies to all the rows on the sheet. When you do so, you get the following: To save space, only the first few rows are shown. In the previous example, having 1 s and 0 s may not mean much to someone unfamiliar with the sheet, so let s put Yes or No in the Column D instead. When you want to return text as a result rather than a number, then you put the text in quotes. Here s how you would do it in this example: =IF(B2<8,"Yes","No") This produces a very similar result: Excel Tutorial - Page 52

53 There may be times when you want either of the Yes or No returns to be a blank cell with no text or numbers. To do this, you enter two quotation marks next to each other ( ). For example, let s say we want a Yes to appear if the number of jams is below 8, but a blank cell otherwise. The command would be: =IF(B2<8,"Yes","") This gives the following: Excel Tutorial - Page 53

54 Practice In the acceptable column, use the IF() command to place the works Oh Yeah if the number of jams is 10 or less and the words No Way otherwise: Answer: Sometimes you want to return a cell value already in existence rather than a fixed value as in the examples above. This is easy. Let s say you have a tax system where anyone making less than $35,000 per year pays 20% in taxes. Anyone making $35,000 or more pays 22% in taxes. (The U.S. system is a little different, with a staggered tax system, but this is a simple example.) What we want to do is calculate how much tax a person pays given their income and we want to do it for many individuals. The file Taxes.xls has data that looks like this: Excel Tutorial - Page 54

55 In the Total Taxes column, we want to calculate how much tax each income would pay. In this example, we need to test whether or not the income is above $35,000. If it is, then we multiply that amount by Otherwise, we multiply it by Here is what the command in Cell B2 would look like. Make sure it seems reasonable to you: =IF(A2<35000,A2*0.2,A2*0.22) This will return the following results: Note that the values that are returned can include cell references and numbers, as well as any computations that are needed. Practice Use the Taxes.xls file to fill in the Total Taxes column with the following tax structure. If you make $27,500 or less, you pay 12% in taxes. If you make more than $27,500, you pay 15.5% in taxes. Make sure you use the IF command. Answer: Excel Tutorial - Page 55

56 Practice Challenge Use the Taxes.xls file to fill in the Total Taxes column with the following tax structure: If you make $25,000 or less per year, you pay 15% on your income. If you make more than $25,000 per year, then you pay 18.5% of all income over $25,000 plus 15% of the first $25,000. Read that carefully. (This more like the U.S. tax system, where we have tax brackets. ) Answer: Excel Tutorial - Page 56

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

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

More information

Excel 2007: Basics Learning Guide

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

More information

Excel 2007 Basic knowledge

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

More information

Microsoft Excel 2010 Part 3: Advanced Excel

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

More information

Excel 2007 A Beginners Guide

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

More information

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

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

More information

Excel 2003 A Beginners Guide

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

More information

Microsoft Excel 2010 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

Microsoft Excel Tips & Tricks

Microsoft Excel Tips & Tricks Microsoft Excel Tips & Tricks Collaborative Programs Research & Evaluation TABLE OF CONTENTS Introduction page 2 Useful Functions page 2 Getting Started with Formulas page 2 Nested Formulas page 3 Copying

More information

ROUND(cell or formula, 2)

ROUND(cell or formula, 2) There are many ways to set up an amortization table. This document shows how to set up five columns for the payment number, payment, interest, payment applied to the outstanding balance, and the outstanding

More information

Getting Started with Excel 2008. Table of Contents

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

More information

Drawing a histogram using Excel

Drawing a histogram using Excel Drawing a histogram using Excel STEP 1: Examine the data to decide how many class intervals you need and what the class boundaries should be. (In an assignment you may be told what class boundaries to

More information

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

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

More information

Basic Formulas in Excel. Why use cell names in formulas instead of actual numbers?

Basic Formulas in Excel. Why use cell names in formulas instead of actual numbers? Understanding formulas Basic Formulas in Excel Formulas are placed into cells whenever you want Excel to add, subtract, multiply, divide or do other mathematical calculations. The formula should be placed

More information

Microsoft Excel Basics

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

More information

Advanced Excel Charts : Tables : Pivots : Macros

Advanced Excel Charts : Tables : Pivots : Macros Advanced Excel Charts : Tables : Pivots : Macros Charts In Excel, charts are a great way to visualize your data. However, it is always good to remember some charts are not meant to display particular types

More information

Commonly Used Excel Functions. Supplement to Excel for Budget Analysts

Commonly Used Excel Functions. Supplement to Excel for Budget Analysts Supplement to Excel for Budget Analysts Version 1.0: February 2016 Table of Contents Introduction... 4 Formulas and Functions... 4 Math and Trigonometry Functions... 5 ABS... 5 ROUND, ROUNDUP, and ROUNDDOWN...

More information

Excel 2003 Tutorial I

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

More information

Using VLOOKUP to Combine Data in Microsoft Excel

Using VLOOKUP to Combine Data in Microsoft Excel Using VLOOKUP to Combine Data in Microsoft Excel Microsoft Excel includes a very powerful function that helps users combine data from multiple sources into one table in a spreadsheet. For example, if you

More information

The Center for Teaching, Learning, & Technology

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

More information

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

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

More information

Basic Microsoft Excel 2007

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

More information

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

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

More information

Intro to Excel spreadsheets

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

More information

Microsoft Excel 2010. Understanding the Basics

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

More information

Easy Calculations in Excel

Easy Calculations in Excel Easy Calculations in Excel (2007 and newer) Any time you have a list of numbers that require some sort of calculation like percent change from one year to the next, percent of total, average or just a

More information

Basic Excel Handbook

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

More information

MICROSOFT EXCEL STEP BY STEP GUIDE

MICROSOFT EXCEL STEP BY STEP GUIDE IGCSE ICT SECTION 14 DATA ANALYSIS MICROSOFT EXCEL STEP BY STEP GUIDE Mark Nicholls ICT Lounge Data Analysis Self Study Guide Contents Learning Outcomes Page 3 What is a Data Model?... Page 4 Spreadsheet

More information

Creating A Grade Sheet With Microsoft Excel

Creating A Grade Sheet With Microsoft Excel Creating A Grade Sheet With Microsoft Excel Microsoft Excel serves as an excellent tool for tracking grades in your course. But its power is not limited to its ability to organize information in rows and

More information

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

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

More information

Introduction to Microsoft Excel 2010

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

More information

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

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

More information

Tutorial Microsoft Office Excel 2003

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

More information

Excel Formatting: Best Practices in Financial Models

Excel Formatting: Best Practices in Financial Models Excel Formatting: Best Practices in Financial Models Properly formatting your Excel models is important because it makes it easier for others to read and understand your analysis and for you to read and

More information

Using Excel As A Database

Using Excel As A Database Using Excel As A Database Access is a great database application, but let s face it sometimes it s just a bit complicated! There are a lot of times when it would be nice to have some of the capabilities

More information

Merging Labels, Letters, and Envelopes Word 2013

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

More information

SECTION 5: Finalizing Your Workbook

SECTION 5: Finalizing Your Workbook SECTION 5: Finalizing Your Workbook In this section you will learn how to: Protect a workbook Protect a sheet Protect Excel files Unlock cells Use the document inspector Use the compatibility checker Mark

More information

USING EXCEL ON THE COMPUTER TO FIND THE MEAN AND STANDARD DEVIATION AND TO DO LINEAR REGRESSION ANALYSIS AND GRAPHING TABLE OF CONTENTS

USING EXCEL ON THE COMPUTER TO FIND THE MEAN AND STANDARD DEVIATION AND TO DO LINEAR REGRESSION ANALYSIS AND GRAPHING TABLE OF CONTENTS USING EXCEL ON THE COMPUTER TO FIND THE MEAN AND STANDARD DEVIATION AND TO DO LINEAR REGRESSION ANALYSIS AND GRAPHING Dr. Susan Petro TABLE OF CONTENTS Topic Page number 1. On following directions 2 2.

More information

Introduction to Microsoft Excel 1 Part I

Introduction to Microsoft Excel 1 Part I Introduction to Microsoft Excel 1 Part I Objectives When you complete this workshop you will be able to: Recognize Excel s basic operations and tools; Develop simple worksheets; Use formulas; Format worksheets;

More information

Excel 2010: Create your first spreadsheet

Excel 2010: Create your first spreadsheet Excel 2010: Create your first spreadsheet Goals: After completing this course you will be able to: Create a new spreadsheet. Add, subtract, multiply, and divide in a spreadsheet. Enter and format column

More information

Introduction to Microsoft Excel 2007/2010

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

More information

Excel macros made easy

Excel macros made easy IT Training Excel macros made easy Jane Barrett, IT Training & Engagement Team Information System Services Version 1.1 Scope Learning outcomes Understand the concept of what a macro is and what it does.

More information

Performing Simple Calculations Using the Status Bar

Performing Simple Calculations Using the Status Bar Excel Formulas Performing Simple Calculations Using the Status Bar If you need to see a simple calculation, such as a total, but do not need it to be a part of your spreadsheet, all you need is your Status

More information

Scientific Graphing in Excel 2010

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

More information

Using Formulas, Functions, and Data Analysis Tools Excel 2010 Tutorial

Using Formulas, Functions, and Data Analysis Tools Excel 2010 Tutorial Using Formulas, Functions, and Data Analysis Tools Excel 2010 Tutorial Excel file for use with this tutorial Tutor1Data.xlsx File Location http://faculty.ung.edu/kmelton/data/tutor1data.xlsx Introduction:

More information

Microsoft Excel 2013 Tutorial

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

More information

Using Excel for Analyzing Survey Questionnaires Jennifer Leahy

Using Excel for Analyzing Survey Questionnaires Jennifer Leahy University of Wisconsin-Extension Cooperative Extension Madison, Wisconsin PD &E Program Development & Evaluation Using Excel for Analyzing Survey Questionnaires Jennifer Leahy G3658-14 Introduction You

More information

Advanced Microsoft Excel 2010

Advanced Microsoft Excel 2010 Advanced Microsoft Excel 2010 Table of Contents THE PASTE SPECIAL FUNCTION... 2 Paste Special Options... 2 Using the Paste Special Function... 3 ORGANIZING DATA... 4 Multiple-Level Sorting... 4 Subtotaling

More information

Indiana County Assessor Association Excel Excellence

Indiana County Assessor Association Excel Excellence Indiana County Assessor Association Excel Excellence Basic Excel Data Analysis Division August 2012 1 Agenda Lesson 1: The Benefits of Excel Lesson 2: The Basics of Excel Lesson 3: Hands On Exercises Lesson

More information

Microsoft Access 2010 handout

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

More information

Excel: Introduction to Formulas

Excel: Introduction to Formulas Excel: Introduction to Formulas Table of Contents Formulas Arithmetic & Comparison Operators... 2 Text Concatenation... 2 Operator Precedence... 2 UPPER, LOWER, PROPER and TRIM... 3 & (Ampersand)... 4

More information

Excel Intermediate Session 2: Charts and Tables

Excel Intermediate Session 2: Charts and Tables Excel Intermediate Session 2: Charts and Tables Agenda 1. Introduction (10 minutes) 2. Tables and Ranges (5 minutes) 3. The Report Part 1: Creating and Manipulating Tables (45 min) 4. Charts and other

More information

Microsoft Excel 2007. Introduction to Microsoft Excel 2007

Microsoft Excel 2007. Introduction to Microsoft Excel 2007 Microsoft Excel 2007 Introduction to Microsoft Excel 2007 Excel is an electronic spreadsheet to organize your data into rows and columns. One can use it to perform basic to advanced level mathematical

More information

Formatting Formatting Tables

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

More information

Excel Database Management Microsoft Excel 2003

Excel Database Management Microsoft Excel 2003 Excel Database Management Microsoft Reference Guide University Technology Services Computer Training Copyright Notice Copyright 2003 EBook Publishing. All rights reserved. No part of this publication may

More information

SECTION 2-1: OVERVIEW SECTION 2-2: FREQUENCY DISTRIBUTIONS

SECTION 2-1: OVERVIEW SECTION 2-2: FREQUENCY DISTRIBUTIONS SECTION 2-1: OVERVIEW Chapter 2 Describing, Exploring and Comparing Data 19 In this chapter, we will use the capabilities of Excel to help us look more carefully at sets of data. We can do this by re-organizing

More information

Microsoft Access 3: Understanding and Creating Queries

Microsoft Access 3: Understanding and Creating Queries Microsoft Access 3: Understanding and Creating Queries In Access Level 2, we learned how to perform basic data retrievals by using Search & Replace functions and Sort & Filter functions. For more complex

More information

Lab 11: Budgeting with Excel

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

More information

2015 County Auditors Institute. May 2015. Excel Workshop Tips. Working Smarter, Not Harder. by David Scott, SpeakGeek@att.net

2015 County Auditors Institute. May 2015. Excel Workshop Tips. Working Smarter, Not Harder. by David Scott, SpeakGeek@att.net 2015 County Auditors Institute May 2015 Excel Workshop Tips Working Smarter, Not Harder by David Scott, SpeakGeek@att.net Note: All examples in this workshop and this tip sheet were done using Excel 2010

More information

Excel Basics By Tom Peters & Laura Spielman

Excel Basics By Tom Peters & Laura Spielman Excel Basics By Tom Peters & Laura Spielman What is Excel? Microsoft Excel is a software program with spreadsheet format enabling the user to organize raw data, make tables and charts, graph and model

More information

This activity will guide you to create formulas and use some of the built-in math functions in EXCEL.

This activity will guide you to create formulas and use some of the built-in math functions in EXCEL. Purpose: This activity will guide you to create formulas and use some of the built-in math functions in EXCEL. The three goals of the spreadsheet are: Given a triangle with two out of three angles known,

More information

Chapter 9 Creating Reports in Excel

Chapter 9 Creating Reports in Excel Chapter 9 Creating Reports in Excel One of the most powerful features of Standard & Poor s Research Insight is its ability to communicate with Microsoft Excel through Active-X Technology. Excel requests

More information

Rows & Columns. Workbooks & Worksheets

Rows & Columns. Workbooks & Worksheets + O + N + P + S F12 + W + Q Esc + C + X + V + Z + Y + A + F Ctrl + H + Tab +, + Y The Fundamentals + Option + R Open File New File Print Save File Save File As Close File Close Excel Exit Dialog Copy Cut

More information

Introduction to Excel

Introduction to Excel Introduction to Excel This material has been reprinted, with permission, from the Excel Tutorial on the TRIO program webpage of the University of South Dakota. A series of "screencast" videos covering

More information

Macros in Word & Excel

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

More information

Data Analysis Tools. Tools for Summarizing Data

Data Analysis Tools. Tools for Summarizing Data Data Analysis Tools This section of the notes is meant to introduce you to many of the tools that are provided by Excel under the Tools/Data Analysis menu item. If your computer does not have that tool

More information

Microsoft Excel 2007 Level 2

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

More information

Introduction to the TI-Nspire CX

Introduction to the TI-Nspire CX Introduction to the TI-Nspire CX Activity Overview: In this activity, you will become familiar with the layout of the TI-Nspire CX. Step 1: Locate the Touchpad. The Touchpad is used to navigate the cursor

More information

Pulling a Random Sample from a MAXQDA Dataset

Pulling a Random Sample from a MAXQDA Dataset In this guide you will learn how to pull a random sample from a MAXQDA dataset, using the random cell function in Excel. In this process you will learn how to export and re-import variables from MAXQDA.

More information

INTRODUCTION TO EXCEL

INTRODUCTION TO EXCEL INTRODUCTION TO EXCEL 1 INTRODUCTION Anyone who has used a computer for more than just playing games will be aware of spreadsheets A spreadsheet is a versatile computer program (package) that enables you

More information

Below is a very brief tutorial on the basic capabilities of Excel. Refer to the Excel help files for more information.

Below is a very brief tutorial on the basic capabilities of Excel. Refer to the Excel help files for more information. Excel Tutorial Below is a very brief tutorial on the basic capabilities of Excel. Refer to the Excel help files for more information. Working with Data Entering and Formatting Data Before entering data

More information

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

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

More information

Excel 2007 - Using Pivot Tables

Excel 2007 - Using Pivot Tables Overview A PivotTable report is an interactive table that allows you to quickly group and summarise information from a data source. You can rearrange (or pivot) the table to display different perspectives

More information

Digital Marketing EasyEditor Guide Dynamic

Digital Marketing EasyEditor Guide Dynamic Surveys ipad Segmentation Reporting Email Sign up Email marketing that works for you Landing Pages Results Digital Marketing EasyEditor Guide Dynamic Questionnaires QR Codes SMS 43 North View, Westbury

More information

Excel Formulas & Functions Tips & Techniques

Excel Formulas & Functions Tips & Techniques Excel Formulas & Functions Tips & Techniques Excel makes use of formulas (mathematical expressions that you create) and functions (mathematical expressions already available in Excel) to dynamically calculate

More information

ITS Training Class Charts and PivotTables Using Excel 2007

ITS Training Class Charts and PivotTables Using Excel 2007 When you have a large amount of data and you need to get summary information and graph it, the PivotTable and PivotChart tools in Microsoft Excel will be the answer. The data does not need to be in one

More information

Microsoft Excel 2007 Consolidate Data & Analyze with Pivot Table Windows XP

Microsoft Excel 2007 Consolidate Data & Analyze with Pivot Table Windows XP Microsoft Excel 2007 Consolidate Data & Analyze with Pivot Table Windows XP Consolidate Data in Multiple Worksheets Example data is saved under Consolidation.xlsx workbook under ProductA through ProductD

More information

MICROSOFT ACCESS STEP BY STEP GUIDE

MICROSOFT ACCESS STEP BY STEP GUIDE IGCSE ICT SECTION 11 DATA MANIPULATION MICROSOFT ACCESS STEP BY STEP GUIDE Mark Nicholls ICT Lounge P a g e 1 Contents Task 35 details Page 3 Opening a new Database. Page 4 Importing.csv file into the

More information

This activity will show you how to draw graphs of algebraic functions in Excel.

This activity will show you how to draw graphs of algebraic functions in Excel. This activity will show you how to draw graphs of algebraic functions in Excel. Open a new Excel workbook. This is Excel in Office 2007. You may not have used this version before but it is very much the

More information

Excel Project Creating a Stock Portfolio Simulation

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

More information

paragraph(s). The bottom mark is for all following lines in that paragraph. The rectangle below the marks moves both marks at the same time.

paragraph(s). The bottom mark is for all following lines in that paragraph. The rectangle below the marks moves both marks at the same time. MS Word, Part 3 & 4 Office 2007 Line Numbering Sometimes it can be helpful to have every line numbered. That way, if someone else is reviewing your document they can tell you exactly which lines they have

More information

Using Microsoft Excel to Plot and Analyze Kinetic Data

Using Microsoft Excel to Plot and Analyze Kinetic Data Entering and Formatting Data Using Microsoft Excel to Plot and Analyze Kinetic Data Open Excel. Set up the spreadsheet page (Sheet 1) so that anyone who reads it will understand the page (Figure 1). Type

More information

Databases in Microsoft Access David M. Marcovitz, Ph.D.

Databases in Microsoft Access David M. Marcovitz, Ph.D. Databases in Microsoft Access David M. Marcovitz, Ph.D. Introduction Schools have been using integrated programs, such as Microsoft Works and Claris/AppleWorks, for many years to fulfill word processing,

More information

Creating Basic Excel Formulas

Creating Basic Excel Formulas Creating Basic Excel Formulas Formulas are equations that perform calculations on values in your worksheet. Depending on how you build a formula in Excel will determine if the answer to your formula automatically

More information

Using Mail Merge in Microsoft Word 2003

Using Mail Merge in Microsoft Word 2003 Using Mail Merge in Microsoft Word 2003 Mail Merge Created: 12 April 2005 Note: You should be competent in Microsoft Word before you attempt this Tutorial. Open Microsoft Word 2003 Beginning the Merge

More information

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

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

More information

0 Introduction to Data Analysis Using an Excel Spreadsheet

0 Introduction to Data Analysis Using an Excel Spreadsheet Experiment 0 Introduction to Data Analysis Using an Excel Spreadsheet I. Purpose The purpose of this introductory lab is to teach you a few basic things about how to use an EXCEL 2010 spreadsheet to do

More information

Graphing Parabolas With Microsoft Excel

Graphing Parabolas With Microsoft Excel Graphing Parabolas With Microsoft Excel Mr. Clausen Algebra 2 California State Standard for Algebra 2 #10.0: Students graph quadratic functions and determine the maxima, minima, and zeros of the function.

More information

Creating a Gradebook in Excel

Creating a Gradebook in Excel Creating a Spreadsheet Gradebook 1 Creating a Gradebook in Excel Spreadsheets are a great tool for creating gradebooks. With a little bit of work, you can create a customized gradebook that will provide

More information

TIPS FOR DOING STATISTICS IN EXCEL

TIPS FOR DOING STATISTICS IN EXCEL TIPS FOR DOING STATISTICS IN EXCEL Before you begin, make sure that you have the DATA ANALYSIS pack running on your machine. It comes with Excel. Here s how to check if you have it, and what to do if you

More information

EXCEL FINANCIAL USES

EXCEL FINANCIAL USES EXCEL FINANCIAL USES Table of Contents Page LESSON 1: FINANCIAL DOCUMENTS...1 Worksheet Design...1 Selecting a Template...2 Adding Data to a Template...3 Modifying Templates...3 Saving a New Workbook as

More information

Q&As: Microsoft Excel 2013: Chapter 2

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

More information

Advanced Excel 10/20/2011 1

Advanced Excel 10/20/2011 1 Advanced Excel Data Validation Excel has a feature called Data Validation, which will allow you to control what kind of information is typed into cells. 1. Select the cell(s) you wish to control. 2. Click

More information

SECTION 2: Working with Functions and Formulas

SECTION 2: Working with Functions and Formulas SECTION 2: Working with Functions and Formulas In this section you will learn about: Relative and absolute cell references Basic mathematical operators Using formulas with multiple cell references Fixing

More information

Pivot Tables & Pivot Charts

Pivot Tables & Pivot Charts Pivot Tables & Pivot Charts Pivot tables... 2 Creating pivot table using the wizard...2 The pivot table toolbar...5 Analysing data in a pivot table...5 Pivot Charts... 6 Creating a pivot chart using the

More information

Word 2007: Basics Learning Guide

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

More information

Formulas & Functions in Microsoft Excel

Formulas & Functions in Microsoft Excel Formulas & Functions in Microsoft Excel Theresa A Scott, MS Biostatistician II Department of Biostatistics Vanderbilt University theresa.scott@vanderbilt.edu Table of Contents 1 Introduction 1 1.1 Using

More information

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

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

More information

Microsoft Excel: Exercise 5

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

More information

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

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

More information