2: Formulas and Functions

Size: px
Start display at page:

Download "2: Formulas and Functions"

Transcription

1 2: Formulas and Functions Simple Formulas 1 Arithmetic Operators 1 Copying formulas 2 Cell References: Relative and Absolute Worksheet Functions 4 The AutoSum Tool The Paste Function and Formula Palette Tools Editing a Formula 7 Some Common Functions 8 Getting Help with Worksheet Functions 9 Nesting Formulas 9 The IF function 10 Array Functions 12 Error values 12 Giving Names to Cells 1 The Danger of Range Labels 1 Simple Formulas Formulas begin with an equal symbol (=). For quick calculations, or to enter constant values, we may use formulas such as =72/6 or =(4+12)/7. But we more frequently use formulas that contain cell references. For example, =B2/B or =(C4+C)/7. A cell containing a formula will display a value. The formula may be viewed in the Formula Bar, or by editing the cell. You may type a formula using lowercase letters for the cell references; Microsoft Excel will make them uppercase when you complete the entry. Furthermore, you may add spacing to make the formula more readable. For example, we may use =(C4 + C) / 7. The use of parentheses is discussed below. Arithmetic Operators We need to know the symbols used to make a formula and their order of precedence. All computer applications use the asterisk ( ) for multiplication and the forward slash (/) for division. So the arithmetic operation 4 12 would be entered as =4 12 /. If asked to evaluate + 2 most of us would offer 1 as the answer rather than 16 because we would perform the multiplication before the addition. We would give multiplication a higher precedence than addition. When we need to override this order of precedence, we use parentheses. In this example, we would write ( + ) 2 and in Excel we would enter the formula =( + ) 2. In Excel, the arithmetic operators in order of precedence are: negation exponentiation multiplication & division addition & subtraction ^ * / + Below we see some examples of how arithmetic expressions (top row of table below) are translated into Excel formulas (middle row). Generally, Excel formulas contain cell addresses. The bottom row gives examples.

2 2 Formulas and Functions 0( ) =0*( )^ =(4+)/ 8 =(4+)/(*7) =121^(1/) =A1*(1+A2)^ =(B1 + B2)/2-8 =(D1 + D2)/(D - D4) =F1^(1/) In these examples all the parentheses are required. In other cases, we may use additional, non essential, parentheses to make the formula easier to understand. For example, we might code =(B1*12%) + (B2*1%). Note that Excel considers % an operator so strictly speaking it should be in the table above between negation and exponentiation but it is doubtful if you will ever need to know this esoteric piece of information. Quantitative Approaches in Business Studies Chapter 2 Exercise 1: This exercise has problems requiring you to evaluate expressions such as (a)!6 + 7! 2 and (b) We can solve these in Excel (but please do learn how to do them with your calculator also) using one of two ways. Figure 1 shows the straightforward way for solving type (a) problems. The mathematical expression for each problem is entered in a single cell and Excel displays the result. In Figure 2, three cells are used for the values while a fourth is used for a formula. If we rewrite!6 + 7! 2 as +(!6) + (7) +(!2) we can see that the formula needed is one that sums the three values: =A1+A2+A. This approach lets us solve a series of similar problems; just replace the values in A1:A and A4 will give the correct result. Figure 1 Figure 2 Problems of the type in Exercise 2 may be solved in similar ways. Thus to compute the 1 1 value of + in one cell, enter the formula=(1/4)-(/8)+(½). Are the parentheses necessary? No, but they make it easier to see what you are doing. You should now be able to solve the problems in Exercise using many cells or a single cell. Copying formulas In the worksheet below we calculate the cost of fruits and vegetables for a Boy Scout

3 Formulas and Functions camp. Begin by entering the text values in column A and row 1. To align the column headings to the right select B1:D1 and click on the right align tool. Enter the values in B2:C6 and format the B2:B6 to show two decimal places. The formula in D2 is =B2 C2. Of course, this may be entered by simply typing it, but you may wish to experiment with the pointing method. Begin by typing the = sign in D2, click on cell B2, type the sign, click on C2, and complete the formula by pressing R or clicking the green Ton the formula bar A B C D Item /kg kg cost potatoes carrots peas apples oranges TOTAL 28.6 Figure It would be time consuming to repeat this for all the cells in column D. Instead, select D2 and note the small solid square in the lower, right corner. This is the fill handle. Position the cursor over the fill handle; you will know when you are there because the cursor changes from an open to a solid shape as shown below. Drag the fill handle down to cell D6. Microsoft Excel calls this operation filling but you can think of it as copying. Figure 4 Select the range A6:D6 and use the Border tool to add a double underline. The formula in D7 is =D2+D+D4+D+D. Or, you may wish to experiment with the AutoSum tool in preparation for learning about the SUM function. Cell References: Relative and Absolute When you look at the formula in D (recall that formulas may be viewed in the Formula bar), you will see that the formula that was copied from D2 (=B2 C2) has become =B C. This adjustment has occurred in all the cells in D:D6. Excel has adjusted the formulas because the cell references are relative. We may think of it in this way: In the formula =B2 C2 in D2, the reference to B2 is interpreted as the cell that is two columns to the right and on the same row as the cells containing the formula. So when the formula is copied to D, the reference to B2 is changed to B. Similarly, the reference to C2 is changed to C. Very often it is more convenient to name a cell as an alternative to using an absolute reference. We do not have space in the supplement to discuss this topic. There will be many instances when you do not wish a cell reference to be treated as relative, you wish the reference to remain unchanged. In the worksheet below, the formula in C1 is =B1 (1+$B$10). The dollar signs make the reference to B10 absolute. When

4 4 Formulas and Functions the formula is copied, the reference to $B$10 does not change. The formula in C1 may be copied down the column to give the correct result. The cells B1:C16 were formatted with the comma style tool A B C Increase 12.2% Item Old price New Price Computer 1, ,122.0 Monitor Printer Modem Figure At other times you may require (i) the column part to vary while the row part of a reference remains fixed, or (ii) the row part to vary and the column part to be invariant. This can be done with mixed references. In the simple multiplication table shown below, the formula in K2 is =$J2 K$1. The dollar sign in front of the J holds the J constant as the formula is copied across the worksheet. The absence of a dollar sign in front of the 2 allows the row to vary as the formula is copied down the worksheet. In the second term (K$1), we keep the row constant as the formula is copied down the worksheet but allow the column to change as the formula is copied to the right Figure 6 J K L M N O The $ signs may, of course, be typed in the normal way. Alternatively, you may begin by typing =J2 and then, by pressing 4 repeatedly, adjust the formula to the required =$J2. Worksheet Functions Microsoft Excel contains a large number of built-in functions to simplify your task. For example, the formula =SUM(B1:B100) will add the values in the range B1:B100. To use a function we give its name followed by a list of its arguments enclosed in parentheses. In the SUM example, B1:B100 is the single argument. Some functions have a fixed number of arguments, some have a variable number while a few have none. For example, the NA function takes no arguments so we could construct the formula =NA(). The rules about the arguments for a particular function are called the syntax. If you lookup SUM in the Help facility you will find its syntax is given as: SUM(number1, number2,...) The bold items are required, the others are optional. Obviously, the name of the function is required. If you misspell it, the cell will display the #NAME? error. You will get the same

5 Formulas and Functions error if you leave a space between the function name and the opening parenthesis. The bold number1 shows that the SUM function needs at least one argument and the values of this argument must be numeric. The function can have more than one argument. The ellipses (...) indicate that the second argument may be repeated as many times as you wish. There are rules that impose a limit but it is doubtful if you will ever attempt to exceed it. The formula =SUM(B1:B10, C1:C20, D1:D99) sums three ranges. Do not overwork the SUM function. The formula =SUM(A1/A2) will give the same result as =A1/A2. The simple formula is the correct one to use, the first one misuses the SUM function. You may use spaces between arguments. For example, to compute the payments on a loan with the PMT function we may code =PMT(A1/12, A2*12, 1000) with a space after each comma. However, we may not have a space between the function name and the opening parenthesis. The AutoSum Tool Because the need to sum a column or row of numbers is so common, Excel provides a shortcut way of performing the task. With the active cell at the bottom of a column of numbers or to the right of a row of numbers, click the AutoSum tool and Excel inserts a formula such as =SUM(B1:B12). The range used for the argument is shown by a range finder (coloured border). The user need only compete the entry by clicking the T on the Formula Bar or by pressing R or one of the navigation keys. If you prefer to use the keyboard rather than the mouse, the shortcut for the AutoSum tool is A+=. The Paste Function and Formula Palette Tools When you use a function with which you are familiar you may wish to construct the formula just by typing. In other cases, the Paste Function and Formula Palette tools are very helpful. To demonstrate its use we will make the worksheet shown below. This is a table showing the monthly payments on a 1,000 loan for various annual rates and times A B C D E F G Monthy payments on a loan Principal 1,000 Rate Years % 6% 7% 8% 9% 10% Figure 7 The function we need is called PMT. We will look at financial function in detail in a later unit, we use the PMT function here to demonstrate the Function Palette It has the syntax =PMT(rate, nper, pv, fv, type), where rate is the interest rate being charge, nper is the

6 6 Formulas and Functions number of payments, pv is the present value (the amount of the loan.) The other, optional arguments need not concern us for now. What is important is that we recognize that payments will be made monthly and that the interest is computed by the bank on a monthly basis. Thus the annualised rate must be divided by 12 and the length of the loan in years must be multiplied by 12 to put everything on a monthly basis. We shall enter a formula in B6 and use the fill handle to complete the table. With B6 as the active cell, click on the Paste Function tool. This brings up the dialog box shown below. Figure 8 Excel divides its functions into categories. We need one of the financial functions so we click the appropriate item in the Function category panel (right hand side.) Then in the Function name panel (left hand side) we look for the required function. Excel provides a brief description of each function at the bottom of the dialog box which can be very helpful if you are unsure of the name of the required function. When the PMT function has been located either double click its name or single click the OK button to open the Function Palette dialog as shown below. Figure 9 This provides a list of the arguments together with a description of each. The required arguments are named in bold; the others are optional. If the Function Palette obscures the worksheet, click on the diagonal red arrow next to an argument s text box. This shrinks the

7 Formulas and Functions 7 dialog to a single text box (see below). Complete the text box by typing, by pointing or by a combination of both, then click the downward red arrow to re-expand the Formula Palette box. Figure 10 When you have completed all the required arguments, the result is displayed in two places on the box. Click the OK button to complete the formula. The cell B4 now contains the formula =PMT(B/12, A4*12, 1000). For the rate we have used B4/12 since the % value in B is the annual rate but the interest on a bank loan generally accrues monthly. For the number of periods in which interest will be computed and payment made, we have use A4*12 since A4 is in years and we need a value in months. Note that Excel displays the result in red to indicate an outgoing flow of cash. If you do not like the negative value edit the formula to read = PMT(B/12, A4*12, 1000). Editing a Formula When a simple formula needs to be changed one may merely re-type it. At other times it may be better to edit the existing formula. There are two ways to start the process: (1) double click on the cell, or (2) press 2. Once you are in edit mode (the Status Bar will display Edit rather than Ready) you can focus on either the cell or on the Formula Bar when making your changes. When a cell containing a formula is in edit mode, those cells that are referenced by the formula are outlined by coloured range finders as shown in the figure below. These provide an excellent, visual means of checking a formula. Figure 11

8 8 Formulas and Functions The formula in B6 of the worksheet above needs editing before it is copied because we wish the references to the row (row ), which has the rate values, and those to the column (column A), with the year values, to remain unchanged. The reference to B (the principal) must not change at all when we copy the formula. The correct formula is =PMT(B$/12, A$6*12, $B$). Double click B6 twice to move to Edit mode and adjust the references using the 4 key. Remember you can move about within the formula by clicking the mouse or by use of the l and r keys. Having returned to Ready mode by clicking the T in the Formula Bar, we may complete the table by dragging the fill handle of B6 down to row 10 and across to column G. Some Common Functions Excel places its functions into categories. Here we will look as some of the more commonly used functions in the Mathematical, Statistical and Financial categories. We will not look at the text, logical or engineering functions. Mathematical: ABS Returns the absolute value of a number the value without a sign. Thus if A1 contains the value 100, then =ABS(A1) returns the value 100. LOG Returns the logarithm of a number. If B2 contains the value 100, then =LOG(B2) returns the value 2. See the Excel Help facility for more on LN, LOG and LOG10. ROUND Returns a number rounded to the required level. The most common use in business calculations is to return a value to two decimal places since this is how we work with currency. The formula =ROUND(C1*1%, 2) find 1% of the value in C1 and rounds it to two decimal places. Note that we are permitted to perform calculations within the function. The formula =ROUND(C2, -2) returns the value in C2 rounded to the nearest hundred. The ROUND function uses the simple rule of round down when the value to be rounded is less than and round up otherwise. There is no function to round to an even number when the number to be rounded is exactly. Excel, does however, provide the functions ROUNDUP and ROUNDDOWN. SQRT Returns the square root of a positive number. If G1 contains the value 9, then =SQRT(G1) returns. IF G1 contains -9, the formula returns the #NUM! error value. SUM This function returns the sum of a range of values. Thus SUM(A1:A100) will sum all the numbers in the range A1:A100. Note that any non-numerical values in the range are ignored. Statistical AVERAGE Returns the average of a range. Thus =AVERAGE(A1:A20) returns the average value of the numbers in A1:A20. Non-numerical values are totally ignored. COUNT Returns a count of how many values there are in a range. If A1:20 has 6 numeric values and 14 text values then =COUNT(A1:A20) will return the value 6. See also COUNTA in Excel Help. LARGE Returns the k-th largest value in a range. The formula =LARGE(A1:A20,2)

9 Formulas and Functions 9 MAX MIN SMALL returns the second largest number in A1:A20. Returns the maximum value in a range. Returns the smallest value in a range Returns the k-th smallest value in a range; thus =SMALL(A1:A20, 2) returns the second smallest numerical value in A1:A20. Financial Many of the financial functions are concerned with the fact that the value of money varies with time. The present value (pv) is a value today while the future value (fv) is a value in the future. These two are related by the interest rate (rate) and the number of periods (nper) for the accumulation of compound interest. These terms (pv, fv, rate and nper) are used by Excel as the names of arguments and of functions. PV FV RATE PMT Suppose you have a financial document that states that the bearer will be given a sum of money (say, 1,000) in years time. This is the future value. How much is this worth today? What is its present value. The PV function will compute this but you must tell it what interest rate to use. You deposit a sum of money (say 1,000) in a savings deposit that pays a certain rate of interest monthly. How much will you have in the bank in years? The 1,000 is the present value. The FV function will compute the future value. If you know the present value and the future value (and the time between), the RATE function will compute the rate of return on the money. This function may be used to compute the periodic payments (generally, monthly) on a loan or to compute how much must be saved periodically in order to achieve a set goal. Getting Help with Worksheet Functions It is, unfortunately, not easy to get the Help facility of Excel 2000 to show you a list of all the worksheet functions. Here is one way to get a list of financial functions. Using either the Office Assistant or the Assistant Wizard tab in the full Help facility, search for PV. Open the open dealing with the PV worksheet on and within it click on See also. In the resulting dialog box, click on Financial functions. A complete list of Excel s financial worksheet functions is then displayed. To get a list of statistical functions, start the process with Average. Starting with Sum will get you the Mathematical and Trig functions. Nesting Formulas A formula may be used as an argument for another formula. This is called nesting. Suppose we have data in A1:A100 and need the sum of these numbers rounded to two decimal places. We could enter in A101 =SUM(A1:A100) and in A101 =ROUND(A101,2) in A101. However, nesting allows us to achieve the same result with one formula: we could use =ROUND(SUM(A1:A100), 2) in A101. It is important to learn how to interpret nested formulas for in that way you will learn how to use them. The functions are evaluated by Excel working from the inside to the outside. So in our case, Excel finds the sum and then rounds it two decimal places. Note how the evaluation is the same as if we had used two separate formulas.

10 10 Formulas and Functions The function in A1 is said to be nested to two levels - one or more of the arguments of the outside function is itself a function. We have a function within a function. Nesting is permitted up to seven levels. Here is another example. We have some data in columns A and B (say A1:A100 and B1:B100) and we wish to have the larger sum of the two in C1. We could use =SUM(A1:A100) in A101 and =SUM(B1:B100) in B101, and use =MAX(A101, B101) in C1. The alternative is to use in C1 =MAX(SUM(A1:A100), SUM(B1:B100)). Returning to the first example: we have found the rounded value of the sum of the numbers. Could we find the sum of the rounded values? That is to say, could we use =SUM(ROUND(A1:A100,2)). The answer is No! The syntax of ROUND is =Round(number, digits). The first argument must be a single number; it cannot be a range. The IF function The IF function has the syntax =IF(logical-test, true-value, false-value). It is easier to understand this with an example. The values in column B of Figure 12 represent the marks earned by students in a class. The IF function is used in column C. For example in C2 we have =IF(B2>=0,1, "Pass1","Fail"). The logical-test is B2>=0. Read this as test if B2 is greater than or equal to 0." When this logical-test is true, the function returns the value of the second argument. In our case this is the text Pass. When the logical-test is not true, the third argument is returned. The function has been changed in Figure 1 to read =IF(B2>=0,"Pass",""). The third argument is an empty text string. A B C 1 Student Mark Comment 2 Mary 0 Pass John 4 Fail 4 Anthony 60 Pass Henry 70 Pass 6 Jane 80 Pass Figure 12 A B C 1 Student Mark Comment 2 Mary 0 Pass John 4 4 Anthony 60 Pass Henry 70 Pass 6 Jane 80 Pass Figure 1 The logical-test has the form expression-2 comparison operator expression-2. The comparison operator are: Operator Meaning Example = (equal sign) Equal to A1=B1 > (greater than sign) Greater than A1>B1 < (less than sign) Less than A1<B1 >= (greater than or equal to sign) Greater than or equal to A1>=B1 <= (less than or equal to sign) Less than or equal to A1<=B1

11 Formulas and Functions 11 <> (not equal to sign) Not equal to A1<>B1 You should convince yourself that these two formulas are equivalent: =IF(B2>=0,"Pass","Fail") and =IF(B2<0,"Fail","Pass"). The IF function may be nested up to seven levels. Suppose that the commission earned by a salesforce is governed by these rules: A B C D E F G H Salesperson Sales Commission rate Commsssion Tim,000 2.% 7.00 =D2*C2 Joanna 6,000.0% Nicky,00.0% Justin 12, % 1,20.00 Damian 8,000.0% Figure 14 Sales Commission rate up to 4,999 2.%,000 to 9,999 % 10,000 and up 10% =IF(B2<000, 2.%, IF(B2<10000, %,10%)) In Figure 14 we find the commission rate and the actual commission. The formula in C2 is =IF(B2<000, 2.%, IF(B2<10000, %, 10%) ). In the outer IF we test to see if the sales figure is less than 000. If this is true then we return the value 2.% for the commission rate. If the test fails, we make a second test with the inner IF (note that it does not need an equal sign.) The inner IF tests if the sales is less than 000 and it returns % if the test is true or 10% if it is false. We could have coded this as =IF(B2>=10000,10%, IF(B2>=000, %, 2.%), or =IF(B2> ,10%, IF(B2> , %, 2.%). When you find yourself coding an IF with more than two levels of nesting (i.e three or more IF s in one formula), you should read the Excel Help to learn how to use either HLOOKUP or VLOOKUP. Here is a more complicated IF problem. The commission is paid using these rules: Sales Commission rate first,000 2.%,001 to 10,000 % over 10,000 10% Figure 1 shows a possible solution. Of course, the last argument in C2's formula (000*2.%) could be replaced by the simple value 12. Once you are able to get a worksheet operating correctly you may wish to consolidate some of the formulas. In this

12 12 Formulas and Functions case, the four formulas in C2:F2 could be replaced by one formula: =IF(B2<001, B2*2.%, 12)+IF(B2<001, 0, IF(B2<10001, (B2-000)*%, 20)+IF(B2<10001, 0, (B )*10%) But formulas this large are error prone! A B C D E F G H I J Salesperson Sales 2.%.0% 10.0% Total Tim, =SUM(C2:E2) Joanna 6, Nicky, Justin 12, Damian 8, Figure 1 =IF(B2<001, 0, IF(B2<10001, (B2-000)*%, ( )*%)) =IF(B2<001, B2*2.%, 000*2.%) =IF(B2<10001,0, (B )*10% Array Functions As you get more proficient with Excel you will meet functions which return values to more than one cell. These are called array functions. There are two important steps when entering an array function: 1) Before typing the formula, you must select the range of cells required by the function. 2) Once you have entered the function it must be completed using the three keys C+S+R. DO NOT try to complete the function using the green check mark in the Formula bar. Error values Sometimes when you enter a formula, Excel returns one of its error message values indicating that something is wrong. Error value Meaning ###### The column is too narrow to display the result. The solution is (a) alter the format to show fewer decimal places or (b) make the column wider #VALUE! One of the arguments in a formula has the wrong type. For example if A1 contains text and B1 the formula = A1/2, B1 will display #VALUE!

13 Formulas and Functions 1 #DIV/0! #NAME! #N/A An attempt has been made to divide by zero (the operation is said to be undefined). Suppose column A contains last years sales values for various items and B contains this years. In C you are computing the percentage change with the formula =(B2-A2)/A2. This formula has been copied down the column. But there are some new items this year so some of the A values are zero and the #DIV/0! results. Change the formula to =IF(A2>0, (B2-A2)/A2, NA()) or =IF(A2>0, (B2-A2)/A2, ). The most common reason for this is a typo error. Thus if you enter =AVEREGE(A1:A100) you will get this error message - you meant to type AVERAGE. This is not always an error. It simply means not applicable or not available - see the example under #DIV/0! above. #REF! Suppose B2 contains the formula =A2*2 and you copy this to A. Excel cannot adjust the reference to A2 since there is no column to the left of column A. The cell will display the #REF! error. #NUM! #NULL! This results when a non-numeric value is used as a numeric argument in a function. This results when Excel cannot determine which intersection is being referenced - a topic beyond the scope of these notes. Giving Names to Cells The worksheet in Figure 16 is used to compute the pay for casual workers. The formulas used are: D8: =B8*C8 E8: =ROUND(D8*$B$,2) F8: =$B$+$B$4 The $ symbols are used to make absolute references so that we may copy the formulas in D8:F8 down to row A B C D E F G Payroll calculation Union.00 Health 10 Tax 12.0% Staff Rate Hours Gross Tax Other Net Nicky Justin Rebecka Daniel Tim Jo Figure 16

14 14 Formulas and Functions The alternative to using absolute references is to name the cells. This has a number of advantages. The primary one is to reduce errors. It is very easy to make a typo and enter something like F when you meant B. However, if the cell B has a name such as Union you need not remember its location; its name tells you its purpose. In addition, naming cells makes it easier to refer to cells on different sheets. To name the cells in B:B with the names in A:A begin by selecting A:B and use the command Insert Name Create. This opens the dialog box shown in Figure 17. You may find the text in this box misleading: Create names in Left column. If you read this as: Create names from Left column it may make more sense to you. Generally, Excel automatically picks the correct location for the names. Click the OK button. Figure 17 We will look at two ways of using the newly created names. The first method is the one to use if the names are created in a worksheet before their cells are referenced. Delete the formula in E8 and retype it as =ROUND(D8*Tax,2). There is a slightly quicker way that saves you having to type the name. You will recall that cell references may be entered into formulas using the point-and-click method. When a cell has a name, this method automatically uses its name rather than its reference. Delete the entry in E8 and type =ROUND( then click on D8, type a period, click on B and complete the formula. Note how the name Tax appears. The second way is generally used when you name a cell after using its reference in formulas. Select F8:F1 and use the command Insert Name Apply to bring up the dialog box shown in Figure 18. Click the OK button we do not have space here to go into the options on the dialog. Within the selected range, all references to cells with names are now replaced by their respective names. We have looked at single cells with names. We may also name ranges. For example we could name G8:G1 as Net. This name could be used in a formula such as =SUM(Net). So far we have used names that appear as text labels and have used the command Insert Name Create to make these names. If you do not wish to have actual names on the worksheet use the command Insert Name Define to name a cell or a range. To see a list of named cells and ranges use the command Insert Name Paste Paste List. Be sure that the cursor is at the top of an unused area of your worksheet when you do this, otherwise the output could overwrite previously entered material. Remember the Undo button when disaster strikes. There are special rules for valid names but we will follow some simple ones: 1) start the name with a letter of the alphabet and 2) use only letters and digits and the underscore

15 Formulas and Functions 1 character in a name. You cannot use a name that could be mistaken for a cell reference (such as X1.) If you use the Insert Name Create method with such a name in one of the text cells, Excel will actually call it X1_. This is, an underscore is added to the name. The same applies to the two names R and C; these become R_ and C_. Note that names are not case sensitive, so TAX, Tax and tax are the same name. A name defined on one sheet may be referenced on another. If two sheets have cells with the same name then the name specific to the sheet is used in formulas. If two sheets define cells using the same name do not try to refer to either of them in a third sheet. The Danger of Range Labels Starting with Excel 97, it became possible to use range labels in formulas. So for example, without making any special provision (i.e. without creating or defining names) we could in cell D8 of the worksheet shown in Figure 16 use the formula =Rate*Hours in place of =B8*C8. When this feature was introduced it was sometimes referred to natural language formulas. However, it is possible to have too much of a good thing! Because the range label could mean a single cell or the entire range depending where it was used, too many people made some bad mistakes. In Excel 2000 this feature is, by default, switched off. To turn it on (and do this only after careful thought!) use the command Tools Options, open the Calculation tab and check the Allow labels in formulas box. You are urged to deselect this after experimenting with it.

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

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

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

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

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

SOME EXCEL FORMULAS AND FUNCTIONS

SOME EXCEL FORMULAS AND FUNCTIONS SOME EXCEL FORMULAS AND FUNCTIONS About calculation operators Operators specify the type of calculation that you want to perform on the elements of a formula. Microsoft Excel includes four different types

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

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

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

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

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

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

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

More information

Commonly Used Excel Formulas

Commonly Used Excel Formulas Microsoft Excel 2007 Advanced Formulas Windows XP Look Up Values in a List of Data: Commonly Used Excel Formulas Let's say you want to look up an employee's phone extension by using their badge number

More information

Formulas & Functions in Microsoft Excel

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

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. Formulas, Functions, & Macros. Documented by Vincent J. Yanusauskas Computer Training Coordinator

MICROSOFT EXCEL 2010. Formulas, Functions, & Macros. Documented by Vincent J. Yanusauskas Computer Training Coordinator MICROSOFT EXCEL 2010 Formulas, Functions, & Macros Documented by Vincent J. Yanusauskas Computer Training Coordinator Introduction This handout was created to familiarize the user with the most common

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

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

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

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

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

A User Manual for Benefit Cost Analysis Using Microsoft Excel

A User Manual for Benefit Cost Analysis Using Microsoft Excel A User Manual for Benefit Cost Analysis Using Microsoft Excel Canesio Predo National Abaca Research Center Leyte State University Baybay, Leyte, Philippines David James Ecoservices Pty Ltd NSW, Australia

More information

What is Microsoft Excel?

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

More information

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

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

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

MICROSOFT EXCEL FORMULAS

MICROSOFT EXCEL FORMULAS MICROSOFT EXCEL FORMULAS Building Formulas... 1 Writing a Formula... 1 Parentheses in Formulas... 2 Operator Precedence... 2 Changing the Operator Precedence... 2 Functions... 3 The Insert Function Button...

More information

ACADEMIC TECHNOLOGY SUPPORT

ACADEMIC TECHNOLOGY SUPPORT ACADEMIC TECHNOLOGY SUPPORT Microsoft Excel: Formulas ats@etsu.edu 439-8611 www.etsu.edu/ats Table of Contents: Overview... 1 Objectives... 1 1. How to Create Formulas... 2 2. Naming Ranges... 5 3. Common

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

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

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

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 Functions (fx) Click the Paste Function button. In the Function Category select All. Scroll down the Function Name list And select SUM.

Excel Functions (fx) Click the Paste Function button. In the Function Category select All. Scroll down the Function Name list And select SUM. Excel Functions (fx) Excel has prewritten formulas called functions to help simplify making complicated calculations. A function takes a value or values, performs an operation, and returns a result to

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

How To Analyze Data In Excel 2003 With A Powerpoint 3.5

How To Analyze Data In Excel 2003 With A Powerpoint 3.5 Microsoft Excel 2003 Data Analysis Larry F. Vint, Ph.D lvint@niu.edu 815-753-8053 Technical Advisory Group Customer Support Services Northern Illinois University 120 Swen Parson Hall DeKalb, IL 60115 Copyright

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

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

How To Use Excel 4.4.2.2 On A Computer Or A Computer With A Cell Phone Or Cell Phone

How To Use Excel 4.4.2.2 On A Computer Or A Computer With A Cell Phone Or Cell Phone M04_GASK8219_01_SE_C04E.qxd 6/30/10 7:53 AM Page 241 chapter 4 Excel 2010 Use Financial and Lookup Functions, Define Names, and Validate Data OUTCOMES At the end of this chapter you will be able to: PROJECT

More information

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

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

More information

Excel 2010 Level 2. Computer Training Centre, UCC, tcentre@ucc.ie, 021-4903749/3751/3752

Excel 2010 Level 2. Computer Training Centre, UCC, tcentre@ucc.ie, 021-4903749/3751/3752 Excel 2010 Level 2 Computer Training Centre, UCC, tcentre@ucc.ie, 021-4903749/3751/3752 TABLE OF CONTENTS What s New in Excel 2010? 1 The File Menu 1 Enhanced Ribbon Toolbar 1 Sparklines 2 Slicer 2 Macro

More information

Introduction to Microsoft Excel 2010

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

More information

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

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

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

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

Years after 2000. US Student to Teacher Ratio 0 16.048 1 15.893 2 15.900 3 15.900 4 15.800 5 15.657 6 15.540

Years after 2000. US Student to Teacher Ratio 0 16.048 1 15.893 2 15.900 3 15.900 4 15.800 5 15.657 6 15.540 To complete this technology assignment, you should already have created a scatter plot for your data on your calculator and/or in Excel. You could do this with any two columns of data, but for demonstration

More information

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

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

More information

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

Microsoft Excel - XP Intermediate

Microsoft Excel - XP Intermediate Microsoft Excel - XP Intermediate Financial Functions Goal Seeking Variable Tables IF Statements AND & OR Functions Mathematical Operations Between Separate Sheets Mathematical Operations Between Separate

More information

Excel Intermediate. Table of Contents UPPER, LOWER, PROPER AND TRIM...28

Excel Intermediate. Table of Contents UPPER, LOWER, PROPER AND TRIM...28 Excel Intermediate Table of Contents Formulas UPPER, LOWER, PROPER AND TRM...2 LEFT, MID, and RIGHT...3 CONCATENATE...4 & (Ampersand)...5 CONCATENATE vs. & (Ampersand)...5 ROUNDUP, and ROUNDDOWN...6 VLOOKUP...7

More information

Name: Class: Date: 9. The compiler ignores all comments they are there strictly for the convenience of anyone reading the program.

Name: Class: Date: 9. The compiler ignores all comments they are there strictly for the convenience of anyone reading the program. Name: Class: Date: Exam #1 - Prep True/False Indicate whether the statement is true or false. 1. Programming is the process of writing a computer program in a language that the computer can respond to

More information

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

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

More information

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

PA Payroll Exercise for Intermediate Excel

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

More information

ACS Microcomputer Workshop Excel: Functions and Data Analysis Tools

ACS Microcomputer Workshop Excel: Functions and Data Analysis Tools ACS Microcomputer Workshop Excel: Functions and Data Analysis Tools Introduction The Excel software package consists of three basic parts: its electronic spreadsheet, graphics, and database utilities.

More information

Preface of Excel Guide

Preface of Excel Guide Preface of Excel Guide The use of spreadsheets in a course designed primarily for business and social science majors can enhance the understanding of the underlying mathematical concepts. In addition,

More information

Excel 2010 Formulas & Functions

Excel 2010 Formulas & Functions Excel is the world s premier spreadsheet software. You can use Excel to analyze numbers, keep track of data, and graphically represent your information. With Excel 2010, you can manage more data than ever,

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

Commission Formula. Value If True Parameter Value If False Parameter. Logical Test Parameter

Commission Formula. Value If True Parameter Value If False Parameter. Logical Test Parameter Excel Review This review uses material and questions from Practice Excel Exam 1 found on the Lab Exam 2 Study Guide webpage. Print out a copy of Practice Excel Exam 1. Download the Practice Excel Exam

More information

Essential Skills for Spreadsheets Microsoft Excel 2007. TR Leger Adult Literacy and Employment Preparation Program

Essential Skills for Spreadsheets Microsoft Excel 2007. TR Leger Adult Literacy and Employment Preparation Program Essential Skills for Spreadsheets Microsoft Excel 2007 TR Leger Adult Literacy and Employment Preparation Program Table of Contents Computer Course Pre-Evaluation...5 Introduction to Microsoft Excel 2007...6

More information

Probability Distributions

Probability Distributions CHAPTER 5 Probability Distributions CHAPTER OUTLINE 5.1 Probability Distribution of a Discrete Random Variable 5.2 Mean and Standard Deviation of a Probability Distribution 5.3 The Binomial Distribution

More information

How To Use Excel To Compute Compound Interest

How To Use Excel To Compute Compound Interest Excel has several built in functions for working with compound interest and annuities. To use these functions, we ll start with a standard Excel worksheet. This worksheet contains the variables used throughout

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

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

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

Using Microsoft Excel 2010

Using Microsoft Excel 2010 Unit 5 Using Microsoft Excel 2010 Unit Objectives This unit includes the knowledge and skills required to analyze information in an electronic worksheet and to format information using functions specific

More information

Advanced Microsoft Excel 2013

Advanced Microsoft Excel 2013 Advanced Microsoft Excel 2013 Introduction Microsoft Excel is program designed to efficiently manage spreadsheets and analyze data. It contains both basic and advanced features that anyone can learn. Once

More information

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

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

More information

Excel Basics for Account Reconciliation

Excel Basics for Account Reconciliation Excel Basics for Account Reconciliation Excel Basics for Acct Recon Training Guide 1 Table of Contents Introduction... 5 Overview... 5 Course objectives... 5 Lesson 1 Getting Started... 6 Overview... 6

More information

Using Basic Financial and Logical Functions

Using Basic Financial and Logical Functions LESSON 8 Using Basic Financial and Logical Functions 8.1 After completing this lesson, you will be able to: Use the PMT function to forecast loan payments. Calculate cumulative interest. Compute investment

More information

How To Use Excel With A Calculator

How To Use Excel With A Calculator Functions & Data Analysis Tools Academic Computing Services www.ku.edu/acs Abstract: This workshop focuses on the functions and data analysis tools of Microsoft Excel. Topics included are the function

More information

MBA Quantitative Methods PC-Exercises Introductory Examples

MBA Quantitative Methods PC-Exercises Introductory Examples MBA Quantitative Methods PC-Exercises Introductory Examples intro.xls intro_with_output.xls intro.doc For all Examples you need the file intro.xls. The file intro_with_output.xls is the file with the results

More information

Computer Training Centre University College Cork. Excel 2013 Level 1

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

More information

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

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

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

More information

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

How to Use Excel 2007

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

More information

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

Excel -- Creating Charts

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

More information

MODELLING. IF...THEN Function EXCEL 2007. Wherever you see this symbol, make sure you remember to save your work!

MODELLING. IF...THEN Function EXCEL 2007. Wherever you see this symbol, make sure you remember to save your work! MODELLING IF THEN IF...THEN Function EXCEL 2007 Wherever you see this symbol, make sure you remember to save your work! IF.Then Function Some functions do not calculate values but instead do logical tests

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

Formulas, Functions and Charts

Formulas, Functions and Charts Formulas, Functions and Charts :: 167 8 Formulas, Functions and Charts 8.1 INTRODUCTION In this leson you can enter formula and functions and perform mathematical calcualtions. You will also be able to

More information

Excel Formulas & Graphs

Excel Formulas & Graphs Using Basic Formulas A formula can be a combination of values (numbers or cell references), math operators and expressions. Excel requires that every formula begin with an equal sign (=). Excel also has

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

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

Introduction to MS EXCEL 2007 Data entry & formatting Using formulas & functions Presenting data with charts Database features in Excel

Introduction to MS EXCEL 2007 Data entry & formatting Using formulas & functions Presenting data with charts Database features in Excel Introduction to MS EXCEL 2007 Data entry & formatting Using formulas & functions Presenting data with charts Database features in Excel Introduction to MS Excel 2007 2 Table of Contents Getting started

More information

MICROSOFT WORD TUTORIAL

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

More information

Using Pivot Tables in Microsoft Excel 2003

Using Pivot Tables in Microsoft Excel 2003 Using Pivot Tables in Microsoft Excel 2003 Introduction A Pivot Table is the name Excel gives to what is more commonly known as a cross-tabulation table. Such tables can be one, two or three-dimensional

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

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

Microsoft Excel: Formulas, Formulas...

Microsoft Excel: Formulas, Formulas... Microsoft Excel: Formulas, Formulas... Northern New York Library Network 6721 US Hwy 11 Postdam, NY 13676 877-833-1674 or 315-265-1119 www.nnyln.org Jim Crowley C3 - Crowley Computer Consulting 9148 State

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

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

Ohio University Computer Services Center August, 2002 Crystal Reports Introduction Quick Reference Guide

Ohio University Computer Services Center August, 2002 Crystal Reports Introduction Quick Reference Guide Open Crystal Reports From the Windows Start menu choose Programs and then Crystal Reports. Creating a Blank Report Ohio University Computer Services Center August, 2002 Crystal Reports Introduction Quick

More information

CSC102B Excel TUTORIAL

CSC102B Excel TUTORIAL COVER PAGE CSC102B Excel TUTORIAL 2003 and beyond, Lawrence Morales Excel Tutorial - Page 1 Excel Tutorial - Page 2 Intentionally blank for double-sided copies. TABLE OF CONTENTS COVER PAGE... 1 TABLE

More information

How To Understand And Understand A Function In Excel 3.5

How To Understand And Understand A Function In Excel 3.5 Microsoft Excel 2010 Microsoft Office Specialist 2010 Series COURSEWARE 3244 1 EXAM 77 888 Achieve more Microsoft Office Specialist 2010 Microsoft Excel Expert Certification 2010 Lesson 3: Formulas and

More information

EXCEL SPREADSHEET MANUAL

EXCEL SPREADSHEET MANUAL EXCEL SPREADSHEET MANUAL to accompany MATHEMATICS WITH APPLICATIONS, EIGHTH EDITION and MATHEMATICS WITH APPLICATIONS, FINITE VERSION, EIGHTH EDITION LIAL HUNGERFORD Paula Grafton Young Salem College J.

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