MS Excel Tutorial Project 2

Size: px
Start display at page:

Download "MS Excel Tutorial Project 2"

Transcription

1 Page 1 of 32

2 Table of Contents Project Two BetNet Stock Club... 3 Entering the Titles and Numbers into the Worksheet... 3 Enter the Worksheet Title... 3 Enter the Column Titles... 4 Enter the Stock Data... 4 Enter the Total Row Titles... 5 Entering Formulas... 5 Enter a Formula Using the Keyboard... 5 Order of Operations... 7 Entering Formulas Using Point Mode... 7 Enter Formulas Using Point Mode... 7 Copy Formulas Using the Fill Handle... 9 Determine Totals Using the AutoSum Button...10 Determine the Total Percentage Gain/Loss...10 Determine the Average of a Range Using Keyboard/Mouse...11 Determine the Highest Number in a Number Range...12 Determine the Lowest Number in a Range Using Min...13 Copy a Range of Cells across Columns to an Adjacent Range...14 Verify a Formula Using Range Finder...15 Verify a Formula Using the Auditing Commands...16 Change the Font and Center the Worksheet Title...17 Change the Title Background, Font Colors and Apply an Outline Border...18 Bold, Center, and Underline the Column Titles...19 Center Data in Cells...20 Apply a Currency Style Format and Comma Style Format...20 Apply a Currency Style Format with a Floating Dollar Sign...22 Apply a Percent Style Format...23 Conditional Formatting...24 Apply Conditional Formatting...24 Change the Widths of Columns...27 Change the Height of a Row by Dragging...29 Check Spelling on the Worksheet...31 Saving the Workbook a Second Time Using the Same File Name...32 Rename the Sheets...32 Page 2 of 32

3 Project Two BetNet Stock Club Needed: An easy to read worksheet that summarizes the club's investments For each stock, the worksheet is to include the name, symbol, date acquired, number of shares, initial price, initial cost, current price, current value, gain/loss, and percent gain/loss. Michael also has requested that the worksheet include totals and the average, highest value, and lowest value for each column of numbers. Source of Data: The data supplied by Michael includes the stock names, symbols, dates acquired, number of shares, initial prices, and current prices. This data is shown in Table 2 1. Calculations: The following calculations must be made for each of the stocks: 1. Initial Cost = Shares x Initial Price 2. Current Value = Shares x Current Price 3. Gain/Loss = Current Value Initial Cost 4. Percentage Gain/Loss = Gain/Loss Initial Cost 5. Compute the totals for initial cost, current value, and gain/loss. 6. Use the AVERAGE function to determine the average for the number of shares, initial price per share, initial stock cost, current stock price, current stock value, and gain/loss for each stock. 7. Use the MAX and MIN functions to determine the highest and lowest values for the number of shares, initial price per share, initial stock cost, current stock price, current stock value, gain/loss for each stock, and percent gain/loss. Entering the Titles and Numbers into the Worksheet Because the centered text first must be entered into the leftmost column of the area across which it is centered, it will be entered into cell A1. Enter the Worksheet Title 1. Select cell A1. Type BetNet Stock Club in the cell. 2. Press the DOWN ARROW key. The worksheet title displays in cell A1. The stock club's investments are summarized in Table 2 1. These numbers are entered into rows 3 through 10. Table 2 1 BetNet Stock Club Portfolio Stock Symbol Acquired Shares Initial Price Current Price Amazon.com AMZN 10/14/ America Online AOL 12/14/ Broadcast.com BCST 2/2/ EarthLink ELNK 3/1/ ebay EBAY 4/13/ Infoseek SEEK 2/12/ UBid UBID 12/21/ Yahoo YHOO 5/12/ Page 3 of 32

4 Enter the Column Titles 1. With cell A2 active, type Stock and then press the RIGHT ARROW key. 2. Type Symbol and then press the RIGHT ARROW key. 3. Type Date & then press ALT+ENTER. Type Acquired & then press the RIGHT arrow key. 4. Type Shares & then press the RIGHT ARROW key. 5. Type Initial & then press ALT+ENTER. Type Price and then press the RIGHT arrow key. 6. Type Initial & then press ALT+ENTER. Type Cost & then press the RIGHT ARROW key. 7. Type Current & then press ALT+ENTER. Type Price & then press the RIGHT ARROW key. 8. Type Current & then press ALT+ENTER. Type Value & then press the RIGHT ARROW key. 9. Type Gain/Loss & press the RIGHT ARROW key. 10. Type % Gain/Loss & then click cell A3. The column titles display as shown in row 2 of Figure 2 1. When you press ALT+ENTER to add more lines to a cell, Excel automatically increases the height of the entire row. The stock data in Table 2 1 includes a date on which each stock was acquired. Excel considers a date to be a number and, therefore, displays it right aligned in the cell. When you enter a date, Excel automatically formats the date so it resembles the way you entered it. For example, if you enter May 20, 1999, Excel displays it as 20 May 99. If you enter the same date in the format 5/20/99, then Excel displays it as 5/20/99. The following steps describe how to enter the stock data shown in Table 2 1, which includes dates. Enter the Stock Data 1. With cell A3 selected, type Amazon.com and then press the right ARROW key. Type AMZN and then press the RIGHT arrow key. 2. With cell C3 selected, type 10/14/97 and then press the RIGHT arrow key. Type 800 and then press the RIGHT ARROW key. 3. With cell E3 selected, type and then press the RIGHT ARROW key twice. Type 331 and then press the ENTER key. 4. Click cell A4. Enter the data in Table 2 1 for the seven remaining stocks in rows 4 through 10. The stock data displays in rows 3 through 10 as shown in Figure 2 1. Page 4 of 32

5 Enter the Total Row Titles 1. Click cell A11. Type Total and then press the DOWN ARROW key. With cell A12 selected, type Average and then press the down arrow key. 2. With cell A13 selected, type Highest and then press the down ARROW key. With cell A14 selected, type Lowest and then press the ENTER key. Click cell F3. The total row titles display as shown in Figure 2 1. Figure 2 1 Entering Formulas The initial cost for each stock, which displays in column F, is equal to the number of shares in column D times the initial price in column E. Thus, the initial cost for Amazon.com in row 3 is obtained by multiplying 800 (cell D3) times (cell E3). If you enter a formula in cell F3 to multiply the values in cells D3 and E3, Excel recalculates the product whenever new values are entered into those cells and displays the result in cell F3. Complete the following steps to enter the formula using the keyboard. Enter a Formula Using the Keyboard 1. With cell F3 selected, type =d3*e3 in the cell. The formula displays in the formula bar and in cell F3 (Figure 2 2). Figure 2 2 Page 5 of 32

6 2. Press the RIGHT ARROW key twice to select cell H3. Instead of displaying the formula in cell F3, Excel completes the arithmetic operation indicated by the formula and displays the result, (Figure 2 3). Figure 2 3 Table 2 2 Summary of Arithmetic Operators Arithmetic Meaning Example Meaning Operator of Usage Negation 10 Negative 10 % Percentage =30% Multiples 30 by 0.01 ^ Exponentiation =2^3 Raises 2 to the third power, which in this example is equal to 8 * Multiplication =6.1 * A1 Multiples the contents of cell A1 by 6.1 / Division =H3 / H5 Divides the contents of cell H3 by the contents of cell H5 + Addition =4 + 8 Adds 4 and 8 Subtraction =D34 35 Subtracts 35 from the contents of cell D34 You can enter the cell references in formulas in uppercase or lowercase, and you can add spaces before and after arithmetic operators to make the formulas easier to read. That is, =d3*e3 is the same as =d3 * e3, =D3 * e3, or =D3 * E3. Page 6 of 32

7 Order of Operations When more than one operator is involved in a formula, Excel follows the same basic order of operations that you use in algebra. Moving from left to right in a formula, the order of operations is as follows: first negation ( ), then all percentages (%), then all exponentiations ( ^ ), then all multiplications (*) and divisions (/), and finally, all additions (+) and subtractions ( ). You can use parentheses to override the order of operations. For example, if Excel follows the order of operations, 10*6 3 equals 57. If you use parentheses, however, to change the formula to 10 * (6 3), the result is 30, because the parentheses instruct Excel to subtract 3 from 6 before multiplying by 10. Table 2 3 illustrates several examples of valid formulas and explains the order of operations. Table 2 3 Examples of Excel Formulas Formula Remark =F6 Assigns the value in cell F6 to the active cell. =6 + 3^2 Assigns the sum of (or 15) to the active cell. =2 * K4 or =K4 * 2 or Assigns two times the contents of cell K4 to the active cell. =(2 * K4) =50 /o*16 Assigns the product of 0.5 times 16 (or 8) to the active cell. = (J12*S23) Assigns the negative value of the product of the values contained in cells J12 and S23 to the active cell. =5*(L14 H3) Assigns the product of five times the difference between the values contained in cells H3 and LI 4 to the active cell. =D1/X6 A3*A4 + A5^A6 From left to right: first exponentiation (A5 A A6), then division (Dl / X6), then multiplication (A3 * A4), then subtraction (Dl / X6) (A3 * A4), and finally addition (Dl / X6 A3 * A4) + (A5 A A6). If cells Dl = 10, A3 = 6, A4 = 2, A5 = 5, A6 = 2, and X6 = 2, then Excel assigns the active cell the value 18 (10 / 2 6 * A 2 = 18). Entering Formulas Using Point Mode Point mode allows you to select cells for use in a formula by using the mouse. Enter Formulas Using Point Mode 1. With cell H3 selected, type = (equal sign) to begin the formula and then click cell D3. Excel surrounds cell D3 with a marquee and appends D3 to the equal sign (=) in cell H3 (Figure 2 4). Figure 2 4 Page 7 of 32

8 2. Type * (asterisk) and then click cell G3. Excel surrounds cell G3 with a marquee and appends G3 to the asterisk (*) in cell H3 (Figure 2 5). Figure Click the Enter box. Click cell 13. Type (equal sign) and then click cell H3. Type (minus sign) and then click cell F3. Excel determines the product of =D3*G3 and displays the result , in cell H3. The formula =H3 F3 displays in cell I3 and in the formula bar (Figure 2 6). 4. Click the Enter box. Click cell J3. Type = (equal sign) and then click cell I3. Type / (division sign) and then click cell F3. Click the Enter box. The Gain/Loss for Amazon.com, , displays in cell I3 and the % Gain/Loss for Amazon.com, , displays in cell J3 (Figure 2 7). The represents % =I3/F3 Page 8 of 32

9 Copy Formulas Using the Fill Handle 1. Click cell F3 and then point to the fill handle. Drag the fill handle down through cell F10 and continue to hold down the mouse button. A border surrounds the copy and paste areas (range F3:F10) and the mouse pointer changes to a cross hair (Figure 2 8). 2. Release the mouse button. Select the range H3:J3 and then point to the fill handle. Excel copies the formula =D3*E3 to the range F4:F10 and displays the initial costs for the remaining seven stocks. The range H3:J3 is selected (Figure 2 9). 3. Drag the fill handle down through the range H4:J10. Excel copies the three formulas =D3*G3 in cell H3, =H3 F3 in cell I3, and =I3/F3 in cell J3 to the range H4:J10 and displays the current value, gain/loss, and percentage gain/loss for the remaining seven stocks (Figure 2 10). If you copy downward, Excel adjusts the row portion of cell references. If you copy across, then Excel adjusts the column portion of cell references. These cell references are called relative references. Page 9 of 32

10 Determine Totals Using the AutoSum Button 1. Select cell F11. Click the AutoSum button twice. (Do not double click.) 2. Select the range H11:I11. Click the AutoSum button. The three totals display in row 11 as shown in Figure Rather than using the AutoSum function to calculate column totals individually, you can select all three cells before clicking the AutoSum button to calculate all three column totals at one time. Determine the Total Percentage Gain/Loss 1. Select cell J10 and then point to the fill handle. 2. Drag the fill handle down through cell J11. Note: The formula, =I10/F10, is copied to cell J11. The resultant formula in cell J11 is =I11/F11, which shows a total club gain on the club's, holdings of or % (Figure 2 12). Note: A blank cell in Excel has a numerical value of zero. Page 10 of 32

11 Determine the Average of a Range Using Keyboard/Mouse 1. Select cell D12. Type =average( in the cell. Click cell D3, the first endpoint of the range to average. Drag through cell D10, the second endpoint of the range to average (Figure 2 13). 2. Click the Enter box. Excel computes the average of the eight numbers in the range D3:D10 and displays the result, 675, in cell D12 (Figure 2 14). Thus, the average number of shares owned in the eight companies is 675. Page 11 of 32

12 Determine the Highest Number in a Number Range 1. Select cell D13. Click the Edit Formula box in the formula bar. Click the Functions box arrow and then point to MAX. 2. The Name box in the formula bar changes to the Functions box. The Formula Palette displays immediately below the formula bar (Figure 2 15). An equal sign displays in the formula bar and the active cell, D Click MAX. When the Function Arguments Window displays, type d3:d10 in the Number 1 edit box. Point to the OK button. The Function Arguments Window displays with the range d3:d10 entered in the Number 1 edit box (Figure 2 16). The completed MAX function displays in the formula bar, and the end of the function displays in the active cell, D13. Page 12 of 32

13 4. Click the OK button and you should see the image below. (Figure 2 17). Determine the Lowest Number in a Range Using Min 1. Select cell D14.Click Arrow on the AutoSum button on the Standard toolbar. When the Paste Function dialog box displays, click Statistical in the Function category list. Scroll down and click MIN in the Function name list. (Figure 2 18). Page 13 of 32

14 2. Next click cell D3 and then drag through cell D10 and then press Enter. Excel determines that the lowest value in the range D3:D10 is 400 and displays it in cell D14 (Figure 2 19). Copy a Range of Cells across Columns to an Adjacent Range 1. Select the range D12:D14. Drag the fill handle in the lower right corner of the selected range through cell J14 and continue to hold down the mouse button (Figure 2 20). 2. Release the mouse button. Excel copies the three functions to the range E12:J14 (Figure 2 21). Page 14 of 32

15 3. Select cell J12 and press the DELETE key to delete the average of the percentage gain/loss. Cell J12 is blank (Figure 2 22). 4. Click the Save button on the Standard toolbar. Type BetNet Stock Club in the File name text box. If necessary, select the Desktop in the Save in box. Click the Save button in the Save As dialog box. The file name in the title bar changes to BetNet Stock Club. Verify a Formula Using Range Finder 1. Double click cell J3. Excel responds by displaying the cells in the worksheet referenced by the formula in cell J3 using different color borders (Figure 2 23). The different colors allow you to see easily which cells are being referenced by the formula in cell J3. 2. Click any cell or press the ESC key to quit Range Finder. Page 15 of 32

16 Verify a Formula Using the Auditing Commands 1. If necessary, click cell J3. Click Tools on the menu bar and then click the down arrows at the bottom of the Tools menu to display the full menu. Point to Auditing. When the Auditing submenu displays, point to Trace Precedents (Figure 2 24). 2. Click Trace Precedents. Blue rounded tracer arrows that point upward display along a blue line in the cells (F3 and I3) that are used by the formula in the active cell, J3 (Figure 2 25). The horizontal arrow in cell J3 of the right end of the blue line indicates the active cell. You can use the blue line and arrows to verify that the correct cells are being used in the formula. 3. Click Tools on the menu bar and then point to Auditing. When the Auditing submenu displays, dick Trace Dependents (Figure 2 26). Page 16 of 32

17 4. Click Tools on the menu bar and then point to Auditing. When the Auditing submenu displays, click Remove All Arrows. Click cell A16 (Figure 2 26). Note: To change the active cell to the one at the other end of the blue line, double click the blue line. This technique gives you a quick way to move from the active cell to one that provides data to the active cell. This is especially helpful in large worksheets. Change the Font and Center the Worksheet Title 1. Click cell A1. Double click the move handle on the left side of the Formatting toolbar to display it in its entirety. Click the Font box arrow on the Formatting toolbar and then point to Bookman Old Style (or Courier New if your system does not have Bookman Old Style) (Figure 2 27). 2. Click Bookman Old Style (or Courier New). Click the Font Size box arrow on the Formatting toolbar and then point to 36. Page 17 of 32

18 3. Click 36. Click the Bold button on the Formatting toolbar (Figure 2 28). 4. Select the range A1:J1. Click the Merge and Center button on the Formatting toolbar (Figure 2 29). Change the Title Background, Font Colors and Apply a Border 1. With cell A1 selected, click the Fill Color button arrow on the Formatting toolbar and then point to the color Dark Blue (column 6, row 1) on the Fill Color palette (Figure 2 30). 2. Click the Font Color button arrow on the Formatting toolbar. Point to the color White (column 8, row 5) on the Font Color palette (Figure 2 31). Page 18 of 32

19 3. Click the Borders button arrow on the Formatting toolbar and then point to the Thick Box Border button (column 4, row 3) on the Borders palette (Figure 2 32). 4. Click cell A2 to deselect cell A1 (Figure 2 33). Bold, Center, and Underline the Column Titles 1. Select the range A2:J2. Click the Bold button on the Formatting toolbar. Click the Center button on the Formatting toolbar. Click the Borders button arrow on the Formatting toolbar and then point to the Thick Bottom Border button (column 2, row 2) on the Borders palette (Figure 2 34). 2. Excel adds a thick bottom border to the range A2:J2. Page 19 of 32

20 Center Data in Cells 1. Select the range B3:B10. Click the Center button on the Formatting toolbar (Figure 2 35). Apply a Currency and Comma Style Format 1. Select the range E3:I3. While holding down the CTRL key, select the nonadjacent range F11:I11. Point to the Currency Style button on the Formatting toolbar. (Figure 2 36) Page 20 of 32

21 2. Click the Currency Style button. Select the range E4:I10 and then point to the Comma Style button on the Formatting toolbar (Figure 2 37). 3. Click the Comma Style button. Select the range A10:J10 and then click the Borders button on the Formatting toolbar. Excel assigns the Comma style format to the range E4:I10 and a thick bottom border to row Click cell E3. Click the Increase Decimal button on the Formatting toolbar. Do the same to cell G3. Select the range E4:E10. Click the Increase Decimal button on the Formatting toolbar. Do the same to the range G4:G10. Click cell E12 to deselect the range G4:G10. (Figure 2 38). Note: Each time you click the Increase Decimal button, Excel adds a decimal place to the selected cell. The Decrease Decimal button removes a decimal place from the selected cell each time it is clicked. Page 21 of 32

22 Apply a Currency Style Format with a Floating Dollar Sign 1. Select the range E12:I14. Right click the selected range. Point to Format Cells on the shortcut menu. The shortcut menu displays (Figure 2 39). 2. Click the Number tab in the Format Cells dialog box. Click Currency in the Category list, click the third style ($1,234.10) in the Negative numbers list, and then point to the OK button. The Format Cells dialog box displays (Figure 2 40). Page 22 of 32

23 3. Click the OK button. The worksheet displays with the totals in rows 12 through 14 assigned the Currency style format with a floating dollar sign (Figure 2 41). Apply a Percent Style Format 1. Select the range J3:J14. Click the Percent Style button on the Formatting toolbar. The numbers in column J display as a rounded whole percent. 2. Click the Increase Decimal button on the Formatting toolbar twice. The numbers in column J display with two decimal places (Figure 2 42). Page 23 of 32

24 Conditional Formatting Excel lets you apply formatting that appears only when the value in a cell meets conditions that you specify. This type of formatting is called conditional formatting. You can apply conditional formatting to a cell, a range of cells, the entire worksheet, or the entire workbook. Usually, you apply it to a range of cells that contains values you want to highlight if conditions warrant. For example, you can instruct Excel to bold and change the color of the background of a cell if the value in the cell meets a condition, such as being less than zero. For example, assume you assign the range J3:J10 the following condition: Condition Cell value is less than 0 Value 1 relational operator value 2 A condition, which is made up of two values and a relational operator, is true or false for each cell in the range. If the condition is true, then Excel applies the formatting. If the condition is false, then Excel suppresses the formatting. What makes conditional formatting so powerful is that the cell's appearance can change as you enter new values in the worksheet. Apply Conditional Formatting 1. Select the range J3:J10. Click Format on the menu bar and then point to Conditional Formatting. (Figure 2 43). Page 24 of 32

25 2. Click Conditional Formatting. If necessary, click the leftmost text box arrow and then click Cell Value is. Click the middle text box arrow and then click less than. Type 0 in the rightmost text box. Click the Format button. (Figure 2 44). 3. When the Format Cells dialog box displays, click the Font tab and then click Bold in the Font style list. Click the Patterns tab. Click the color red (column 1, row 3). Click the OK button (Figure 2 45). 4. When the Conditional Formatting dialog box displays, point to the OK button. The Conditional Formatting dialog box displays as shown in Figure Page 25 of 32

26 5. Click the OK button, Click cell A16 to deselect the range J3:J10. Excel assigns the conditional format to the range J3:J10. Any negative value in this range displays in bold with a red background (Figure 2 47). The middle text box in the Conditional Formatting dialog box contains the relational operator. The eight different relational operators from which you can choose are summarized in Table 2 4. Table 2 4 Summary of Conditional Formatting Relational Operator Description Between Cell value is between two numbers Not Between Cell value is not between two numbers Equal to Cell value is equal to a number Not equal to Cell value is not equal to a number Greater than Cell value is greater than a number Less than Cell value is less than a number Greater than or equal to Cell value is greater than or equal to a number Less than or equal to Cell value is less than or equal to a number Page 26 of 32

27 Change the Widths of Columns 1. Drag through column headings A through E above row 1. Point to the boundary on the right side of column heading E. The mouse pointer becomes a split double arrow (Figure 2 48). 2. Double click the right boundary of column heading E. Click cell A16 to deselect columns A through E. Point to the boundary on the right side of the column F heading above row 1. Drag to the left until the ScreenTip, Width: (89 pixels), displays (Figure 2 49). Page 27 of 32

28 3. Release the mouse button. Point to the boundary on the right side of the column G heading above row 1. Drag to the right until the ScreenTip, Width: 8.71 (66 pixels), displays. A dotted line shows the proposed right border of column G (Figure 2 50). 4. Release the mouse button. Drag through column headings H through J above row 1. Point to the boundary on the right side of column J. Drag to the right until the ScreenTip, Width: (89 pixels), displays. A dotted line shows the proposed right border of columns H through J (Figure 2 51). Page 28 of 32

29 5. Release the mouse button. Click cell A16 to deselect columns H through J. Click File on the menu bar and then click Save. The worksheet displays with the new columns widths (Figure 2 52). Change the Height of a Row by Dragging 1. Point to the boundary below row heading 1. Drag down until the ScreenTip, Height: (82 pixels), displays (Figure 2 53). Page 29 of 32

30 2. Release the mouse button. Point to the boundary below row heading 2. Drag down until the ScreenTip Height: (48 pixels), displays (Figure 2 54). 3. Release the mouse button. Point to the boundary below row heading 12. Drag down until the ScreenTip, Height: (32 pixels), displays. Release the mouse button. The Totals row and the Average row have additional white space between them, which improves the appearance of the worksheet. The formatting of the worksheet is complete (Figure 2 55). Page 30 of 32

31 Check Spelling on the Worksheet 1. Double click the move handle on the left side of the Standard toolbar to display the toolbar in its entirety. Select cell A2 and enter Stpck to misspell the word Stock. Select cell A1. Click the Spelling button on the Standard toolbar. When the spell checker stops on BetNet, click the Ignore button. When the spell checker stops on cell A2, click the word Stock in the Suggestions list. When the spell checker identifies the misspelled word, Stpck, the Spelling dialog box displays (Figure 2 56). Click the Change button. 2. As the spell checker checks the remainder of the worksheet, click the Ignore and Change buttons as needed. The spell checker changes the misspelled word, Stpck, to the correct word, Stock, and continues spell checking the worksheet. When the spell checker is finished, it displays the Microsoft Excel dialog box / Microsoft help with a message indicating that the spell check is complete for the entire sheet (Figure 2 57). 3. Click the OK button to finish. Page 31 of 32

32 Saving the Workbook a Second Time Using the Same File Name Earlier in this project, you saved an intermediate version of the workbook using the file name, BetNet Stock Club. To save the workbook a second time using the same file name, click the Save button on the Standard toolbar. Excel automatically stores the latest version of the workbook using the same file name, BetNet Stock Club. When you save a workbook a second time using the same file name, Excel will not display the Save As dialog box as it does the first time you save the workbook. You also can click Save on the File menu or press SHIFT+F12 or CTRL+S to re save a workbook. If you want to save the workbook using a new name or on a different drive, click Save As on the File menu. Some Excel users, for example, use the Save button to save the latest version of the workbook on the default drive. Then, they use the Save As command to save a copy on another drive. Rename the Sheets 1. Double click the tab labeled Sheet2 in the lower left corner of the window. Type Real Time Stock Quotes as the sheet name and then click a cell on the worksheet. The new sheet name displays on the tab (Figure 2 58). 2. Double click the tab labeled Sheet1 in the lower left corner of the window. Type Investment Analysis as the sheet name and then press the enter key. The sheet name changes from Sheet1 to Investment Analysis. 3. Click the Save button on the Standard toolbar. Sheet names can contain up to 31 characters (including spaces) in length. Longer sheet names, however, mean that fewer tabs will display. Page 32 of 32

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

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

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

Excel Project Creating a Stock Portfolio Simulation

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

More information

Microsoft Excel 2010 Part 3: Advanced Excel

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

More information

Excel 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

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

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

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

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

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

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

Excel 2007 A Beginners Guide

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

More information

Excel 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

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

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

Handout: How to Use Excel 2010

Handout: How to Use Excel 2010 How to Use Excel 2010 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

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

Microsoft Excel 2010. Understanding the Basics

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

More information

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

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

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

Creating and Editing Workbooks. STUDENT LEARNING OUTCOMES (SLOs) After completing this chapter, you will be able to:

Creating and Editing Workbooks. STUDENT LEARNING OUTCOMES (SLOs) After completing this chapter, you will be able to: CHAPTER 1 Creating and Editing Workbooks CHAPTER OVERVIEW Microsoft Excel (Excel) is a spreadsheet program you can use to create electronic workbooks to organize numerical data, perform calculations, and

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

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

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

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

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

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

Analyzing Excel Data Using Pivot Tables

Analyzing Excel Data Using Pivot Tables NDUS Training and Documentation Analyzing Excel Data Using Pivot Tables Pivot Tables are interactive worksheet tables you can use to quickly and easily summarize, organize, analyze, and compare large amounts

More information

Creating Basic Excel Formulas

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

More information

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

Spreadsheet - Introduction

Spreadsheet - Introduction CSCA0102 IT and Business Applications Chapter 6 Spreadsheet - Introduction Spreadsheet A spreadsheet (or spreadsheet program) is software that permits numerical data to be used and to perform automatic

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

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

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

EXCEL 2007. Using Excel for Data Query & Management. Information Technology. MS Office Excel 2007 Users Guide. IT Training & Development

EXCEL 2007. Using Excel for Data Query & Management. Information Technology. MS Office Excel 2007 Users Guide. IT Training & Development Information Technology MS Office Excel 2007 Users Guide EXCEL 2007 Using Excel for Data Query & Management IT Training & Development (818) 677-1700 Training@csun.edu http://www.csun.edu/training TABLE

More information

NAVIGATION TIPS. Special Tabs

NAVIGATION TIPS. Special Tabs rp`=j~êëü~ää=påüççä=çñ=_ìëáåéëë Academic Information Services Excel 2007 Cheat Sheet Find Excel 2003 Commands in Excel 2007 Use this handout to find where Excel 2003 commands are located in Excel 2007.

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

Kingsoft Spreadsheet 2012

Kingsoft Spreadsheet 2012 Kingsoft Spreadsheet 2012 Kingsoft Spreadsheet is a flexible and efficient commercial spreadsheet application. It is widely used by professionals in many fields such as: Business, Finance, Economics and

More information

OX Spreadsheet Product Guide

OX Spreadsheet Product Guide OX Spreadsheet Product Guide Open-Xchange February 2014 2014 Copyright Open-Xchange Inc. OX Spreadsheet Product Guide This document is the intellectual property of Open-Xchange Inc. The document may be

More information

Create Charts in Excel

Create Charts in Excel Create Charts in Excel Table of Contents OVERVIEW OF CHARTING... 1 AVAILABLE CHART TYPES... 2 PIE CHARTS... 2 BAR CHARTS... 3 CREATING CHARTS IN EXCEL... 3 CREATE A CHART... 3 HOW TO CHANGE THE LOCATION

More information

MS Word 2007 practical notes

MS Word 2007 practical notes MS Word 2007 practical notes Contents Opening Microsoft Word 2007 in the practical room... 4 Screen Layout... 4 The Microsoft Office Button... 4 The Ribbon... 5 Quick Access Toolbar... 5 Moving in the

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

Introduction To Microsoft Office Excel 2007. Bob Booth July 2008 AP-Excel8

Introduction To Microsoft Office Excel 2007. Bob Booth July 2008 AP-Excel8 Introduction To Microsoft Office Excel 2007. Bob Booth July 2008 AP-Excel8 University of Sheffield Contents 1. INTRODUCTION... 3 2. OVERVIEW OF SPREADSHEETS... 3 3. GETTING STARTED... 4 3.1 STARTING EXCEL

More information

Basic Pivot Tables. To begin your pivot table, choose Data, Pivot Table and Pivot Chart Report. 1 of 18

Basic Pivot Tables. To begin your pivot table, choose Data, Pivot Table and Pivot Chart Report. 1 of 18 Basic Pivot Tables Pivot tables summarize data in a quick and easy way. In your job, you could use pivot tables to summarize actual expenses by fund type by object or total amounts. Make sure you do not

More information

PERFORMING REGRESSION ANALYSIS USING MICROSOFT EXCEL

PERFORMING REGRESSION ANALYSIS USING MICROSOFT EXCEL PERFORMING REGRESSION ANALYSIS USING MICROSOFT EXCEL John O. Mason, Ph.D., CPA Professor of Accountancy Culverhouse School of Accountancy The University of Alabama Abstract: This paper introduces you to

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

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

Microsoft Excel 2007 An Essential Guide (Level 1)

Microsoft Excel 2007 An Essential Guide (Level 1) IT Services Microsoft Excel 2007 An Essential Guide (Level 1) Contents Introduction...1 Starting Excel...1 The Excel Screen...1 Getting Help...2 Moving Around the Worksheet...2 Saving your Work...2 Data

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 2003

Microsoft Excel 2003 TABLE OF CONTENTS 1.0 INTRODUCTION... 1 1.1 WHAT IS MICROSOFT EXCEL?...1 1.2 FEATURES OF MICROSOFT EXCEL...1 1.3 STARTING MICROSOFT EXCEL...1 1.4 THE LAYOUT OF THE EXCEL SCREEN...2 1.5 THE WORKSHEET WINDOW...3

More information

STC: Descriptive Statistics in Excel 2013. Running Descriptive and Correlational Analysis in Excel 2013

STC: Descriptive Statistics in Excel 2013. Running Descriptive and Correlational Analysis in Excel 2013 Running Descriptive and Correlational Analysis in Excel 2013 Tips for coding a survey Use short phrases for your data table headers to keep your worksheet neat, you can always edit the labels in tables

More information

CREATING EXCEL PIVOT TABLES AND PIVOT CHARTS FOR LIBRARY QUESTIONNAIRE RESULTS

CREATING EXCEL PIVOT TABLES AND PIVOT CHARTS FOR LIBRARY QUESTIONNAIRE RESULTS CREATING EXCEL PIVOT TABLES AND PIVOT CHARTS FOR LIBRARY QUESTIONNAIRE RESULTS An Excel Pivot Table is an interactive table that summarizes large amounts of data. It allows the user to view and manipulate

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

Microsoft Excel 2013: Headers and Footers

Microsoft Excel 2013: Headers and Footers Microsoft Excel 2013: Headers and Footers You can add headers or footers at the top or bottom of a printed worksheet. For example, you might create a footer that has page numbers, along with the date and

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

Excel Guide for Finite Mathematics and Applied Calculus

Excel Guide for Finite Mathematics and Applied Calculus Excel Guide for Finite Mathematics and Applied Calculus Revathi Narasimhan Kean University A technology guide to accompany Mathematical Applications, 6 th Edition Applied Calculus, 2 nd Edition Calculus:

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

Advanced Excel 10/20/2011 1

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

More information

Working with Tables: How to use tables in OpenOffice.org Writer

Working with Tables: How to use tables in OpenOffice.org Writer Working with Tables: How to use tables in OpenOffice.org Writer Title: Working with Tables: How to use tables in OpenOffice.org Writer Version: 1.0 First edition: January 2005 First English edition: January

More information

Keyboard shortcuts in Excel 2010. Keyboard access to the ribbon. In this article WILL MY OLD SHORTCUTS STILL WORK? Hide All

Keyboard shortcuts in Excel 2010. Keyboard access to the ribbon. In this article WILL MY OLD SHORTCUTS STILL WORK? Hide All Page 1 of 9 Excel > Accessibility Keyboard shortcuts in Excel 2010 Hide All This article describes what Key Tips are and how you can use them to access the ribbon. It also lists CTRL combination shortcut

More information

Office v.x Mac OS X Keyboard Shortcuts

Office v.x Mac OS X Keyboard Shortcuts Office v.x Mac OS X Keyboard Shortcuts Desktop Reference Guide by Dean Pirera Copyright 2008 Dean Pirera Byron IT 1 Table of Contents Introduction 3 About this ebook 3 Some Quick Theory 4 Understanding

More information

Creating Interactive PDF Forms

Creating Interactive PDF Forms Creating Interactive PDF Forms Using Adobe Acrobat X Pro Information Technology Services Outreach and Distance Learning Technologies Copyright 2012 KSU Department of Information Technology Services This

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

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

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

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

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

More information

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

The Basics of Microsoft Excel

The Basics of Microsoft Excel The Basics of 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 Spreadsheet Basics..........................................

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 Training - Course Topic Selections

Microsoft Excel Training - Course Topic Selections Microsoft Excel Training - Course Topic Selections The Basics Creating a New Workbook Navigating in Excel Moving the Cell Pointer Using Excel Menus Using Excel Toolbars: Hiding, Displaying, and Moving

More information

In this session, we will explain some of the basics of word processing. 1. Start Microsoft Word 11. Edit the Document cut & move

In this session, we will explain some of the basics of word processing. 1. Start Microsoft Word 11. Edit the Document cut & move WORD PROCESSING In this session, we will explain some of the basics of word processing. The following are the outlines: 1. Start Microsoft Word 11. Edit the Document cut & move 2. Describe the Word Screen

More information

Introduction To Microsoft Office PowerPoint 2007. Bob Booth July 2008 AP-PPT5

Introduction To Microsoft Office PowerPoint 2007. Bob Booth July 2008 AP-PPT5 Introduction To Microsoft Office PowerPoint 2007. Bob Booth July 2008 AP-PPT5 University of Sheffield Contents 1. INTRODUCTION... 3 2. GETTING STARTED... 4 2.1 STARTING POWERPOINT... 4 3. THE USER INTERFACE...

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

Excel Database Management Microsoft Excel 2003

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

More information

Lab 11: Budgeting with Excel

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

More information

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

Advanced Microsoft Excel 2010

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

More information

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

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

More information

HOUR 9. Formatting Worksheets to Look Great

HOUR 9. Formatting Worksheets to Look Great HOUR 9 Formatting Worksheets to Look Great Excel makes it easy to make even simple worksheets look professional. AutoFormat quickly formats your worksheet within the boundaries you select. If you want

More information

Using Excel for Analyzing Survey Questionnaires Jennifer Leahy

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

More information

Working with Excel in Origin

Working with Excel in Origin Working with Excel in Origin Limitations When Working with Excel in Origin To plot your workbook data in Origin, you must have Excel version 7 (Microsoft Office 95) or later installed on your computer

More information

Microsoft Access 2010 Part 1: Introduction to Access

Microsoft Access 2010 Part 1: Introduction to Access CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Microsoft Access 2010 Part 1: Introduction to Access Fall 2014, Version 1.2 Table of Contents Introduction...3 Starting Access...3

More information

Page 1 EXPERT. 1.1 Manage Multiple Workbooks Pages Where Covered Modifying existing templates. 356 (Step 7 Tip) Merging multiple workbooks

Page 1 EXPERT. 1.1 Manage Multiple Workbooks Pages Where Covered Modifying existing templates. 356 (Step 7 Tip) Merging multiple workbooks Page 1 EXPERT Study Guide for MOS Objectives (Expert) in Microsoft Excel 2013 Illustrated 1.0 Manage and Share Workbooks 1.1 Manage Multiple Workbooks Pages Where Covered Modifying existing templates 356

More information

Microsoft Excel 2010 Linking Worksheets and Workbooks

Microsoft Excel 2010 Linking Worksheets and Workbooks Microsoft Excel 2010 Linking Worksheets and Workbooks Email: training@health.ufl.edu Web Page: http://training.health.ufl.edu Microsoft Excel 2010: Linking Worksheets & Workbooks 1.5 hour Topics include

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

Activities/ Resources for Outcome #7

Activities/ Resources for Outcome #7 Activities/ Resources for Outcome #7 55 PowerPoint: Email Using E-mail Creating and Sending Messages The Inbox view serves as Outlook s e-mail interface Click the Inbox icon in the Outlook Bar or Folder

More information

How To Use Excel 2010 On Windows 7 (Windows 7) On A Pc Or Mac) With A Microsoft Powerbook (Windows Xp) On Your Computer Or Macintosh (Windows) On Windows Xp (Windows 2007) On Microsoft Excel 2010

How To Use Excel 2010 On Windows 7 (Windows 7) On A Pc Or Mac) With A Microsoft Powerbook (Windows Xp) On Your Computer Or Macintosh (Windows) On Windows Xp (Windows 2007) On Microsoft Excel 2010 ISBN 978-1-921780-70-7 CREATE AND PRODUCE SPREADSHEETS BSBITU202A/BSBITU304A Excel 2010 Supporting BSBITU202A Create and Use Spreadsheets and BSBITU304A Produce Spreadsheets in the Business Services Training

More information

Excel Spreadsheet Activity Redo #1

Excel Spreadsheet Activity Redo #1 Excel Spreadsheet Activity Redo #1 Melissa Ebling 11/9/06 Directions: Please follow all directions in this packet. This assignment will consist of your tracking ten different stocks over a period of a

More information

3 What s New in Excel 2007

3 What s New in Excel 2007 3 What s New in Excel 2007 3.1 Overview of Excel 2007 Microsoft Office Excel 2007 is a spreadsheet program that enables you to enter, manipulate, calculate, and chart data. An Excel file is referred to

More information

APPLYING BENFORD'S LAW This PDF contains step-by-step instructions on how to apply Benford's law using Microsoft Excel, which is commonly used by

APPLYING BENFORD'S LAW This PDF contains step-by-step instructions on how to apply Benford's law using Microsoft Excel, which is commonly used by APPLYING BENFORD'S LAW This PDF contains step-by-step instructions on how to apply Benford's law using Microsoft Excel, which is commonly used by internal auditors around the world in their day-to-day

More information

warpct.com Working with MS Excel 2003 Workbook courseware by WARP! Computer Training

warpct.com Working with MS Excel 2003 Workbook courseware by WARP! Computer Training warpct.com courseware by WARP! Computer Training Working with MS Excel 2003 Workbook Welcome! Thank you for evaluating a portion of this workbook. If you have any questions or comments regarding our training

More information

How to Use Excel for Law Firm Billing

How to Use Excel for Law Firm Billing How to Use Excel for Law Firm Billing FEATURED FACULTY: Staci Warne, Microsoft Certified Trainer (MCT) (801) 463-1213 computrainhelp@hotmail.com Staci Warne, Microsoft Certified Trainer (MCT) Staci Warne

More information

Microsoft Office 2010: Introductory Q&As PowerPoint Chapter 1

Microsoft Office 2010: Introductory Q&As PowerPoint Chapter 1 Microsoft Office 2010: Introductory Q&As PowerPoint Chapter 1 Are the themes displayed in a specific order? (PPT 6) Yes. They are arranged in alphabetical order running from left to right. If you point

More information

Word 2007: Basics Learning Guide

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

More information