Excel 2010 For Dummies book cover

Excel 2010 For Dummies

Overview

The bestselling Excel book on the market, updated for Excel 2010

As the world's leading spreadsheet application, Excel has a huge user base. The release of Office 2010 brings major changes to Excel, so Excel For Dummies comes to the rescue once more!

In the friendly and non-threatening For Dummies style, this popular guide shows beginners how to get up and running with Excel and helps more experienced users get comfortable with new features.

  • Excel is the number one spreadsheet application worldwide, and Excel For Dummies is the number one guide to using it
  • With the major changes in Microsoft Office 2010, Excel has new features and a new interface design; users need help to get up to speed
  • The book includes everything you need to know to perform basic Excel 2010 tasks
  • Covers creating and editing worksheets and charts, formatting cells, entering formulas, inserting graphs, designing database forms, and adding database records
  • Also covers printing, adding hyperlinks to worksheets, saving worksheets as Web pages, adding existing worksheet data to an existing Web page, and much more

Whether you're new to Excel or just need to understand the 2010 version, Excel 2010 For Dummies provides what you need to know.

The bestselling Excel book on the market, updated for Excel 2010

As the world's leading spreadsheet application, Excel has a huge user base. The release of Office 2010 brings major changes to Excel, so Excel For Dummies comes to the rescue once more!

In the friendly and non-threatening For Dummies style, this popular guide shows beginners how to get up and running with Excel and helps more experienced users get comfortable with new features.

  • Excel is the number one spreadsheet application worldwide, and Excel For Dummies is the number one guide to using it
  • With the major changes in Microsoft Office 2010,
Excel has new features and a new interface design; users need help to get up to speed
  • The book includes everything you need to know to perform basic Excel 2010 tasks
  • Covers creating and editing worksheets and charts, formatting cells, entering formulas, inserting graphs, designing database forms, and adding database records
  • Also covers printing, adding hyperlinks to worksheets, saving worksheets as Web pages, adding existing worksheet data to an existing Web page, and much more
  • Whether you're new to Excel or just need to understand the 2010 version, Excel 2010 For Dummies provides what you need to know.

    Excel 2010 For Dummies Cheat Sheet

    At first glance, you might have trouble making sense of the many menus, tabs, columns, and rows of the Excel 2010 user interface. This Cheat Sheet will help you navigate your way by showing you keystrokes for moving the cell cursor to a new cell, simple rules of data-entry etiquette, common causes of some formula error values, and a quick list of the best Excel 2010 features.

    Articles From The Book

    73 results

    Excel Articles

    How to Enter Basic Formulas in Excel 2010

    Formulas are the real workhorses of an Excel 2010 worksheet. If you set up a formula properly, it computes the correct answer when you enter it into a cell. You can set up a formula from the functions excel provides or create your own custom excel function. From then on, it keeps itself up to date, recalculating the results whenever you change any of the values that the formula uses.

    You let Excel know that you're about to enter a formula in the current cell by entering the equal sign (=). Some formulas follow the equal sign with a built-in function such as SUM or AVERAGE. Many simple formulas use a series of values or cell references that contain values separated by one or more of the following mathematical operators:

    For example, to create a formula in cell C2 that multiplies a value entered in cell A2 by a value in cell B2, enter the following formula in cell C2: =A2*B2 To enter this formula in cell C2, follow these steps:
    1. Select cell C2.

    2. Type the entire formula =A2*B2 in the cell.

    3. Press Enter.

    Or
    1. Select cell C2.

    2. Type = (equal sign).

    3. Select cell A2 in the worksheet by using the mouse or the keyboard.

      This action places the cell reference A2 in the formula in the cell.

      To start the formula, type =, and then select cell A2.
    4. Type * (Shift+8 on the top row of the keyboard).

    5. Select cell B2 in the worksheet by using the mouse or the keyboard.

      This action places the cell reference B2 in the formula.

    6. Press Enter.

      Excel displays the calculated answer in cell C2 and the formula =A2*B2 in the Formula bar.

    If you select the cell you want to use in a formula, either by clicking it or by moving the cell cursor to it, you have less chance of entering the wrong cell reference.

    Now comes the fun part: After creating a formula that refers to the values in certain cells (rather than containing those values itself), you can change the values in those cells, and Excel automatically recalculates the formula, using these new values and displaying the updated answer in the worksheet. Using the example shown in the figures, suppose that you change the value in cell B2 from 100 to 50. The moment that you complete this change in cell B2, Excel recalculates the formula and displays the new answer, 1000, in cell C2.

    Did this glimpse into Excel formulas leave you longing for more information and insight about Microsoft's popular spreadsheet program? You're free to test drive any of the For Dummies eLearning courses. Pick your course (you may be interested in more from Excel 2010), fill out a quick registration, and then give eLearning a spin with the Try It! button. You'll be right on course for more trusted know how: The full version's also available at Excel 2010.

    Excel Articles

    How to Create a Pivot Table in Excel 2010

    A pivot table is a special type of summary table that's unique to Excel. Pivot tables are great for summarizing values in a table because they do their magic without making you create formulas to perform the calculations. Pivot tables also let you play around with the arrangement of the summarized data. It's this capability of changing the arrangement of the summarized data on the fly simply by rotating row and column headings that gives the pivot table its name. Follow these steps to create a pivot table:

    1. Open the worksheet that contains the table you want summarized by pivot table and select any cell in the table.

      Ensure that the table has no blank rows or columns and that each column has a header.

    2. Click the PivotTable button in the Tables group on the Insert tab.

      Click the top portion of the button; if you click the arrow, click PivotTable in the drop-down menu. Excel opens the Create PivotTable dialog box and selects all the table data, as indicated by a marquee around the cell range.

    3. If necessary, adjust the range in the Table/Range text box under the Select a Table or Range option button.

      If the data source for your pivot table is an external database table created with a separate program, such as Access, click the Use an External Data Source option button, click the Choose Connection button, and then click the name of the connection in the Existing Connections dialog box.

    4. Select the location for the pivot table.

      By default, Excel builds the pivot table on a new worksheet it adds to the workbook. If you want the pivot table to appear on the same worksheet, click the Existing Worksheet option button and then indicate the location of the first cell of the new table in the Location text box.

      Indicate the data source and pivot table location in the Create PivotTable dialog box.
    5. Click OK.

      Excel adds a blank grid for the new pivot table and displays a PivotTable Field List task pane on the right side of the worksheet area. The PivotTable Field List task pane is divided into two areas: the Choose Fields to Add to Report list box with the names of all the fields in the source data for the pivot table and an area divided into four drop zones (Report Filter, Column Labels, Row Labels, and Values) at the bottom.

      New pivot table displaying the blank table grid and the PivotTable Field List task pane.
    6. To complete the pivot table, assign the fields in the PivotTable Field List task pane to the various parts of the table. You do this by dragging a field name from the Choose Fields to Add to Report list box and dropping it in one of the four areas below, called drop zones:

      • Report Filter: This area contains the fields that enable you to page through the data summaries shown in the actual pivot table by filtering out sets of data — they act as the filters for the report. So, for example, if you designate the Year Field from a table as a Report Filter, you can display data summaries in the pivot table for individual years or for all years represented in the table.

      • Column Labels: This area contains the fields that determine the arrangement of data shown in the columns of the pivot table.

      • Row Labels: This area contains the fields that determine the arrangement of data shown in the rows of the pivot table.

      • Values: This area contains the fields that determine which data are presented in the cells of the pivot table — they are the values that are summarized in its last column (totaled by default).

    7. Continue to manipulate the pivot table as needed until the desired results appear.

      Completed pivot table after adding the fields from the employee table to the various drop zones.

    As soon as you create a new pivot table (or select the cell of an existing table in a worksheet), Excel displays the Options tab of the PivotTable Tools contextual tab. Among the many groups on this tab, you find the Show/Hide group that contains the following useful command buttons:

    • Field List to hide and redisplay the PivotTable Field List task pane on the right side of the Worksheet area.

    • +/- Buttons to hide and redisplay the expand (+) and collapse (-) buttons in front of particular Column Fields or Row Fields that enable you to temporarily remove and then redisplay their particular summarized values in the pivot table.

    • Field Headers to hide and redisplay the fields assigned to the Column Labels and Row Labels in the pivot table.

    Did this glimpse into Excel pivot tables leave you longing for more information and insight about Microsoft's popular spreadsheet program? You're free to test drive any of the For Dummies eLearning courses. Pick your course (you may be interested in more from Excel 2010), fill out a quick registration, and then give eLearning a spin with the Try It! button. You'll be right on course for more trusted know how: The full version's also available at Excel 2010.

    Excel Articles

    Moving the Cell Cursor in Excel 2010 Spreadsheets

    Excel 2010 offers a wide variety of keystrokes for moving the cell cursor to a new cell. When you use one of these keystrokes, the program automatically scrolls a new part of the worksheet into view, if this is required to move the cell pointer.

    The following table summarizes these keystrokes, including how far each one moves the cell pointer from its starting position.

    When moving the cell cursor by using the keystrokes listed in the table, keep the following helpful hints in mind:

    • In the case of those keystrokes that use arrow keys, you must either use the arrows on the cursor keypad or else have the Num Lock disengaged on the numeric keypad of your keyboard.

    • The keystrokes that combine the Ctrl or End key with an arrow key are among the most helpful for moving quickly from one edge to the other in large tables of cell entries or for moving from table to table in a section of a worksheet with many blocks of cells.

    • When you use Ctrl and an arrow key to move from edge to edge in a table or between tables in a worksheet, you hold down Ctrl while you press one of the four arrow keys.

    • When you use End and an arrow-key alternative, you must press and then release the End key before you press the arrow key. Pressing and releasing the End key causes the End Mode indicator to appear on the Status bar. This is your sign that Excel is ready for you to press one of the four arrow keys.