Difference between revisions of "Documentation/OOo3 User Guides/Writer Guide/Data entry in tables"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Using spreadsheet functions in a table)
(Using spreadsheet functions in a table)
Line 49: Line 49:
  
 
{{Documentation/Tip| To display the list of the mathematical functions that you can use in a table:
 
{{Documentation/Tip| To display the list of the mathematical functions that you can use in a table:
* Display the Formula toolbar by pressing ''F2'' or by selecting a blank cell and pressing the = key.
+
1 Display the Formula toolbar by pressing ''F2'' or by selecting a blank cell and pressing the = key.
* Click and hold the Formula '''f(x)''' icon.}}
+
2 Click and hold the Formula '''f(x)''' icon.}}
  
 
In our example, this gives the result '''9''' in the top left cell. For contiguous cells, you can simply select the cells in the row, column, or the rectangle of rows and columns. Thus, for example, to add a column of numbers, do this:
 
In our example, this gives the result '''9''' in the top left cell. For contiguous cells, you can simply select the cells in the row, column, or the rectangle of rows and columns. Thus, for example, to add a column of numbers, do this:

Revision as of 15:03, 30 May 2010


Moving between cells

Within a table, you can use the mouse, the cursor keys, or the Tab key to move between cells.

The cursor keys move to the next cell only if there is no text in the way. For example, pressing the right cursor key will move the cursor to the right within the text in the current cell, then to the next cell.

The Tab key moves directly to the next cell and, if the cursor is in the last cell in the table, creates a new row. Pressing Shift+Tab moves the cursor back a cell.

Template:Documentation/Tip

Sorting data in a table

Just as in a spreadsheet, Writer allows data in a table to be sorted. Up to three levels of sorting can be specified (for example, sort first by age numerically, then alphabetically by name within each age).

To sort data in a table:

Select the table (or part of the table) to be sorted.

From the menu bar, select Table > Sort. In the Sort dialog box:

  1. Decide whether you want to sort in the direction of rows or columns. The default sorting direction is by rows, which results in sorting the data in a column.
  2. Select up to three keys to sort on, in the correct order.
  3. For each key, select which column or row to sort on, whether the sort is Numeric or Alphanumeric and whether it is Ascending or Descending.
  4. Click OK to perform the sort.

Template:Documentation/Note

Using spreadsheet functions in a table

In a table in a Writer document, you can use some of the mathematical functions that are normally implemented by OpenOffice.org Calc. For many simple functions, Writer tables can be used as basic spreadsheets.

Just as in a spreadsheet, each table cell is identified by a letter (for the column) and a number (for the row). For example, cell C4 is the cell in the third column from the left and fourth row from the top. When the cursor is in a cell, this cell reference is displayed on the status bar.

Template:Documentation/Tip

For example, suppose you had two numbers in cells <B1> and <C2> and wanted to display the sum of the two in cell <A1>, as shown below.

Using spreadsheet functions in a table,

Do the following:

  1. Click in cell <A1> and press the = key. The Formula bar appears automatically, near the top of the screen. In the leftmost side of the bar, you can see the coordinates of the selected cell.
  2. Click in cell <B1>. The identifiers of this cell are automatically displayed in the Formula bar and inserted into cell <A1>.
  3. Press the + key.
  4. Click on cell <C2>. You can see the final formula = <B1>+<C2> displayed both in the selected cell and in the Object bar.
  5. Press the Enter key or click the green tick (checkmark) on the Formula Bar.

Template:Documentation/Tip

In our example, this gives the result 9 in the top left cell. For contiguous cells, you can simply select the cells in the row, column, or the rectangle of rows and columns. Thus, for example, to add a column of numbers, do this:

  1. Type an equals sign = in an empty cell.
  2. Select the cells to be added together—in this case the cells from A2 to A5. The formula should be something like =<A2:A5>.
  3. Press the Enter key or click the green tick (checkmark) on the Formula Bar.
  4. The answer appears in the cell you have selected.

When using a function, you can enter the cells manually or by selecting them. Thus, to add up the four numbers that we added above (A2, A3, A4, A5), do this:

  1. Type an equals sign = in an empty cell.
  2. Type sum or select it from the function list f(x).
  3. Select the cells to be added together. The formula should be something like =sum<A2:A5>.
  4. Press the Enter key or click the green tick (checkmark) on the Formula Bar.
  5. The answer appears in the cell you have selected.
Documentation caution.png Unlike Calc, when inserting or deleting rows or columns of the table, formulas are not updated automatically. If you plan to use complex formulas you should consider embedding a Calc spreadsheet in your Writer document.


Content on this page is licensed under the Creative Common Attribution 3.0 license (CC-BY).
Personal tools