09
Table Of Contents
- Numbers User Guide
- Contents
- Preface: Welcome to Numbers ’09
- Chapter 1: Numbers Tools and Techniques
- Chapter 2: Creating, Saving, and Organizing a Numbers Spreadsheet
- Chapter 3: Using Tables
- Working with Tables
- Selecting Tables and Their Components
- Working with Rows and Columns in Tables
- Adding Rows to a Table
- Adding Columns to a Table
- Rearranging Rows and Columns
- Deleting Table Rows and Columns
- Adding Table Header Rows or Header Columns
- Freezing Table Header Rows and Header Columns
- Adding Table Footer Rows
- Resizing Table Rows and Columns
- Alternating Table Row Colors
- Hiding Table Rows and Columns
- Sorting Rows in a Table
- Filtering Rows in a Table
- Creating Table Categories
- Chapter 4: Working with Table Cells
- Putting Content into Table Cells
- Displaying Content Too Large for Its Table Cell
- Using Conditional Formatting to Monitor Table Cell Values
- Adding Images or Color to Table Cells
- Merging Table Cells
- Splitting Table Cells
- Formatting Table Cell Borders
- Copying and Moving Cells
- Adding Comments to Table Cells
- Formatting Table Cell Values for Display
- Using the Automatic Format in Table Cells
- Using the Number Format in Table Cells
- Using the Currency Format in Table Cells
- Using the Percentage Format in Table Cells
- Using the Date and Time Format in Table Cells
- Using the Duration Format in Table Cells
- Using the Fraction Format in Table Cells
- Using the Numeral System Format in Table Cells
- Using the Scientific Format in Table Cells
- Using the Text Format in Table Cells
- Using a Checkbox, Slider, Stepper, or Pop-Up Menu in Table Cells
- Using Your Own Formats for Displaying Values in Table Cells
- Creating a Custom Number Format
- Defining the Integers Element of a Custom Number Format
- Defining the Decimals Element of a Custom Number Format
- Defining the Scale of a Custom Number Format
- Associating Conditions with a Custom Number Format
- Creating a Custom Date/Time Format
- Creating a Custom Text Format
- Changing a Custom Cell Format
- Reordering, Renaming, and Deleting Custom Cell Formats
- Chapter 5: Working with Table Styles
- Chapter 6: Using Formulas in Tables
- The Elements of Formulas
- Performing Instant Calculations
- Using Predefined Quick Formulas
- Creating Your Own Formulas
- Removing Formulas
- Referring to Cells in Formulas
- Using Operators in Formulas
- Copying or Moving Formulas and Their Computed Values
- Viewing All Formulas in a Spreadsheet
- Finding and Replacing Formula Elements
- Chapter 7: Creating Charts from Data
- About Charts
- Creating a Chart from Table Data
- Changing a Chart from One Type to Another
- Moving a Chart
- Switching Table Rows and Columns for Chart Data Series
- Adding More Data to an Existing Chart
- Including Hidden Table Data in a Chart
- Replacing or Reordering Data Series in a Chart
- Removing Data from a Chart
- Deleting a Chart
- Sharing Charts with Pages and Keynote Documents
- Formatting Charts
- Formatting Specific Chart Types
- Chapter 8: Working with Text
- Adding Text
- Selecting Text
- Deleting, Copying, and Pasting Text
- Formatting Text Size and Appearance
- Making Text Bold, Italic, or Underlined
- Adding Shadow and Strikethrough to Text
- Creating Outlined Text
- Changing Text Size
- Making Text Subscript or Superscript
- Changing Text Capitalization
- Changing Fonts
- Adjusting Font Smoothing
- Adding Accent Marks
- Viewing Keyboard Layouts for Other Languages
- Typing Special Characters and Symbols
- Using Smart Quotes
- Using Advanced Typography Features
- Setting Text Alignment, Spacing, and Color
- Setting Tab Stops to Align Text
- Setting Indents
- Creating Lists
- Using Text Boxes, Shapes, and Other Effects to Highlight Text
- Using Hyperlinks
- Inserting Page Numbers and Other Changeable Values
- Automatically Substituting Text
- Inserting a Nonbreaking Space
- Checking for Misspelled Words
- Working with Spelling Suggestions
- Searching for and Replacing Text
- Chapter 9: Working with Shapes, Graphics, and Other Objects
- Working with Images
- Creating Shapes
- Using Sound and Movies
- Manipulating, Arranging, and Changing the Look of Objects
- Selecting Objects
- Copying or Duplicating Objects
- Deleting Objects
- Moving and Positioning Objects
- Moving an Object Forward or Backward (Layering Objects)
- Quickly Aligning Objects Relative to One Another
- Using Alignment Guides
- Creating Your Own Alignment Guides
- Positioning Objects by x and y Coordinates
- Grouping and Ungrouping Objects
- Connecting Objects with an Adjustable Line
- Locking and Unlocking Objects
- Modifying Objects
- Filling Objects with Colors or Images
- Working with MathType
- Chapter 10: Adding Address Book Data to a Table
- Chapter 11: Sharing Your Numbers Spreadsheet
- Chapter 12: Designing Your Own Numbers Spreadsheet Templates
- Index
Chapter 6 Using Formulas in Tables 131
When you want to determine
whether
Use this comparison operator For example, if A2 contains 20
and B2 contains 2, the formula
Two values are equal = A2 = B2 returns FALSE.
Two values aren’t equal <> A2 <> B2 returns TRUE.
The rst value is greater than
the second value
> A2 > B2 returns TRUE.
The rst value is less than the
second value
< A2 < B2 returns FALSE.
The rst value is greater than
or equal to the second value
>= A2 >= B2 returns TRUE.
The rst value is less than or
equal to the second value
<= A2 <= B2 returns FALSE.
Text strings are larger than numbers. For example, “hello” > 5 returns TRUE.
TRUE and FALSE can be compared with each other, but not with numbers or text
strings. TRUE > FALSE, and FALSE < TRUE, because TRUE is interpreted as 1 and FALSE is
interpreted as 0. TRUE = 1 returns FALSE, and TRUE = “SomeText” returns FALSE.
Comparison operations are used primarily in functions such as IF, which compare two
values and then perform other operations depending on whether the comparison
returns TRUE or FALSE. For more information about this topic, choose Help > iWork
Formulas and Functions Help or Help > iWork Formulas and Functions User Guide.
Copying or Moving Formulas and Their Computed Values
Here are techniques for copying and moving cells related to a formula:
To copy the computed value in a formula cell but not the formula, select the cell, m
choose Edit > Copy, select the cell you want to hold the value, and then choose Edit >
Paste Values.
To copy or move a formula cell or a cell that a formula refers to, follow the instructions m
in “Copying and Moving Cells” on page 88.
If the table is large and you want to move the formula to a cell that’s out of view, select
the cell, choose Edit > “Mark for Move,” select the other cell, and then choose Edit >
Move. For example, if the formula =A1 is in cell D1 and you want to move the same
formula to cell X1, select D1, choose Edit > “Mark for Move,” select X1, and then choose
Edit > Move. The formula =A1 appears in cell X1.
If you copy or move a formula cell, change cell references, as “Distinguishing Absolute
and Relative Cell References” on page 129 describes, if needed.










