Spreadsheet_Fundamentals.doc

Size: px
Start display at page:

Download "Spreadsheet_Fundamentals.doc"

Transcription

1 Spreadsheet Fundamentals Ribbons and Tabs Enter labels, numbers and formulas Edit and delete cell entries Format cells Left justify, right justify, center and center across columns Change column widths and row heights Insert/delete and hide/unhide rows and columns Insert, delete and change the names of worksheets in a workbook Save your workbook to disk How to move and copy information on a spreadsheet How to name ranges Protection of Cells, Worksheets, and Workbooks Understand the difference between relative and absolute cell addresses Understand the following functions: =IF(logical_test,value_if_true,value_if_false) =SUM(number1,number2,...) or =SUM(range1, range2,...) =VLOOKUP(lookup_value,table_array,col_index_num,range_lookup) =HLOOKUP(lookup_value,table_array,row_index_num,range_lookup) =MIN(a,b,c,...,z) =MAX(a,b,c,,z) =SUMIF(range,criteria,sum_range) =SUMPRODUCT(array1,array2,array3,...) =PRODUCT(number1,number2,...) =AVERAGE(number1,number2,...) =MMULT(array1,array2) =SUMXMY2(array_x,array_y) Printing your work Macros/VBA Spreadsheet_Fundamentals.doc

2 Enter Labels, Numbers, and Formulas It is easy to enter data (numbers) in Excel. Just move to the cell in which you want to enter the data, type the data and press Enter. The selection (active cell) moves down, ready for the next entry. 2 Microsoft Excel will allow two types of data entry: Constants - data typed directly into the cell; it can be numeric (date, time, currency, etc.) or text. Formulas - a sequence of values, cell references, names of functions or operators (+, -, *, etc.) that produces a new value from existing values. Formulas always begin with an equal sign (=). If you see "####", this means that the number is too long to be displayed in the cell. Just widen the column to accommodate the width of the number. Text can be characters or any combination of numbers and characters. Any set of characters entered a cell that is not interpreted as a number, formula, date, time, logical value or error, is interpreted as text. Text wrapping can also be a useful tool when using long strings in a cell. This allows you to display multiple lines in a cell. On the Home tab, in the Alignment group, click Wrap Text. Logical values are the result of a logical function or equation. Valid logical values are TRUE and FALSE. Error values are displayed when a formula cannot be properly calculated. Error values always begin with an number sign (#). Below is a list of the errors in Excel. This error value Means that a formula #DIV/0! Is trying to divide by zero. #N/A Refers to a value that is not available. #NAME? Uses a name that Excel does not recognize 2

3 #NULL! #NUM! #REF #VALUE Specifies an invalid intersection of two areas. Uses a number incorrectly. Refers to a cell that is not valid. Uses an incorrect argument or operand. 3 If a formula includes a reference to a cell that contains an error value, that formula also produces an error value. When entering numbers as constants, you can use 0-9 and any of the following operators: +, -, ( ), /, $, %, E, e,., and,. Also, when entering numbers in formulas, DO NOT use ( ) to represent negative, comma to separate thousands or $ to represent currency. Formulas can take on many forms using references, functions, text and numbers to perform a variety of tasks. Simply think of the formulas as one side of the equation with the result shown in the cell. We can enter a formula into Excel by using the formula bar or editing within a cell. The basic arithmetic operators are: +, -, /, *, %, and ^. Comparison operators (which compares two values and produces a logical TRUE or FALSE) are: =, >, <, >=, <=, and <> (not equal to). For example, the formula =A1<25 produces TRUE if A1 is less than 25; otherwise it produces a value of FALSE. Also, if you want to combine expressions or change the order of evaluations, use parentheses in your formula. Excel first calculates the expressions in parentheses and then calculates the formula. Edit and Delete Cell Entries To edit a cell entry, click onto the cell and press the F2 function key. Then the current contents of the cell will be displayed in the formula bar. Now you can edit the cell. To delete a cell entry, click on the cell and press the delete key. 3

4 Formatting Cells Formatting your data will make the worksheet easier to read and more visually appealing. You can format your worksheet cells before or after you have entered the data. To format cells in Excel, you can use the Font Group on the Home tab. 4 Some examples of formatting would be: Change font or font size Change width of column Change height of rows Change numeric format Alignment (left, right, center) To change column width, we can do one of the following: Drag the right column heading border to the right (to increase width) or left (to decrease width. Select the Cells group from the Home tab and click Format to do one of the following: 1. Set a numeric column width (allows you to set a column width) 2. AutoFit Selection (adjust width to fit longest cell value) To adjust the row height, you can do one of the following: Drag the bottom of the row border of the row heading to the selected height Select the Cells group from the Home tab and click Format to do one of the following: 1. Set a numeric row height 2. AutoFit (will adjust the row to fit the largest font) 4

5 5 Hide one or more rows or columns 1. Select the rows or columns that you want to hide. 2. On the Home tab, in the Cells group, click Format. 3. Do one of the following: Under Visibility, point to Hide & Unhide, and then click Hide Rows or Hide Columns. Under Cell Size, click Row Height or Column Width, and then type 0 in the Row Height or Column Width box. TIP You can also right-click a row or column (or a selection of multiple rows or columns), and then click Hide. Hiding rows or columns does not delete them from your worksheet; it just puts them out of sight. You can hide a row or column using the steps mentioned above. To unhide rows or columns, see the following. Locate hidden cells on a worksheet When you want to unhide cells in hidden rows or columns in your worksheet, it can be hard to locate them. By finding and selecting all visible cells in the worksheet, you can more easily detect the hidden rows and columns. For more information about displaying hidden rows or columns, see Hide or display rows and columns. 1. Click the worksheet that contains the hidden rows and columns that you want to locate. 2. On the Home tab, in the Editing group, click Find & Select. 5

6 6 3. Click Go To Special. 4. Under Select, click Visible cells only, and then click OK. All visible cells are selected and the borders of rows and columns that are adjacent to hidden rows and columns are marked with a white border. NOTE Clicking anywhere on the worksheet cancels the selection of the visible cells. If the hidden cells that you want to unhide are outside the visible worksheet area, use the scroll bars to move through the document until the hidden rows and columns that contain those cells are visible. Inserting and deleting rows and columns is also easy to do in Excel. Insert blank cells on a worksheet 1. Select the cell or the range of cells where you want to insert the new blank cells. Select the same number of cells as you want to insert. For example, to insert five blank cells, you have to select five cells. 2. On the Home tab, in the Cells group, click the arrow below Insert, and then click Insert Cells. TIP You can also right-click the selected cells and then click Insert. 3. In the Insert dialog box, click the direction in which you want to shift the surrounding cells. 6

7 7 NOTES When you insert cells on a worksheet, all references that are affected by the insertion adjust accordingly, whether they are relative or absolute cell references. The same behavior applies to deleting cells, except when a deleted cell is directly referenced by a formula. If you want references to adjust automatically, it's a good idea to use range references whenever appropriate in your formulas, instead of specifying individual cells. You can insert cells that contain data and formulas by copying or cutting the cells, right-clicking the location where you want to paste them, and then clicking Insert Copied Cells or Insert Cut Cells. Tips To quickly repeat the action of inserting a cell, click the location where you want to insert the cell, and then press CTRL+Y. If there is formatting applied to the cells that you copied, you can use Insert Options to choose how to set the formatting of the inserted cells. Top of Page Insert rows on a worksheet 1. Do one of the following: To insert a single row, select either the whole row or a cell in the row above which you want to insert the new row. For example, to insert a new row above row 5, click a cell in row 5. To insert multiple rows, select the rows above which you want to insert rows. Select the same number of rows as you want to insert. For example, to insert three new rows, you select three rows. To insert nonadjacent rows, hold down CTRL while you select nonadjacent rows. 2. On the Home tab, in the Cells group, click the arrow below Insert, and then click Insert Sheet Rows. 7

8 8 TIP You can also right-click the selected rows and then click Insert. NOTE When you insert rows on your worksheet, all references that are affected by the insertion adjust accordingly, whether they are relative or absolute cell references. The same behavior applies to deleting rows, except when a deleted cell is directly referenced by a formula. If you want references to adjust automatically, it's a good idea to use range references whenever appropriate in your formulas, rather than specifying individual cells. Tips To quickly repeat the action of inserting a row, click the location where you want to insert the row, and then press CTRL+Y. If there is formatting, you can use Insert Options to choose how to set the formatting of the inserted rows. Insert, Delete, and Change Names of Worksheets Recall that a workbook is the place in which all of your data is stored. So the relationship between the worksheet and the workbook is similar to pages in a notebook. The sheet name appears at the bottom of the workbook window. You can also change the name of any sheet to a name of up to 31 characters, including spaces. To do so, double-click on the tab of the sheet you want to rename. In Excel the sheet name is highlighted and you just have to type in the new name. We can do any of the following with worksheets: Insert new sheets Delete sheets Rename sheets Move or copy sheets within a workbook or to another workbook Hide/Unhide sheets NOTE: If you don t see the sheet tabs in your workbook, choose File from the Main Menu and select Options. After selecting Advanced in the left-hand panel, the Excel Options dialog box, shown below, allows you to configure the display. 8

9 9 Moving and Copying Information You can change the location of cells on a worksheet by copying or moving the cells to a different part of the worksheet. This can be done using the Cut, Copy, and Paste commands. When you copy a cell, the cell's contents are duplicated into a new location. When you move a cell, the contents are posted into a new location after being moved from the original location. You can insert the cells that you are copying between existing cells or overwrite existing cell contents. Move or copy entire cells When you move or copy a cell, Excel moves or copies the entire cell, including formulas and their resulting values, cell formats, and comments. 1. Select the cells that you want to move or copy. 2. On the Home tab, in the Clipboard group, do one of the following: 9

10 10 To move cells, click Cut. Keyboard shortcut You can also press CTRL+X. To copy cells, click Copy. Keyboard shortcut You can also press CTRL+C. 3. Select the upper-left cell of the paste area. Tip To move or copy a selection to a different worksheet or workbook, click another worksheet tab or switch to another workbook, and then select the upper-left cell of the paste area. 4. On the Home tab, in the Clipboard group, click Paste. Keyboard shortcut You can also press CTRL+V. NOTES To choose specific options when you paste cells, you can click the arrow below Paste, and then click the option that you want. For example, you can click Paste Special or Paste As Picture. Excel replaces existing data in the paste area when you cut and paste cells to move them. When you copy cells, cell references are automatically adjusted. When you move cells, however, cell references are not adjusted, and the contents of those cells and of any cells that point to them may be displayed as reference errors. In this case, you will need to adjust the references manually. If the selected copy area includes hidden cells, Excel also copies the hidden cells. You may need to temporarily unhide cells that you don't want to include when you copy information. If the paste area contains hidden rows or columns, you might need to unhide the paste area to see all of the copied cells. 10

11 Naming Ranges 11 Learn more about using names A name is a meaningful shorthand that makes it easier to understand the purpose of a cell reference, constant, formula, or table, each of which may be difficult to comprehend at first glance. The following information shows common examples of names and how they can improve clarity and understanding. Example Type Example with no name Example with a name Reference =SUM(C20:C30) =SUM(FirstQuarterSales) Constant =PRODUCT(A5,8.3) =PRODUCT(Price,WASalesTax) Formula =SUM(VLOOKUP(A1,B1:F20,5,FALSE), G5) =SUM(Inventory_Level, Order_Amt) Table C4:G36 =TopSales06 Types of names There are several types of names that you can create and use. Defined name A name that represents a cell, range of cells, formula, or constant value. You can create your own defined name, and Microsoft Office Excel sometimes creates a defined name for you, such as when you set a print area. Table name A name for an Excel table, which is a collection of data about a particular subject that is stored in records (rows) and fields (columns). Excel creates a default Excel table name of Table1, Table2, and so on, each time that you insert an Excel table, but you can change the name to make it more meaningful. For more information on Excel tables, see Using structured references with Excel tables. 11

12 12 The scope of a name All names have a scope, either to a specific worksheet (also called the local worksheet level) or to the entire workbook (also called the global workbook level). The scope of a name is the location within which the name is recognized without qualification. For example: If you have defined a name, such as Budget_FY08, and its scope is Sheet1, then that name, if not qualified, is only recognized in Sheet1, but not in Sheet2 or Sheet3 without qualification. To use a local worksheet name in another worksheet, you can qualify it by preceding it with the worksheet name, as the following example shows: Sheet1!Budget_FY08 If you have defined a name, such as Sales_Dept_Goals, and its scope is the workbook, then that name is recognized for all worksheets in that workbook, but not for any other workbook. A name must always be unique within its scope. Excel prevents you from defining a name that is not unique within its scope. However you can use the same name in different scopes. For example, you can define a name, such as GrossProfit, scoped to Sheet1, Sheet2, and Sheet3 in the same workbook. Although each name is the same, each name is unique within its scope. You might do this to ensure that a formula that uses the name, GrossProfit, is always referencing the same cells at the local worksheet level. You can even define the same name, GrossProfit, for the global workbook level, but again the scope is unique. In this case, however, there can be a name conflict. To resolve this conflict, by default Excel uses the name that is defined for the worksheet, because the local worksheet level takes precedence over the global workbook level. If you want to override the precedence and you want to use the workbook name, you can disambiguate the name by prefixing the workbook name as the following example shows: WorkbookFile!GrossProfit You can override the local worksheet level for all worksheets in the workbook, with the exception of the first worksheet, which always uses the local name if there is a name conflict, and cannot be overridden. 12

13 13 Creating and entering names You create a name by using the: Name box on the formula bar This is best used for creating a workbook level name for a selected range. Create a name from selection You can conveniently create names from existing row and column labels by using a selection of cells in the worksheet. New Name dialog box This is best used for when you want more flexibility in creating names, such as specifying a local worksheet level scope or creating a name comment. NOTE By default, names use absolute cell references. You can enter a name by: Typing Typing the name, for example, as an argument to a formula. Using Formula AutoComplete Use the Formula AutoComplete drop-down list, where valid names are automatically listed for you. Selecting from the Use in Formula command Select a defined name from a list available from the Use in Formula command in the Defined Names group on the Formulas tab. Auditing names You can also create a list of defined names in a workbook. Locate an area with two empty columns on the worksheet (the list will contain two columns, one for the name and one for a description of the name). Select a cell that will be the upper-left corner of the list. On the Formulas tab, in the Defined Names group, click Use in Formula, click Paste, and then in the Paste Names dialog box, click Paste List. Top of Page Learn about syntax rules for names The following is a list of syntax rules that you need to be aware of when you create and edit names. Valid characters The first character of a name must be a letter, an underscore character (_), or a backslash (\). Remaining characters in the name can be letters, numbers, periods, and underscore characters. 13

14 14 NOTE You cannot use the letters "C", "c", "R", or "r" as a defined name, because both of these letters are used as a shorthand for selecting a row or column for the currently selected cell when you enter them in a Name or Go To text box. Cell references disallowed Names cannot be the same as a cell reference, such as Z$100 or R1C1. Spaces are not valid Spaces are not allowed. Use the underscore character (_) and period (.) as word separators, such as, Sales_Tax or First.Quarter. Name length A name can contain up to 255 characters. Case sensitivity Names can contain uppercase and lowercase letters. Excel does not distinguish between uppercase and lowercase characters in names. For example, if you created the name Sales and then create another name called SALES in the same workbook, Excel prompts you to choose a unique name. Top of Page Create a name for a cell or cell range on a worksheet 1. Select the cell, range of cells, or nonadjacent selections that you want to name. 2. Click the Name box to the left of the formula bar. Name box 3. Type the name that you want to use to refer to your selection. Names can be up to 255 characters in length. 4. Press ENTER. NOTE You cannot name a cell while you are changing the contents of the cell. Top of Page 14

15 15 Create a name by using a selection of cells in the worksheet You can convert existing row and column labels to names. 1. Select the range that you want to name, including the row or column labels. 2. On the Formulas tab, in the Defined Names group, click Create from Selection. 3. In the Create names from Selection dialog box, designate the location that contains the labels by selecting the Top row, Left column, Bottom row, or Right column check box. NOTE A name created by using this procedure refers only to the cells that contain values and does not include the existing row and column labels. Top of Page Create a name by using the New Name dialog box 1. On the Formulas tab, in the Defined Names group, click Define Name. 2. In the New Name dialog box, in the Name box, type the name that you want to use for your reference. Names can be up to 255 characters in length. 3. To specify the scope of the name, in the Scope drop-down list box, select Workbook, or the name of a worksheet in the workbook. 4. Optionally, enter a descriptive comment up to 255 characters. 5. In the Refers to box, do one of the following: Cell reference The current selection is entered by default. To enter other cell references as an argument, click Collapse Dialog (which temporarily hides the dialog box), select the cells on the worksheet, and then click Expand Dialog. Constant Type an = (equal sign), followed by the constant value. Formula Type an = (equal sign) followed by the formula. 6. To finish and return to the worksheet, click OK. 15

16 16 TIP To make the New Name dialog box wider or longer, click and drag the grip handle at the bottom. Top of Page Manage names by using the Name Manager dialog box Use the Name Manager dialog box to work with all of the defined names and table names in the workbook. For example, you may want to find names with errors, confirm the value and reference of a name, view or edit descriptive comments, or determine the scope. You can also sort and filter the list of names, and easily add, change, or delete names from one location. To open the Name Manager dialog box, on the Formulas tab, in the Defined Names group, click Name Manager. View names The Name Manager dialog box displays the following information about each name in a list box: This Column: Icon and Name One of the following: Displays: A defined name, which is indicated by a defined name icon. A table name, which is indicated by a table name icon. Value The current value of the name, such as the results of a formula, a string constant, a cell range, an error, an array of values, or a placeholder if the formula cannot be evaluated. The following are representative examples: "this is my string constant" } {2003;12,2002;23,;2001,18 #REF! {...} Refers To The current reference for the name. The following are representative examples: =Sheet1!$A$3 =8.3 =HR!$A$1:$Z$345 2) =SUM(Sheet1!A1,Sheet2!B 16

17 17 Scope A worksheet name, if the scope is the local worksheet level. "Workbook", if the scope is the global worksheet level. Comment Additional information about the name up to 255 characters. The following are representative examples: This value will expire on May 2, Don't delete! Critical name! Based on the ISO certification exam numbers. NOTE If you save the workbook to Microsoft Office SharePoint Server 2007 Excel Services, and you specify one or more parameters, the comment is used as a tooltip in the Parameters toolpane. NOTES You cannot use the Name Manager dialog box while you are changing the contents of the cell. The Name Manager dialog box does not display names defined in Visual Basic for Applications (VBA), or hidden names (the Visible property of the name is set to "False"). Protection of Cells, Worksheets, and Workbooks Overview of worksheet or workbook element protection When you share a workbook with other users, you may want to protect data in specific worksheet or workbook elements to help prevent it from being changed. You can also specify a password that users must enter to modify specific, protected worksheet and workbook elements. In addition, you can prevent users from changing the structure of a worksheet. Protecting worksheet elements By default, when you protect a worksheet, all the cells on the worksheet are locked, and users cannot make any changes to a locked cell. For example, they cannot insert, modify, delete, or format data in a locked cell. However, you can specify which elements users will be able to change when you protect the worksheet. Hiding, locking, and protecting workbook and worksheet elements is not intended to help secure or protect any confidential information that you keep in a workbook. It only helps obscure data or formulas that might confuse other users and prevents them from viewing or making changes to that data. 17

18 18 Excel does not encrypt data that is hidden or locked in a workbook. To help keep confidential data confidential, you may want to limit access to workbooks that contain such information by storing them in a location that is available only to authorized users. Before you protect a worksheet, you can unlock the ranges that you want users to be able to change or enter data in. You can unlock cells for all users or for specific users. For information on how to unlock cells and ranges in a protected worksheet, see Unlock specific areas of a protected worksheet. Using a password to control access to protected elements When you protect a worksheet or workbook by locking its elements, adding a password to edit the unlocked elements is optional. In this context, the password is only intended to allow access to certain users while helping to prevent changes by other users. This level of password protection does not guarentee that all sensitive data in your workbook is secure. For optimal security, you should secure a workbook itself with a password to help safeguard it from unauthorized access. When you protect worksheet or workbook elements by using a password, it is very important that you remember that password. Without it, you cannot unprotect the workbook or worksheet. IMPORTANT Use strong passwords that combine uppercase and lowercase letters, numbers, and symbols. Weak passwords don't mix these elements. Strong password: Y6dh!et5. Weak password: House27. Passwords should be 8 or more characters in length. A pass phrase that uses 14 or more characters is better. For more information, see Help protect your personal information with strong passwords. It is critical that you remember your password. If you forget your password, Microsoft cannot retrieve it. Store the passwords that you write down in a secure place away from the information that they help protect. Protecting the structure and windows of a workbook You can lock the structure of a workbook, which prevents users from adding or deleting worksheets or from displaying hidden worksheets. You can also prevent users from changing the size or position of worksheet windows. Workbook structure and window protection applies to the whole workbook. 18

19 19 Top of Page Protect worksheet elements 1. Select the worksheet that you want to protect. 2. To unlock any cells or ranges that you want other users to be able to change, do the following: 1. Select each cell or range that you want to unlock. 2. On the Home tab, in the Cells group, click Format, and then click Format Cells. 3. On the Protection tab, clear the Locked check box, and then click OK. 3. To hide any formulas that you do not want to be visible, do the following: 1. In the worksheet, select the cells that contain the formulas that you want to hide. 2. On the Home tab, in the Cells group, click Format, and then click Format Cells. 3. On the Protection tab, select the Hidden check box, and then click OK. 4. To unlock any graphic objects (such as pictures, clip art, shapes, or Smart Art graphics) that you want users to be able to change, do the following: 1. Hold down CTRL and then click each graphic object that you want to unlock. This displays the Picture Tools or Drawing Tools, adding the Format tab. TIP You can also use the Go To command to quickly select all the graphic objects in a worksheet. On the Home tab, in the Editing group, click Find & Select, and then click Go To. Click Special, and then click Objects. 2. On the Format tab, in the Size group, click the Dialog Box Launcher next to Size. 3. On the Properties tab, clear the Locked check box, and if present, clear the Lock text check box. 19

20 20 NOTE You do not need to unlock buttons or controls for users to be able to click and use them. You can unlock embedded charts, text boxes, and other objects created with the drawing tools that you want users to be able to modify. 5. On the Review tab, in the Changes group, click Protect Sheet. 6. In the Allow all users of this worksheet to list, select the elements that you want users to be able to change. More information about the elements that you can select Clear this check box Select locked cells Select unlocked cells Format cells Format columns Format rows Insert columns Insert rows Insert hyperlinks Delete columns To prevent users from Moving the pointer to cells for which the Locked check box is selected on the Protection tab of the Format Cells dialog box. By default, users are allowed to select locked cells. Moving the pointer to cells for which the Locked check box is cleared on the Protection tab of the Format Cells dialog box. By default, users can select unlocked cells, and they can press the TAB key to move between the unlocked cells on a protected worksheet. Changing any of the options in the Format Cells or Conditional Formatting dialog boxes. If you applied conditional formats before you protected the worksheet, the formatting continues to change when a user enters a value that satisfies a different condition. Using any of the column formatting commands, including changing column width or hiding columns (Home tab, Cells group, Format button). Using any of the row formatting commands, including changing row height or hiding rows (Home tab, Cells group, Format button). Inserting columns. Inserting rows. Inserting new hyperlinks, even in unlocked cells. Deleting columns. NOTE If Delete columns is protected and Insert columns is not also protected, a user can insert columns that he or she cannot delete. Delete rows Deleting rows. NOTE If Delete rows is protected and Insert rows is not also protected, a user can insert rows that he or she cannot delete. 20

21 21 Sort Using any commands to sort data (Data tab, Sort & Filter group). NOTE Users can't sort ranges that contain locked cells on a protected worksheet, regardless of this setting. Use AutoFilter Using the drop-down arrows to change the filter on ranges when AutoFilters are applied. NOTE Users cannot apply or remove AutoFilters on a protected worksheet, regardless of this setting. Use PivotTable reports Edit objects Formatting, changing the layout, refreshing, or otherwise modifying PivotTable reports, or creating new reports. Doing the any of the following: Making changes to graphic objects including maps, embedded charts, shapes, text boxes, and controls that you did not unlock before you protected the worksheet. For example, if a worksheet has a button that runs a macro, you can click the button to run the macro, but you cannot delete the button. Making any changes, such as formatting, to an embedded chart. The chart continues to be updated when you change its source data. Adding or editing comments. Edit scenarios Viewing scenarios that you have hidden, making changes to scenarios that you have prevented changes to, and deleting these scenarios. Users can change the values in the changing cells, if the cells are not protected, and add new scenarios. Select this check box Contents Objects To prevent users from Making changes to items that are part of the chart, such as data series, axes, and legends. The chart continues to reflect changes made to its source data. Making changes to graphic objects including shapes, text boxes, and controls unless you unlock the objects before you protect the chart sheet. 7. In the Password to unprotect sheet box, type a password for the sheet, click OK, and then retype the password to confirm it. NOTE The password is optional. If you do not supply a password, then any user can unprotect the sheet and change the protected elements. Make sure that you choose a password that is easy to remember, because if you lose the password, you cannot gain access to the protected elements on the worksheet. Top of Page Protect workbook elements 1. On the Review tab, in the Changes group, click Protect Workbook. 21

22 22 2. Under Protect workbook for, do one or more of the following: To protect the structure of a workbook, select the Structure check box. To keep workbook windows in the same size and position every time the workbook is opened, select the Windows check box. More information about the elements that you can select Select this check box To prevent users from Structure Viewing worksheets that you have hidden. Moving, deleting, hiding, or changing the names of worksheets. Inserting new worksheets or chart sheets. NOTE Users will be able to insert an embedded chart in an existing worksheet. Moving or copying worksheets to another workbook. In PivotTable reports, displaying the source data for a cell in the data area, or displaying page field pages on separate worksheets. For scenarios, creating a scenario summary report. In the Analysis ToolPak, using the analysis tools that place results on a new worksheet. Windows Changing the size and position of the windows for the workbook when the workbook is opened. Moving, resizing, or closing the windows. NOTE Users will be able to hide and unhide windows. 3. To prevent other users from removing workbook protection, in the Password (optional) box, type a password, click OK, and then retype the password to confirm it. 22

23 23 NOTE The password is optional. If you do not supply a password, then any user can unprotect the workbook and change the protected elements. Make sure that you choose a password that you can remember, because if you lose the password, you cannot gain access to the protected elements in the workbook. Top of Page Protect elements in a shared workbook 1. If the workbook is already shared, and you want to assign a password to protect the sharing, you must unshare the workbook by doing the following: 1. Have all other users save and close the shared workbook to avoid losing their work. 2. To keep a copy of the change history information that is lost when you unshare a workbook, do the following: 1. On the Review tab, in the Changes group, click Track Changes, and then click Highlight Changes. 2. In the When list, select All. 3. Clear the Who and Where check boxes. 4. Select the List changes on a new sheet check box, and then click OK. 5. Do one or both of the following: To print the History worksheet, click Print. To copy the history to another workbook, select the cells that you want to copy, click Copy on the Home tab in the Clipboard group, switch to another workbook, click where you want to place the copied data, and then click Paste on the Home tab in the Clipboard group. 23

24 24 NOTE You may also want to save or print the current version of the workbook, because this history data might not apply to later versions of the workbook. For example, cell locations, including row numbers, in the copied history may no longer be current. 3. In the shared workbook, on the Review tab, in the Changes group, click Share Workbook. 4. On the Editing tab, make sure that you are the only person listed in the Who has this workbook open now list. 5. Clear the Allow changes by more than one user at the same time. This also allows workbook merging check box. NOTE If this check box is not available, then you must unprotect the workbook before clearing the check box. Do the following: 1. Click OK to close the Share Workbook dialog box. 2. On the Review tab, in the Changes group, click Unprotect Shared Workbook. 3. If you are prompted, enter the password, and then click OK. 4. On the Review tab, in the Changes group, click Share Workbook. 5. On the Editing tab, clear the Allow changes by more than one user at the same time. This also allows workbook merging check box. 6. When you are prompted about the effects on other users, click Yes. 2. If needed, give specific users access to ranges, protect worksheets, protect workbook elements, and set passwords for viewing and editing. TIP For more information, see Unlock specific areas of a protected worksheet, Protect worksheet elements, and Protect workbook elements. 3. On the Review tab, in the Changes group, click Share Workbook. 4. Select the Sharing with track changes check box. 5. To require that other users supply a password to turn off the change history, or to remove the workbook from shared use, in the Password (Optional) box, type a password, click OK, and then retype the password to confirm it. 6. If prompted, save the workbook. 24

25 25 Top of Page Remove protection from a worksheet 1. On the Review tab, in the Changes group, click Unprotect Sheet. NOTE The Protect Sheet option changes to Unprotect Sheet when a worksheet is protected. 2. If prompted, type the password to unprotect the worksheet. References: Relative vs. Absolute Excel uses a technique called relative cell address when it copies a formula from one cell to another. When Excel copies or moves a formula, it may adjusts the column letter(s) for each column. Formulas copied to different rows will also have the row addresses adjusted properly. Using the relative cell address in copied formulas is appropriate most of the time and that is the default treatment. However, there are some instances when you do not want the cell address to be adjusted automatically. For example, when calculating percentages of a total, you want to divide each item by the same amount. With references, we can: Identify cells or groups of cells Tell Excel which cells to look in to find values to be used in a formula There are three types of cell references used in Excel: Relative Absolute Mixed 25

26 Because references are based on row and column headings in a worksheet, the dollar sign ($) preceding the row or column reference indicates which absolute cell reference is desired. Let C denotes a column letter, and R denotes a row number. 26 CR Relative Reference. Both the row and column are adjusted when the expression is copied. This reference tells Excel how to find another cell, starting from the cell containing the formula. $C$R Absolute Reference. Neither row nor column is adjusted when the expression is copied. Gives the exact location of the cell. $CR Mixed Reference. The column is not adjusted when the expression is copied, BUT the row is adjusted. C$R Mixed Reference. When the expression is copied, the row is NOT adjusted BUT the column is adjusted. Besides typing in the references, you can select the reference in the formula bar and press the F4 function key to toggle through the reference types (R, A, M_r, M_c) Reference Operators Additionally, there are also three types of reference operators; Range (colon): Produces one reference to all the cells between and including the two references (e.g.: B2:D2). Union (comma) Produces one reference that includes the two references (e.g.: B4, D4). Intersection (space) Produces one reference to cells common to the two references. Referring to Other Sheets You can also use references to cells located on other sheets in the same workbook. You can even refer to a range of cells three-dimensionally through a range of sheets in a workbook. Following is the syntax for referring to another sheet in a workbook: sheetname!cellref where: (1) the name of the worksheet is always an absolute reference; 26

27 (2) an exclamation point separates the sheet reference from the cell reference; (3) the cell reference can be any of the three types. 27 Note that if the sheetname includes a space, you must enclose the entire sheet reference in quotation marks (i.e., 'sheet name'). 3-D References A 3-D reference is a range that spans two or more sheets in a workbook. The following illustration shows a formula using a reference to a range of cells on a range of sheets in a workbook. =SUM(Sheet2:Sheet6!$A$2:$C$5) where the sheet range is specified with a colon between the names of the beginning and ending sheets. This formula adds the values contained in the range $A$2:$C$5 in each of the sheets between and including Sheet2 and Sheet6. To enter a reference to a range of worksheets into a formula, you can type the reference directly, or you can select the worksheet tabs that indicate the beginning and ending sheets from which you want to include references. For example, to enter the reference shown above, we must do the following: 1. Begin entering our formula on a worksheet 2. Click the Sheet2 tab to begin the 3-D reference 3. Press SHIFT and click the Sheet6 tab 4. Select the range of cells we want Effects of Moving and Copying on References Moving When you move cells, the values or references they contain never change. However, moving does affect formulas that refer to the moved cells with the following effects: Excel automatically adjusts all references to cells that are moved so that the references designate the same cells in their new location. 27

28 Formulas that previously referenced the area to which you move the cells produce the #REF! error value because you effectively delete the existing cells and replace them with the moved cells. 28 Copying Copying cells has a different effect on relative references and absolute references. Relative References When you copy cells, Excel automatically adjusts relative references and the relative parts of mixed references in the area where you paste the copied cells. Absolute and Mixed References When you copy a formula and use the same cell references from the original formula in the duplicate, use absolute or mixed references in your formula. Functions for Decision Making There are many built-in functions available in Excel that aid in the development of complicated worksheets. These functions accomplish various tasks that might ordinarily require a sophisticated calculator. The Function Wizard includes descriptions of all worksheet functions. Using the Function Wizard, you can select a function, assemble the arguments correctly and insert the function into your formula. We can group the functions into five broad categories which include --among others-- 1. Statistical functions 2. Mathematical functions 3. Financial functions 4. Date and time functions 5. Logical functions Logical Functions: Conditional Values There are certain situations in which the precise cell expression used depends on certain conditions. Excel offers three functions that examine certain conditions before returning a value or expression. The IF function uses a notation somewhat like a programming language to determine whether a condition is true and substitutes one of two expressions. The two LOOKUP functions, VLOOKUP and HLOOKUP, check a cell value against a table and returns the matching value. 28

29 IF Function 29 The parameters of the IF function include the logical test, a "TRUE" expression for the cell, and a "FALSE" expression or value for the cell. Logical tests in Excel are expressed with inequality signs: <,<=, =, >=, > and <> (not equal to). The IF function can include references to other functions, including other IF functions, in its cell expressions. The syntax for the IF function is as follows: IF(logical_test, value_if_true, value_if_false) Thus, Excel tests the logical_test to determine whether it is true or false. "value_if_true" is returned; otherwise, the "value_if_false" is returned. If it is true, then the VLOOKUP Function This useful functions allows the user to match a value in a table, and will "look up" a corresponding value from that table. That is, VLOOKUP compares a search value with the first column in a list and returns an associated value in the same row. The syntax for the VLOOKUP function is: =VLOOKUP(lookup_value, table_array, col_index_num, range_lookup) where lookup_value specifies the search value you want to compare with the first column in the list. table_array is a cell range or range name for the lookup table, the first column of which contains the lookup values. col_index_num gives the number of the columns in the array where the value or label is to be retrieved. range_lookup argument specifies how to compare the search value with the first column. Entering FALSE tells Excel to find an exact match for the search value. TRUE tells Excel to find an approximate match. 29

30 30 Note: The VLOOKUP function requires the lookup column to be the first column of your list. If you want to do a range lookup and the lookup column is not the first column of the list, then you must use the vector form of the LOOKUP function. For example, the syntax =Lookup(J4, 'Grading Scale'!A3:A14, 'Grading Scale'!B3:B14) compares search values to the Range column values and returns the associated value in the Grade column, regardless of the order of the columns in the list. Example: It is rather easy to use the VLOOKUP function to assign letter grades to numerical scores. Suppose my grading scale is as follows: Range Grade < 55 F D D D C C C B B B A- 92 A Before we can implement the VLOOKUP function, we need to set up the table or an array defining the grading scale. In searching for the perfect match, the list containing the values that you want to search much be in ascending order. This is because Excel finds the first value greater than your search value and then backs up one position and returns the associated value. 30

31 In Excel, the Grading Scale table would be as follows: Range Grade 0 F 55 D- 62 D 68 D+ 70 C- 72 C 78 C+ 80 B- 82 B 88 B+ 90 A- 92 A Note: The ranges are defined as follows: F: 0 score 55 D-: 55 score A-: 90 score 92 A: score If your lookup table is set up so that the lookup values are in the first row of a table rather than the first column, you can use the HLOOKUP function instead of the VLOOKUP function. The HLOOKUP function works identically to the VLOOKUP function, except that the table appears on its side, horizontally. 31

32 The syntax for the HLOOKUP function is: =HLOOKUP(lookup_value, table_array, col_index_num, range_lookup) 32 Also, values in the HLOOKUP table should be arranged in ascending order from left to right. For both the HLOOKUP and VLOOKUP functions, the lookup values can be text, numbers, or logical values. Also, upper- and lower-case text are equivalent. SUMIF( ) Worksheet Function in Excel SUMIF(range, criteria, sum_range) Range is the range of cells you want evaluated. Criteria is the criteria in the form of a number, expression, or text that defines which cells will be added. For example, criteria can be expressed as 32, "32", ">32", "apples". Note that you can also use cell references where constants are used. Sum_range are the actual cells to sum. The cells in sum_range are summed only if their corresponding cells in range match the criteria. If sum_range is omitted, the cells in range are summed. 32

EXAMPLE WITH NO NAME EXAMPLE WITH A NAME

EXAMPLE WITH NO NAME EXAMPLE WITH A NAME By using names, you can make your formulas much easier to understand and maintain. You can define a name for a cell range, function, constant, or table. Once you adopt the practice of using names in your

More information

To add a data form to excel - you need to have the insert form table active - to make it active and add it to excel do the following:

To add a data form to excel - you need to have the insert form table active - to make it active and add it to excel do the following: Excel Forms A data form provides a convenient way to enter or display one complete row of information in a range or table without scrolling horizontally. You may find that using a data form can make data

More information

Microsoft Excel Tips & Tricks

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

More information

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

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

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

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

Commonly Used Excel Formulas

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

More information

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

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

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

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

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

More information

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

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

How To Use Excel With A Calculator

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

More information

Microsoft Excel 2010

Microsoft Excel 2010 Microsoft Excel 2010 Special Topics PivotTable IF Function V-Lookup Function Information Technology Services Outreach and Distance Learning Technologies Copyright 2011 KSU Department of Information Technology

More information

Excel Spreadsheets: Getting Started

Excel Spreadsheets: Getting Started Excel Spreadsheets: Getting Started EXCEL REVIEW 2003-2004 Excel Spreadsheets: Getting Started Review this guide for tips on some of the basic skills you need to get started building and using spreadsheets.

More information

Using Excel for Business Analysis: A Guide to Financial Modelling Fundamentals

Using Excel for Business Analysis: A Guide to Financial Modelling Fundamentals Excel 2003 Instructions Using Excel for Business Analysis: A Guide to Financial Modelling Fundamentals contains extensive instructions for using Excel 2010 and Excel for Mac 2011. There are a few instances

More information

MICROSOFT EXCEL FORMULAS

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

More information

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

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

Performing Simple Calculations Using the Status Bar

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

More information

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

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

More information

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

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

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

More information

Intro to Excel spreadsheets

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

More information

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

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

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

More information

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

Using VLOOKUP to Combine Data in Microsoft Excel

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

More information

Handout: Word 2010 Tips and Shortcuts

Handout: Word 2010 Tips and Shortcuts Word 2010: Tips and Shortcuts Table of Contents EXPORT A CUSTOMIZED QUICK ACCESS TOOLBAR... 2 IMPORT A CUSTOMIZED QUICK ACCESS TOOLBAR... 2 USE THE FORMAT PAINTER... 3 REPEAT THE LAST ACTION... 3 SHOW

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

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

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

Computer Training Centre University College Cork. Excel 2013 Level 1

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

More information

Microsoft 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

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

How to Use Excel 2007

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

More information

Microsoft 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

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

Microsoft Excel 2007 Level 2

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

More information

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

Introduction to Microsoft Excel 2010

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

More information

Excel 2007/2010 for Researchers. Jamie DeCoster Institute for Social Science Research University of Alabama. September 7, 2010

Excel 2007/2010 for Researchers. Jamie DeCoster Institute for Social Science Research University of Alabama. September 7, 2010 Excel 2007/2010 for Researchers Jamie DeCoster Institute for Social Science Research University of Alabama September 7, 2010 I d like to thank Joe Chandler for comments made on an earlier version of these

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

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

Access 2010: The Navigation Pane

Access 2010: The Navigation Pane Access 2010: The Navigation Pane Table of Contents OVERVIEW... 1 BEFORE YOU BEGIN... 2 ADJUSTING THE NAVIGATION PANE... 3 USING DATABASE OBJECTS... 3 CUSTOMIZE THE NAVIGATION PANE... 3 DISPLAY AND SORT

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

Excel 2002. What you will do:

Excel 2002. What you will do: What you will do: Explore the features of Excel 2002 Create a blank workbook and a workbook from a template Format a workbook Apply formulas to a workbook Create a chart Import data to a workbook Share

More information

Working together with Word, Excel and PowerPoint 2013

Working together with Word, Excel and PowerPoint 2013 Working together with Word, Excel and PowerPoint 2013 Information Services Working together with Word, Excel and PowerPoint 2013 Have you ever needed to include data from Excel or a slide from PowerPoint

More information

Excel 2003 A Beginners Guide

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

More information

Excel 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

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

Excel 2007 Tutorials - Video File Attributes

Excel 2007 Tutorials - Video File Attributes Get Familiar with Excel 2007 42.40 3.02 The Excel 2007 Environment 4.10 0.19 Office Button 3.10 0.31 Quick Access Toolbar 3.10 0.33 Excel 2007 Ribbon 3.10 0.26 Home Tab 5.10 0.19 Insert Tab 3.10 0.19 Page

More information

Excel 2007 - Using Pivot Tables

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

More information

Microsoft Office PowerPoint 2013

Microsoft Office PowerPoint 2013 Microsoft Office PowerPoint 2013 Navigating the PowerPoint 2013 Environment The Ribbon: The ribbon is where you will access a majority of the commands you will use to create and develop your presentation.

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

Advanced Microsoft Excel 2013

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

More information

Macros in Word & Excel

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

More information

3. Add and delete a cover page...7 Add a cover page... 7 Delete a cover page... 7

3. Add and delete a cover page...7 Add a cover page... 7 Delete a cover page... 7 Microsoft Word: Advanced Features for Publication, Collaboration, and Instruction For your MAC (Word 2011) Presented by: Karen Gray (kagray@vt.edu) Word Help: http://mac2.microsoft.com/help/office/14/en-

More information

SECTION 5: Finalizing Your Workbook

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

More information

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

Microsoft Access 2010 handout

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

More information

Tommy B. Harrington 104 Azalea Drive Greenville, NC 27858 Email: tommy@tommyharrington.com

Tommy B. Harrington 104 Azalea Drive Greenville, NC 27858 Email: tommy@tommyharrington.com M o s t U s e f u l E x c e l C o m m a n d s Tommy B. Harrington 104 Azalea Drive Greenville, NC 27858 Email: tommy@tommyharrington.com Computer Training YOU Can Understand! Most Useful Excel Commands

More information

ACS Microcomputer Workshop Excel: Functions and Data Analysis Tools

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

More information

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

About PivotTable reports

About PivotTable reports Page 1 of 8 Excel Home > PivotTable reports and PivotChart reports > Basics Overview of PivotTable and PivotChart reports Show All Use a PivotTable report to summarize, analyze, explore, and present summary

More information

Business Objects Version 5 : Introduction

Business Objects Version 5 : Introduction Business Objects Version 5 : Introduction Page 1 TABLE OF CONTENTS Introduction About Business Objects Changing Your Password Retrieving Pre-Defined Reports Formatting Your Report Using the Slice and Dice

More information

Microsoft Office 2010: Access 2010, Excel 2010, Lync 2010 learning assets

Microsoft Office 2010: Access 2010, Excel 2010, Lync 2010 learning assets Microsoft Office 2010: Access 2010, Excel 2010, Lync 2010 learning assets Simply type the id# in the search mechanism of ACS Skills Online to access the learning assets outlined below. Titles Microsoft

More information

Task Force on Technology / EXCEL

Task Force on Technology / EXCEL Task Force on Technology EXCEL Basic terminology Spreadsheet A spreadsheet is an electronic document that stores various types of data. There are vertical columns and horizontal rows. A cell is where the

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

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

Excel 2013 - Using Pivot Tables

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

More information

Creating and Using Databases with Microsoft Access

Creating and Using Databases with Microsoft Access CHAPTER A Creating and Using Databases with Microsoft Access In this chapter, you will Use Access to explore a simple database Design and create a new database Create and use forms Create and use queries

More information

Scientific Graphing in Excel 2010

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

More information

How To Create A Powerpoint Intelligence Report In A Pivot Table In A Powerpoints.Com

How To Create A Powerpoint Intelligence Report In A Pivot Table In A Powerpoints.Com Sage 500 ERP Intelligence Reporting Getting Started Guide 27.11.2012 Table of Contents 1.0 Getting started 3 2.0 Managing your reports 10 3.0 Defining report properties 18 4.0 Creating a simple PivotTable

More information

EXCEL FINANCIAL USES

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

More information

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

Creating tables in Microsoft Access 2007

Creating tables in Microsoft Access 2007 Platform: Windows PC Ref no: USER 164 Date: 25 th October 2007 Version: 1 Authors: D.R.Sheward, C.L.Napier Creating tables in Microsoft Access 2007 The aim of this guide is to provide information on using

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

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

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

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

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

More information

Create a PivotTable or PivotChart report

Create a PivotTable or PivotChart report Page 1 of 5 Excel Home > PivotTable reports and PivotChart reports > Basics Create or delete a PivotTable or PivotChart report Show All To analyze numerical data in depth and to answer unanticipated questions

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

How to Use a Data Spreadsheet: Excel

How to Use a Data Spreadsheet: Excel How to Use a Data Spreadsheet: Excel One does not necessarily have special statistical software to perform statistical analyses. Microsoft Office Excel can be used to run statistical procedures. Although

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

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

1. Linking among several worksheets in the same workbook 2. Linking data from one workbook to another

1. Linking among several worksheets in the same workbook 2. Linking data from one workbook to another Microsoft Excel 2003: Part V Advanced Custom Tools Windows XP (I) Linking Data from Several Worksheets and Workbooks In Excel Level III, we have learned and seen examples of how to link data from one worksheet

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

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

Formulas, Functions and Charts

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

More information

Excel Working with Data Lists

Excel Working with Data Lists Excel Working with Data Lists Excel Working with Data Lists Princeton University COPYRIGHT Copyright 2001 by EZ-REF Courseware, Laguna Beach, CA http://www.ezref.com/ All rights reserved. This publication,

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

Efficiency Techniques in Excel

Efficiency Techniques in Excel Efficiency Techniques in Excel EXCEL REVIEW 2001-2002 This handout is meant to serve as a quick review of some of the principal features of Excel. It s not meant to cover all Excel s features or to treat

More information

Advanced Excel Charts : Tables : Pivots : Macros

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

More information

How To Create A Report In Excel

How To Create A Report In Excel Table of Contents Overview... 1 Smartlists with Export Solutions... 2 Smartlist Builder/Excel Reporter... 3 Analysis Cubes... 4 MS Query... 7 SQL Reporting Services... 10 MS Dynamics GP Report Templates...

More information

Rows & Columns. Workbooks & Worksheets

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

More information

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

How to Excel with CUFS Part 2 Excel 2010

How to Excel with CUFS Part 2 Excel 2010 How to Excel with CUFS Part 2 Excel 2010 Course Manual Finance Training Contents 1. Working with multiple worksheets 1.1 Inserting new worksheets 3 1.2 Deleting sheets 3 1.3 Moving and copying Excel worksheets

More information