CSCU9B1/PDMU9L6 SPREADSHEETS 1: INTRODUCTION TO EXCEL

Size: px
Start display at page:

Download "CSCU9B1/PDMU9L6 SPREADSHEETS 1: INTRODUCTION TO EXCEL"

Transcription

1 CSCU9B1/PDMU9L6 SPREADSHEETS 1: INTRODUCTION TO EXCEL LEARNING OUTCOMES By the end of this workshop, students should be able to: Start Microsoft Excel. Enter labels, data and formulas in a spreadsheet. Select and format cells and groups of cells. Use relative, absolute and mixed addressing. Define names for cells in spreadsheets. Format cells. Construct spreadsheets to solve simple problems. TRANSFERABLE SKILLS The ability to use spreadsheets as a tool for general problem solving and what-if style calculations Remember to register your attendance Remember to check your student Remember to check out the CSCU9B1 web pages for any news and announcements SO WHAT IS A SPREADSHEET? A spreadsheet is a computerised ledger for recording data in a tabular arrangement of cells and performing calculations on that data. Basically, you can use a spreadsheet to perform all sorts of useful tasks involving numerical data, with the added facilities of a word processor, such as, cut-and-paste, formatting, etc. Each cell in a spreadsheet can contain numbers, text, formulas or built-in functions. The spreadsheet package we will use is Microsoft Excel, part of the MS Office suite. In addition to basic spreadsheet capabilities, Excel offers the user sophisticated formatting and updating facilities. Imagine preparing a financial projection or a table of student assignment marks containing totals or averages, only to discover you had made a simple arithmetic mistake affecting all your results. Even if you were using a word processor, you might have to retype large amounts of data. Using a spreadsheet, however, you could correct the mistake and any results would be immediately updated! Does this sound too good to be true? Read on Spreadsheet Basics» Start Excel: Double click on the Microsoft Excel icon on the desktop or find it via the Start menu. You will be presented with a new workbook entitled Book 1. Microsoft Excel calls each single set of spreadsheets a workbook and, perhaps confusingly, refers to spreadsheets as worksheets. COMPUTING SCIENCE & MATHEMATICS PAGE 1 OF 16

2 Moving Around the Workbook When you open Excel, your first spreadsheet is automatically opened for you. The active cell (i.e. the currently selected one) will be A1, at the top left corner of the worksheet. You can tell this either by looking at the spreadsheet grid (note that cell A1 has a darker outline) or by looking at the name box, or active cell address (immediately above the grid on the lefthand side). Each cell in the worksheet is referred to by its position within the grid. The columns are denoted by letters in alphabetical order while the rows are denoted by ascending numbers. The top left cell is A1; the cell to the right of it is A2; the cell below it is B1, etc. Columns use all the letters of the alphabet including the potentially confusing I and O. The columns to the right of column Z are AA, AB, AC,, AZ, BA, BB, BC,, etc. The bottom right cell is IV65536, which by my calculation means that there are almost certainly enough cells! To enter something in a cell you simply click on it (select it) and start typing. If the cell you want lies beyond the current screen display, the page can be scrolled using the scroll bars. You will soon find other ways of moving around the spreadsheet (for example, try the arrow keys). If you want to find out more about this, you can use the help facilities that Excel provides (see the Help section at the end of the worksheet). Entering Data With Excel you can enter three main types of data into a cell: text (or labels). A label is text that you enter to make your spreadsheet more readable. numbers formulas Pre-set functions are also available. We ll come back to them much later.» OK let s actually do something! First close the task pane on the right (the bit with the New workbook heading; we won t be using it just now! COMPUTING SCIENCE & MATHEMATICS PAGE 2 OF 16

3 » Make sure cell A1 is the active cell (if it s not just click on it!) and type in the text Weekly Wages. What you are typing will appear in the active cell active cell and in the input line.» Press the Return key. Look at the face of the workbook. It probably looks as though this label extends across several cells, but it doesn't! If you look at the input line Excel shows you what is contained in the active cell (i.e. the one that is highlighted). Cell A1 contains the whole label but if you move to cell B1, you will see from the input line that it is empty. Let's improve the appearance, however, by resizing column A.» Move the mouse between the headers for column A and column B. The cursor should change its appearance to indicate its new function. Click and drag the cursor to stretch column A to accommodate the width of the text.» Move to cell A3, type Hours Worked and enter it. To speed up the process, you can use the arrow keys to confirm your entry and move to an adjacent cell simultaneously. Clicking the green tick mark next to the input line, or using the tab key are other ways of confirming an entry. Remember, don't worry about making mistakes, Excel also has an undo button! If only life had an undo button!» Enter Rate of Pay in A4 and Amount Paid in A5. So far, all we ve entered is text. Next we will enter some numbers.» Enter the number 37.5 in B3» Press the down arrow key» Enter 5.65 in B4» Press the down arrow again. The active cell should now be B5. We want to calculate the result of multiplying B3 by B4 and put it in B5. How do we do this? We could: a) Work it out using a calculator and enter the answer (only joking!), or b) Tell Excel to do it for us! We need to enter a formula in cell B5. To tell Excel that you are entering a formula you must first type an equals sign (=). When you enter the equals sign as the first character in a cell, Excel will treat everything that follows as part of a formula. This has the advantage of allowing you to click on cells that you want to use in your formula instead of typing their names directly.» To illustrate this, make sure B5 is still the active cell and: type in the = symbol, then click on cell B3, then type in the multiplication sign (*), then click on cell B4. input line COMPUTING SCIENCE & MATHEMATICS PAGE 3 OF 16

4 Then press Return. Do you get the idea? We are telling Excel that we want cell B5 to display the result of multiplying the contents of cell B3 by the contents of cell B4 whatever they are! The value appears on the face of the workbook. (we'll sort the format later). But note that the input line shows the contents of the cell as =B3*B4. You may have to select B5 again to see this. You could just have typed in =37.5*5.65 but that's not much better than using a calculator; the answer will always be the same. Here the cell contains the formula =B3*B4 and not the value If you move to cell B4 and change its contents to 5.8 (just type it in) you will see that the value shown at cell B5 automatically changes to This is an example of automatic recalculation of formula. When the contents of a cell are changed, all cells, which reference this cell in their formulas (either directly or through other formulas) are recalculated. This is a Very Good Thing and it s one of the things that make spreadsheets so useful. You could also just have typed in =B3*B4 (instead of clicking on the cells). This has the same effect. Editing Cell contents The simplest way to edit the contents of a cell is to select the cell you want to change, retype the data and then press Return. This simply overwrites the previous contents of the cell. For example» Move to A1. Notice that the contents of the cell appear on the input line of the worksheet. You can simply start typing to replace the entire contents of the cell with something else or, more generally, click somewhere inside the input line and edit the text just as you would in a Word document.» Try it! Change the text to Weekly Wage Calculator.» Press Return.» The corrected label Weekly Wage Calculator should now appear on the face of the spreadsheet in cell A1. Resize the column to fit the contents again. (If you double click on the divider between column A and column B, column A should be resized to accommodate the text.) COMPUTING SCIENCE & MATHEMATICS PAGE 4 OF 16

5 Working with a Range of Cells Sometimes you may want to perform the same operation on a group of cells, for example, you may want to delete the contents of a range of cells. Rather than dealing with each cell individually, it is possible to select a group of cells and then perform the same operation on all of them simultaneously. For example, we can delete the cells from A1 to B5 like this:» Select the cells from A1 to B5. You can do this by clicking and dragging the mouse from A1 across and down to B5 (or by using the arrow keys to move from A1 to B5 while holding down the Shift key). The range of cells between the initial selection point and the current point will appear selected. We usually denote a range of cells as A1:B5, that is, the top left cell and the bottom right cell separated by a colon (:). If you select the wrong range of cells, just try again.» Having selected the range A1:B5, press the Delete key. All the contents of the cells in the block should now have disappeared. If you do this sort of thing by mistake, how can you undo your error?» Yes, that's right, undo it now! (I wonder if the advertising slogan Just undo it! would ever catch on?) Defining Cell Names Using cell addresses (like A1, B9, Z24 etc.) for cell references, is very convenient, just like grid squares on a map, but Excel allows you to define names for cells, which you can use in formulas instead of cell references, if you choose. For example:» Move to cell B3» Select the Naming Box to the left of the input line. Type in Hours_worked as a cell name.» Press Return. Notice that the Naming Box (top left corner next to the input line) now says Hours_worked (instead of B3). Remember, the cell A3 contains the text Hours worked, while the cell B3 is named Hours_worked. Don t get the two things confused and make sure it is B3 that you have given the name to and not A3.» Now define names for B4 and B5 (remember to click on each one first). We suggest Rate_of_pay and Amount_Paid as suitable names. The underscore characters are put in instead of spaces because spaces are not allowed in cell names. We can now use these names in the formula for calculating the total, like this:» Move back to B5:» Replace =B3*B4 with =Hours_Worked*Rate_of_Pay. Do it the smart way, build up the formula typing in the = sign and the * sign, but entering the cell COMPUTING SCIENCE & MATHEMATICS PAGE 5 OF 16

6 names by just clicking on the cell to add it to the formula. Ask for help if you get stuck.» Press Return. You can see the name of the cell B5 (Amount_Paid) and the names of the cells used to calculate the contents of it (Hours_worked and Rate_of_pay). When you give a cell name, the name belongs to that cell only, so using a cell name in a formula means that we always are referring to that particular cell. Names are great if you want fixed cell references, and also your formulas are a bit easier to understand. Sometimes you need more flexibility when referencing a cell; we ll see an example shortly. Formatting Cells We now want to improve the readability of the spreadsheet. There are various ways to change the formatting. First, we will make the title stand out more (in the same way as you would in Word)» Move to A1» Click on the Bold button from the Font panel on the Home tab.» Make the Amount Paid label bold and italic. Lovely! There are also standard, frequently used, formats for which there are buttons on the Number panel on the Home tab. We ll use these to format cells B3, B4 and B5, i.e. the range (B3:B5).» Select B4 and B5» Click on the currency speed button.» Now select B3 and choose the arrow in the bottom-right hand corner of the Number panel. Now you will be offered a bewildering selection of different ways to format the chosen cells. There are standard ones there, but you can customise your own format too. We ll do this for B3 so that it appears as 37.5 hours.» Select the Number tab if it is not already selected. Then select More Number Formats from the list.» Select Custom from the category list.» Replace whatever is in the Type box with 0.0 hours. Make sure you enter this exactly as shown. We are telling Excel that we want this cell to be formatted such that it displays numbers with one figure after the decimal point, followed by a string of characters, consisting of a space followed by the word hours. If you don t get this right ask for help!» Press OK COMPUTING SCIENCE & MATHEMATICS PAGE 6 OF 16

7 NB: If you select the cell and look at the input line you will see that it only contains the number 37.5 although on the face of the spreadsheet it is displayed as 37.5 hours. This is NOT the same as typing 37.5 hours directly into the cell. That would just be a cell containing a text label. What we have is cell containing numeric data, which is formatted!» To further illustrate this point try entering 37.5 hours directly into B3. Oh dear! The #VALUE! indicator means that you ve tried to make a calculation on something which is not a number. Clearly, you can t add 23 to abc. It just doesn t make sense! That s why we use custom formats to make the spreadsheet look nice while still allowing calculations to work.» Just undo the last step and all should be well again. Resizing Cells» Try shrinking and stretching the width of columns A and B. Remember how? You should see that Excel always tries its best to do something sensible. If you shrink a column with text in it, the text will either appear to overlap blank adjacent cells or will be truncated to fit the new size. Cells containing numeric data, however, will display hash (#) symbols to warn you that the cell width is insufficient to properly display the data. This is a Good Thing, since it prevents you from misreading numeric data. Think about it! Exercise We are almost finished with this spreadsheet, so play around with the Format tools in the Numbers panel for a minute or two. Try formatting individual cells or ranges of cells. We will return to formatting spreadsheets later. Note that in the drop-down menu on the Numbers panel, there are lots of pre-defined formats too. These might be useful for later exercises COMPUTING SCIENCE & MATHEMATICS PAGE 7 OF 16

8 THE POWER OF SPREADSHEETS Example 1 Spreadsheets are very useful for performing repetitive calculations very quickly and accurately. In addition, they can be used to re-evaluate results based on different what-if scenarios. This is a very powerful feature especially when combined with the facility to replicate formulas over a range of cells. We must tackle one issue before we can truly unleash the power, however, and that is how to move formulas around, known as replication. Cell Addressing There is no getting around the fact that this topic is a little tricky, so take your time and try to understand each step rather than just following the instructions. To recap; if we type the formula =B3*B4 into cell B5, as we did in the Wages calculator example, what does this actually mean? To illustrate the point, try this:» Create a new spreadsheet by selecting File: New. Choose to open a new blank workbook in the pane that appears. That will give you a generic empty spreadsheet, (just like a new Word document in Word). We are going to create a very simple loan repayment calculator (with apologies to any independent financial advisers).» Type in the adjacent text labels into the worksheet and resize the columns to accommodate their contents.» After you have done this, enter 6.75% in B3, Excel is smart enough to guess that you mean 6.75 percent.» In A6, enter the value 1000 and format the cell as currency.» In B6, enter the formula =A6+A6*B3. This is just the amount borrowed plus the annual interest (i.e. the C5 Monthly Repayment amount borrowed multiplied by the annual interest rate) to give the total amount repayable.» In C6 enter the formula =B6/12 to give the monthly repayment over 12 months.» In cell A7 enter the formula =A This should result in the value 2, appearing in A7 (including the currency formatting). The rest of column A, down to A20, should contain 3,000, 4,000 and so on down to 15,000 in A20. We could type them all in by hand but there s a better way.» Look at the selected cell; notice the bottom right corner of the cell has a single black square (handle).» Move the mouse over the handle until the cursor changes to become a black cross. Now click and drag In Cell A1 A3 A5 B5 Type in Loan Repayment Calculator Rate of Interest Amount Borrowed Total Repayable COMPUTING SCIENCE & MATHEMATICS PAGE 8 OF 16

9 down all the way to cell A20. Release the mouse button. With a bit of luck the desired series of numbers, correctly formatted, should be filled in and, if you click on each of the cells in turn, it should be apparent that Excel has replicated the formula from one cell to another. To put it another way, the contents of each cell is equal to the value from the cell immediately above plus Excel has copied the formula in a relative way. This is important (trust me!). Look at the contents of the cells A7, A8, A9 and so on. Do you see how each cell has a similar formula, but with the reference to the cell changed? Let us proceed. Replicate the formula from B6 down to B20. Oh dear!!!! Something has gone horribly wrong! To see what it is, look at the formula in B7. Can you see what the problem is? Excel has replicated the formula using relative cell references but the cell containing the interest rate (B3) should have been fixed. When we are moving formulas around, we need to be able to tell Excel that sometimes we want cell references to be relative and sometimes we want them to be fixed. In fact, we already know one way of making a fixed cell reference. We can give the cell a name!» Give the cell B3 the name Rate_of_Interest in the same way as we did in the Wages Calculator example above (using the Naming box).» Now redo the formula in B6. This time when you click on B3, the cell name should appear in the formula.» Try replicating the formula down to B20 again. The cell reference will remain fixed in the formula when it is copied. Excellent. So giving a cell a name means that when it is included in a formula it will remain fixed when the formula is replicated. Using the cell reference in a formula means that when the formula is replicated the cell reference will change relative to the destination cell. If you understand this, you understand spreadsheets! There is quicker and more flexible way of making a cell reference fixed, however. Try this» Move back to B6 and edit the formula (in the input line) so that the reference to Rate_of_Interest becomes $B$3 that is, insert the cell reference with a dollar sign ($) in front of the letter B and in front of the number 3. The formula should now read =A6+A6*$B$3.» Now replicate the formula down to B20. Does it look right? The results should be the same as before with the cell name. If not ask for help.» Replicate the formula in C6 down to C20. That should be straightforward!» Save your spreadsheet as loan.xls. COMPUTING SCIENCE & MATHEMATICS PAGE 9 OF 16

10 To summarize: Cell references in formulas are treated as relative, by default. To maintain the absolute (fixed) address of a cell in a formula, put the dollar ($) sign in front of both the column letter and the row number or give the cell a name. This last example illustrates the most important feature of using spreadsheets namely, using formulas to perform calculations and moving those formulas around. Quite simply, if you can get your head round this then you ve got it sussed! Make sure you follow what we have just done. Do it again if you want. Talk to a demonstrator to ensure you ve got the idea. Example 2 - Times Table Mixed addresses and cell formatting» Open a new workbook. Insert the numbers 1 to 25 in cells A1:Y1 along the top. There s a quick way to do this kind of thing using Excel s AutoFill feature. Just type in the numbers 1 and 2 in cells A1 and B1 respectively, then select the same two cells and then click and drag the fill handle across the remaining cells. Excel has guessed that what you want to do is to continue the pattern Column headers 1,2,3,4. This can be a very useful feature but should be used with caution, as Excel may not always guess the pattern correctly. Replicating a formula is a more reliable way of doing this kind of thing.» Reset the width of columns A:Y. Click and drag across the column headers and choose Format button on the Cells panel. From the menu that appears, choose Column Width. Give the columns a width of 3.» Enter 2 in cell A2 and fill down the remaining cells A3:A25 to display the numbers 1 to 25 in column A What we now want to do is to fill each cell in the range A1: Y25 with the result of multiplying the value at the left end of the row by the value at the top of the column. There are two ways of doing this: 1. Work them out with a calculator and type them in. Let s see, that s 625 calculations at about the rate of one calculation every 5 seconds, that s 52 minutes plus interruptions. 2. Use a formula and replicate it (that should take about 30 seconds). Hmmm! let s try method 2:» In cell B2 enter the formula =$A2*B$1. Notice the dollar sign only appears once in each cell reference, in the first case in front of the letter A and in the second case in front of the number 1. This is not a mistake! It indicates that only the column or the row will be fixed as we replicate the formula. This is called a COMPUTING SCIENCE & MATHEMATICS PAGE 10 OF 16

11 mixed cell reference (not relative or fixed - a bit of both!).» Now replicate the formula along row 2 to column Y and release the mouse but with the row still selected, drag the fill handle down to row 25. Now the whole table should be filled in! If not, then ask for help! Try clicking on a number of different cells. Look at the formula on the input line. It should always be the cell at the top of the column multiplied by the cell on the far left. The last little exercise is about as tricky as it gets! The next couple of exercises will help to make things clearer. But first... Formatting your Spreadsheet Let s clean it up a little, and make it look similar to the example shown! First, we will resize the columns» Select columns A to Y by clicking and dragging across the column headings and again choose Format from the Cells panel on the Home tab. This time choose Auto Fit Column Width. Excel automatically sets the width of each column selected to fit its contents. Let s put some labels on the spreadsheet; to do that we will have to add another row and column.» Select row 1 by clicking on the Row 1 Indicator at the extreme left of row 1 and choose Insert from the Cells panel. Choose Insert Sheet Rows. A new row will be inserted above where row 1 was, so the old row 1 is now row 2!» Select Column A and do the same as above, but this time choose Insert Sheet Columns. A new column will be inserted to the left of where Column A was, so the old Column A is now Column B! For labels, we'll just use the numbers from the original top row and left column.» Select cells B2 to B26. Choose Copy from the Clipboard panel.» Move to cell A2. Choose Paste from the Clipboard panel. Copy the values from B2:Z2 to B1:Z1 to make a new top row. Now let s make the first row and column bold.» Select B1:Z1 and click on the bold button from the Font panel. Do the same for A2:A26.» Resize Column A.» Next, we will add some borders using the Borders tool on the Font panel» Format your table so that the top row is underlined and the left column has a border down its right side.» If you can t find all the options you want you can choose More Borders from the Borders drop-down menu and use the options to customise the effect. The border pane in the centre of the dialog will show a representation of the cells that you have selected. The line pane allows you to choose a line style; just click on your chosen style and then select which borders you would like turned on either by clicking inside the border area or by using the buttons round it. Let s put some stripes on the spreadsheet to make it easier to read.» Select Cells B2:B26 (just click and drag over them). COMPUTING SCIENCE & MATHEMATICS PAGE 11 OF 16

12 » Select the Color Fill button from the Font panel and choose a colour under the Theme Colors heading. A pale colour is most suitable.» Do the same for each alternate column. To speed the process up, select one of the cells that you have just formatted, and then double-click the format painter button found on the Clipboard panel. Continue clicking and dragging over the cells you wish to format (i.e. each alternate column). When you have finished using the format painter, click on it once again to deselect it. Example Three Acme Widget Company You have just been appointed to the job of Head of Financial Planning for the Acme Widget Company (it could happen!). Your first task is to see if the company is capable of making a reasonable amount of profit. (NB A solution is provided at the end of this exercise but I recommend that you try it on your own first.) Here are the facts that you will use as the basis for your financial analysis: Raw Data Material Costs The raw materials required to construct a widget cost 50. To make one widget consumes 3 worth of electricity and 50p worth of water. Labour costs Capacity It takes one person two hours to make one widget (using a widget-maker). The gross labour costs are 4.65 per hour (dangerously close to the minimum wage!). The factory can hold, at most, 40 widget-making machines. Each machine requires one (fully occupied) person to operate it. Each person only operates one machine, and we assume that there are no other employees. Other running costs The monthly local authority tax on the building is 2,000 and the rent is 5,500 per month. Profit Margin The sales price of a widget is set to be 25% above the material costs not including labour. Assumptions Assume that employees and the factory operate for 8 hours per day, 30 days a month (to simplify calculations: So, how can you use an Excel spreadsheet to help you in this task? To start you off there is a template containing the raw data as detailed above.» Copy the folder Excel Worksheet 1 from the Groups (V:) CSCU9B1 folder to your own home directory. Open your copy of the file widgets.xlsx. If you can t find this file, or if the file contains data different to that given above, then ask for help. The Calculations The best way to answer this question is to try to break the problem down into smaller steps then work out a step at a time: 1. What is the materials cost of producing 1 widget? COMPUTING SCIENCE & MATHEMATICS PAGE 12 OF 16

13 2. How many widgets can one person produce in a month? 3. How much do those widgets cost to produce? (in terms of labour and materials) 4. How much do you sell the widgets for? 5. How much profit does that give? (Does it give a profit at all?) 6. How much profit for two people? How much for three?... and so on to the maximum number of people employed... When you ve worked out the final step you should have a table showing how profit relates to the number of people employed. Next session you ll see how to make a chart to illustrate this. This session you should ensure that your spreadsheet is clearly laid out, making appropriate use of formulas, labels and formatting (there s a bit about formatting at the end). General comments Don t be tempted to do calculations in your head and then fill in the result. The whole point of spreadsheets is to use the spreadsheet to do the calculations. In a test situation it also means that you won t be displaying your ability to use the spreadsheet and you ll lose marks. Another common fault is to insert numbers directly into formulas, rather than using cell references (e.g. in the sales price calculation, or in the number of widgets per month calculation). Using actual values in your spreadsheet like that makes it less flexible; it s much harder to do what if calculations (i.e. change one value and see how that affects the rest). Error values Here are the most common error values, what they mean, and strategies for getting rid of them. #, ##, ### and so on means the column isn t wide enough to show the value you ve calculated. Resize the column using Format: Column: Autofit Selection. #NAME! #VALUE! means you ve used a name that Excel doesn t recognise. Check your spelling, and if you re sure that s ok, then check the name is defined by looking at the list which appears when you choose Insert: Name: Define. means you ve tried to do a calculation with an inappropriate type. e.g. one of the numbers you re trying to add is actually a piece of text. Check your references point to the cells you think they do, especially with names. Note that when you select a named cell the name appears in the top right hand corner of the spreadsheet. You can also check this using Insert: Name: Define as above; the actual cell reference appears at the bottom of the window. If you re sure that the references are correct then check the contents of those cells; you may have added formatting as text rather than by using the format cells option. When you select the cell referenced the contents appears in the bar at the top. The Solution What is the materials cost of producing 1 widget? Work out the raw materials plus the electricity costs plus the water costs. In cell A7 insert the label Total materials cost per widget In cell B7 insert the formula =SUM(B4:B6). We could have used B4+B5+B6 but there are a large number of built-in functions available. We ll have a look at some of the more common ones next week. How many widgets can one person produce in a month? First of all, work out how many working hours there are in a month. In cell A16 put the label Hours per person per month COMPUTING SCIENCE & MATHEMATICS PAGE 13 OF 16

14 In cell B16 put the formula =B14*B15. We could be fussy and use $B$14*$B$15, but as long as we don t want to replicate the formula to some other location, the relative address will do! Our final objective is to produce a table showing how the net profit of the company varies with the number of people employed so Add the following headings in cells A19:E19. Employees Production Costs Income Profit The first calculation is for one person only, so put the number 1 in A20. Now we can do the rest of the calculations with respect to that one person. If you get the formulas right at this stage then making the calculations for more employees is easy. The Production (i.e. the total number of widgets produced) is the number of hours worked per person multiplied by the number of people, divided by the number of hours it takes to make one widget. Enter =(A20*$B$16)/$B$12 in cell B20. This should evaluate to 120 (i.e. each employee can produce 120 widgets per month) How much do those widgets cost to produce? First, work out how much it costs to pay one person for a month. In A17 enter the label Monthly wages per person. This will be the rate per hour times the number of hours per person per month, so: In B17 enter the formula =B16*B13. This should work out as 1,116. Next work out the fixed running costs for the factory. Assume that these are the same no matter how many widgets are produced or how many people are employed. Enter the label Total fixed costs in D6 and the formula =E4+E5 in E6. You should get 7,500. So, the total production costs will be the material costs per widget (B7) multiplied by the number of widgets produced (B20), plus the labour costs per person (B17) multiplied by by the number of employees (A20 ), plus the fixed running costs (E6). Enter the formula =($B$7*B20)+($B$17*A20)+$E$6 in cell C20 How much do you sell the widgets for? Selling price of individual widgets is the cost of materials (B7) plus profit margin (B8). Enter the label Selling price in cell A9 Enter the formula =B7+B7*B8 in cell B9. This should be Now we can work out the total income of the factory by multiplying the selling price of one widget (B9) by the number of widgets produced (B20). Enter the formula =$B$9*B20 in D20. This should be 8,025. How much profit does that give? (Does it give a profit at all?) Profit is the total income minus the total costs. Enter the formula =D20-C20 in cell E20 The first profit will be negative (-7,011), meaning it is not viable to run the factory with only one employee. COMPUTING SCIENCE & MATHEMATICS PAGE 14 OF 16

15 Notice that we've used relative and absolute addresses in the formulas. Think about why some are one and some are the other! Some of you might think that the relative addresses should really be mixed addresses and you'd be correct but we can get away without doing this because we will only be replicating formulas down columns and not across rows. How much profit for two people? How much for three?... OK. You ve done the calculations for one person but we want to know how the figures change as the number of employees increases from 1 to 40. In cell A21 enter the formula =A Now replicate this formula. Select A21 and move the cursor to the bottom right hand corner, so that it changes to a little black cross. Click and drag down for 38 cells. That should give 1 to 40 in the Column A. We know 40 is the maximum number of machines, and our only employees are widget machine operators.» Next do the same for each of the other formulas in the row above, i.e. B20, C20, D20 and E20. Select the formula, get the black cross, click and drag down. Alternatively, you could fill down the whole row. Ask and we ll show you how! Now you should have exactly what was required namely, a spreadsheet showing profit versus number of employees. If you get error values then you have probably missed out some of the $ signs in the formulas. Do you understand the power of spreadsheets now? Try doing that lot with a calculator!» Try changing some of the values; what if the profit margin changes to 35%? All the other calculations change too. This is the beauty of spreadsheets. Once the formulas are all in the spreadsheet they can be used over and over again with new data. You can t do that with a pencil and a bit of paper (well not so easily anyway). Next session you ll see how to make a chart to illustrate the example graphically. Formatting the Cells» Use the currency speed button to quickly format relevant cells as currency. Use the custom style for numbers to add widgets or hours after a value. Use shading to make certain columns of the table stand out. Conditional formatting It is possible to apply cell formatting, which is conditional on the cell contents. To illustrate this, select the range of cells E20:E59, that is, the column under the profit heading.» Choose Conditional Formatting from the Styles panel. This will bring up the Conditional formatting menu. Choose Highlight Cell Rules and then Less Than...» In the dialogue that appears, enter 0 and then choose a formatting action from the drop-down list.» Choose the Light Red Fill with Dark Red Text option. This should cause any negative values in the profit column to appear in red and, what s more, if you change, for example, the profit margin to 35% the colour formatting of the profit column should be updated along with the recalculation of the values. COMPUTING SCIENCE & MATHEMATICS PAGE 15 OF 16

16 Naming Cells If we click on a cell to insert it into a formula and that cell has been given a name, then the effect is the same as using a fixed or absolute address. The decision is yours; just decide which is more to your liking.» Save your spreadsheet: you ll need it next week. Checkpoint At this point show your times table and your completed widget spreadsheets to a tutor. Both spreadsheets must make correct use of formulas. The widgets spreadsheet must show the cost of producing widgets for 1-40 employees. Next Time Next time, we ll use spreadsheets to do charts & graphs (and see how to include them in Word documents). We ll also cover sorting data in a worksheet, and clever-yet-simple functions like SUM() and AVERAGE(). Looking Ahead There is one more spreadsheets worksheet, and the week after that there will be a class test on Spreadsheets. This will involve carrying out some tasks in Excel. It s an open book test, so you can have your notes with you, BUT to give yourself a good chance of doing well in the test you should make sure you are familiar with the material before you come. Do all of the workshop exercises. Twice if necessary! COMPUTING SCIENCE & MATHEMATICS PAGE 16 OF 16

Lecture- 5. Introduction to Microsoft Excel

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

More information

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

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

More information

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

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

More information

Introduction to Microsoft Excel 2010

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

More information

DOING MORE WITH EXCEL: MICROSOFT OFFICE 2013

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

More information

INFORMATION SHEET 24002/1: AN EXCEL PRIMER

INFORMATION SHEET 24002/1: AN EXCEL PRIMER INFORMATION SHEET 24002/1: AN EXCEL PRIMER How to use this document This guide to the basics of Microsoft Excel is intended for those people who use the program, but need or wish to know more than the

More information

Excel Basic: Create Formulas

Excel Basic: Create Formulas Better Technology, Onsite and Personal Connecting NIOGA s Communities www.btopexpress.org www.nioga.org [Type Excel Basic: Create Formulas Overview: Let Excel do your math for you! After an introduction

More information

Microsoft Excel 2010 Handout

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

More information

Microsoft Excel Important Notice

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

More information

Kenora Public Library. Computer Training. Introduction to Excel

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

More information

M i c r o s o f t E x c e l A d v a n c e d P a r t 3-4. Microsoft Excel Advanced 3-4

M i c r o s o f t E x c e l A d v a n c e d P a r t 3-4. Microsoft Excel Advanced 3-4 Microsoft Excel 2010 Advanced 3-4 0 Absolute references There may be times when you do not want a cell reference to change when copying or filling cells. You can use an absolute reference to keep a row

More information

Editing and Formatting Worksheets

Editing and Formatting Worksheets LESSON 2 Editing and Formatting Worksheets 2.1 After completing this lesson, you will be able to: Format numeric data. Adjust the size of rows and columns. Align cell contents. Create and apply conditional

More information

Using Microsoft Excel

Using Microsoft Excel About Excel Using Microsoft Excel What is a Spreadsheet? Microsoft Excel is a program that s used for creating spreadsheets. So what is a spreadsheet? Before personal computers were common, spreadsheet

More information

ECDL Module 4 REFERENCE MANUAL

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

More information

The Excel Project: Excel for Accountants, Business People... from the Beginning Duncan Williamson

The Excel Project: Excel for Accountants, Business People... from the Beginning Duncan Williamson The Excel Project: Excel for Accountants, Business People... from the Beginning Duncan Williamson Introduction In this book you will see that we use Excel 2007 as the focal point of much of the work we

More information

Using Microsoft Excel

Using Microsoft Excel Using Microsoft Excel Excel contains numerous tools that are intended to meet a wide range of requirements. Some of the more specialised tools are useful to people in certain situations while others have

More information

Excel Tutorial 1

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

More information

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

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

More information

PART 7. Getting Started with Excel

PART 7. Getting Started with Excel PART 7 Getting ed with Excel When you start the application, Excel displays a blank workbook. A workbook is a file in which you store your data, similar to a three-ring binder. Within a workbook are worksheets,

More information

1) Merge the cells that contain the title and center the title

1) Merge the cells that contain the title and center the title Supplies: You will need a storage location to save your spreadsheet for use in Session 2. You will need the 2 handouts pertaining to Session 1 Instructions: Follow the directions below to create a budget

More information

EXCEL BASICS: MICROSOFT OFFICE 2010

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

More information

Welcome to Introduction to Microsoft Excel 2010

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

More information

Good Practice Guide No 8. An Introduction to Spreadsheets for Finance

Good Practice Guide No 8. An Introduction to Spreadsheets for Finance Good Practice Guide No 8 An Introduction to Spreadsheets for Finance WYCAS provides a range of specialist services designed to meet the needs of the third sector One to one support and training Preparation

More information

Prepared By: Graeme Hilson. U3A Nunawading

Prepared By: Graeme Hilson. U3A Nunawading 0 Prepared By: Graeme Hilson U3A Nunawading - 2015 1 CONTENTS This Course Page 3 Reference Material Page 3 Introduction page 3 Microsoft Excel Page 3 What is a Spreadsheet Page 4 Excel Screen Page 4 Using

More information

Spreadsheet Concepts Using Microsoft Excel

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

More information

Introduction to Microsoft Excel 2010

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

More information

Office of Instructional Technology

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

More information

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

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

More information

Create your first workbook

Create your first workbook Create your first workbook You've been asked to enter data in Excel, but you've never worked with Excel. Where do you begin? Or perhaps you have worked in Excel a time or two, but you still wonder how

More information

Introduction to Excel 2007

Introduction to Excel 2007 Introduction to Excel 2007 These documents are based on and developed from information published in the LTS Online Help Collection (www.uwec.edu/help) developed by the University of Wisconsin Eau Claire

More information

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

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

More information

Using Microsoft Excel

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

More information

EXCEL TUTORIAL.

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

More information

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

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

More information

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

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

More information

Introduction to Microsoft Excel 2010

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

More information

Excel 2007 Fundamentals

Excel 2007 Fundamentals Excel 2007 Fundamentals Introduction The aim of this document is to introduce some basic techniques for using Excel to enter data, perform calculations and produce simple charts based on that information.

More information

Microsoft Excel Basics Ben Johnson

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

More information

EXCEL BASICS: MICROSOFT OFFICE 2007

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

More information

Microsoft Excel for Beginners

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

More information

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

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

More information

Application of Skills: Microsoft Excel 2013 Tutorial

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

More information

WEEK NO. 12 MICROSOFT EXCEL 2007

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

More information

March 28, Excel Essentials. Jim Snediker. Suzi Huisman

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

More information

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

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

More information

DOING MORE WITH EXCEL: MICROSOFT OFFICE 2010

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

More information

1 Introduction to Using Excel Spreadsheets

1 Introduction to Using Excel Spreadsheets Survey of Math: Excel Spreadsheet Guide (for Excel 2007) Page 1 of 6 1 Introduction to Using Excel Spreadsheets This section of the guide is based on the file (a faux grade sheet created for messing with)

More information

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

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

More information

Excel 2013 Workshop. Prepared by

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

More information

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

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

More information

Laboratory 1. Part 1: Introduction to Spreadsheets

Laboratory 1. Part 1: Introduction to Spreadsheets Laboratory 1 Part 1: Introduction to Spreadsheets By the end of this laboratory session you should be familiar with: Navigating around a worksheet. Naming sheets and cells. Formatting. The use of formulae.

More information

Learning Worksheet Fundamentals

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

More information

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

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

More information

Skill Set 3. Formulas

Skill Set 3. Formulas Skill Set 3 Formulas By the end of this Skill Set you should be able to: Create Simple Formulas Understand Totals and Subtotals Use Brackets Select Cells with the Mouse to Create Formulas Calculate Percentages

More information

Open Learning Guide. Microsoft Excel Introductory. Release OL356v1

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

More information

Creating a Spreadsheet by Using Excel

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

More information

Intermediate Excel 2003

Intermediate Excel 2003 Intermediate Excel 2003 Introduction The aim of this document is to introduce some techniques for manipulating data within Excel, including sorting, filtering and how to customise the charts you create.

More information

Formulas Learn how to use Excel to do the math for you by typing formulas into cells.

Formulas Learn how to use Excel to do the math for you by typing formulas into cells. Microsoft Excel 2007: Part III Creating Formulas Windows XP Microsoft Excel 2007 Microsoft Excel is an electronic spreadsheet program. Electronic spreadsheet applications allow you to type, edit, and print

More information

Excel 2010: Getting Started with Excel

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

More information

Excel Basics: Working with Spreadsheets

Excel Basics: Working with Spreadsheets Excel Basics: Working with Spreadsheets E 890 / 1 Unravel the Mysteries of Cells, Rows, Ranges, Formulas and More Spreadsheets are all about numbers: they help us keep track of figures and make calculations.

More information

FACULTY AND STAFF COMPUTER FOOTHILL-DE ANZA

FACULTY AND STAFF COMPUTER FOOTHILL-DE ANZA FACULTY AND STAFF COMPUTER TRAINING @ FOOTHILL-DE ANZA Office 2001 Excel Worksheets A Quick Reference Guide 1 Getting Started Excel is a powerful spreadsheet program. To open up a new Microsoft Excel 2001

More information

EXCEL 2003 DISCLAIMER:

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

More information

Study Guide. PCIC 3 B2 GS3- Key Applications-Excel. Copyright 2010 Teknimedia Corporation

Study Guide. PCIC 3 B2 GS3- Key Applications-Excel. Copyright 2010 Teknimedia Corporation Study Guide PCIC 3 B2 GS3- Key Applications-Excel Copyright 2010 Teknimedia Corporation Teknimedia grants permission to any licensed owner of PCIC 3 B GS3 Key Applications-Excel to duplicate the contents

More information

Basic Excel 2010 Workshop 101

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

More information

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

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

More information

Excel Shortcuts Increasing YOUR Productivity

Excel Shortcuts Increasing YOUR Productivity Excel Shortcuts Increasing YOUR Productivity CompuHELP Division of Tommy Harrington Enterprises, Inc. tommy@tommyharrington.com https://www.facebook.com/tommyharringtonextremeexcel Excel Shortcuts Increasing

More information

CHAPTER 1 GETTING STARTED

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

More information

Title Bar. It has the Title of the Programme and the Workbook title. There are also three buttons at the right hand side

Title Bar. It has the Title of the Programme and the Workbook title. There are also three buttons at the right hand side Microsoft Excel To start Microsoft Excel, there are myriad choices of options. Choose any of the following 1. Left Click on the Start button, Left Click on Programs, Left Click on Microsoft Excel 2. Double

More information

Excel Level 1

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

More information

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

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

More information

Basic Microsoft Excel 2007

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

More information

using cells to create dynamic formulas

using cells to create dynamic formulas excel formulas A forumla is nothing more than an equation that you write up. In Excel a typical formula might contain cells, constants, and even functions. Here is an example Excel formula that we have

More information

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

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

More information

Excel Simple Worksheets (with Functions)

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

More information

Introduction to Microsoft Excel

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

More information

Open Office Calc (Spreadsheet) Tutorial

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

More information

Learning Microsoft Excel Module 1 Contents. Chapter 1: Introduction to Microsoft Excel

Learning Microsoft Excel Module 1 Contents. Chapter 1: Introduction to Microsoft Excel Module 1 Contents Chapter 1: Introduction to Microsoft Excel The Microsoft Excel Screen...1-1 Moving the Cursor...1-3 Using the Mouse...1-3 Using the Arrow Keys...1-3 Using the Scroll Bars...1-4 Moving

More information

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

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

More information

Microsoft Excel 2007

Microsoft Excel 2007 Learning computers is Show ezy Microsoft Excel 2007 301 Excel screen, toolbars, views, sheets, and uses for Excel 2005-8 Steve Slisar 2005-8 COPYRIGHT: The copyright for this publication is owned by Steve

More information

Excel Basics Rice Digital Media Commons Guide Written for Microsoft Excel 2010 Windows Edition by Eric Miller

Excel Basics Rice Digital Media Commons Guide Written for Microsoft Excel 2010 Windows Edition by Eric Miller Excel Basics Rice Digital Media Commons Guide Written for Microsoft Excel 2010 Windows Edition by Eric Miller Table of Contents Introduction!... 1 Part 1: Entering Data!... 2 1.a: Typing!... 2 1.b: Editing

More information

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

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

More information

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

Budget Exercise for Intermediate Excel

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

More information

Gloucester County Library System. Excel 2010

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

More information

Excel 2016 Basics for Windows

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

More information

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

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

More information

Module Four: Formulas and Functions

Module Four: Formulas and Functions Page 4.1 Module Four: Formulas and Functions Welcome to the fourth lesson in the PRC s Excel Spreadsheets Course 1. This lesson concentrates on adding formulas and functions to spreadsheet to increase

More information

Training for ICDL Spreadsheets Spreadsheets 261

Training for ICDL Spreadsheets Spreadsheets  261 261 Module Goals 1 Introduction 2 What is a Spreadsheet? 2 Section 1 Using the Application 3 1.1. Working with 3 1.2. Enhancing Productivity 11 Section 2 Cells 15 2.1. Inserting and Selecting Data 15 2.2.

More information

ENTERING DATA & FORMULAS...

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

More information

Integrating Word with Excel

Integrating Word with Excel Integrating Word with Excel MICROSOFT OFFICE Microsoft Office contains a group of software programs sold together in one package. The programs in Office are designed to work independently and in conjunction

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

Learning Microsoft Excel Module 1 Contents. Chapter 1: Introduction to Microsoft Excel

Learning Microsoft Excel Module 1 Contents. Chapter 1: Introduction to Microsoft Excel Module 1 Contents Chapter 1: Introduction to Microsoft Excel Loading Microsoft Excel...1-1 The Microsoft Excel Screen...1-2 Moving the Cursor...1-4 Using the Mouse...1-4 Using the Arrow Keys...1-4 Using

More information

Microsoft Excel Level 2

Microsoft Excel Level 2 Microsoft Excel Level 2 Table of Contents Chapter 1 Working with Excel Templates... 5 What is a Template?... 5 I. Opening a Template... 5 II. Using a Template... 5 III. Creating a Template... 6 Chapter

More information

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

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

More information

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

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

More information

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

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

More information

Microsoft Excel for Lawyers - The Fundamentals Reference Guide

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

More information

JF MSISS. Excel Tutorial 1

JF MSISS. Excel Tutorial 1 JF MSISS Excel 2010 Tutorial 1 In this session you will learn how to: Enter data into a spreadsheet Format data. Enter formulas. Copy formulas. 1. What is a Spreadsheet? A spreadsheet is best thought of

More information

Section 3. Formulas. By the end of this Section you should be able to:

Section 3. Formulas. By the end of this Section you should be able to: Excel 2003 CLAIT Plus Section 3 Formulas By the end of this Section you should be able to: Create Simple Formulas Understand Mathematical Operators Use Brackets Calculate Percentages Select Cells with

More information

LECTURE 10. SPREADSHEET

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

More information