NUMBERS - Spreadsheet APPLE - Free user manual and instructions

Find the device manual for free NUMBERS APPLE in PDF.

APPLE NUMBERS - Spreadsheet
📄 946 pages English EN Download 💬 AI Question 25 questions ⚙️ Specs
Notice APPLE NUMBERS - page 319
View the manual : Français FR English EN Italiano IT
Pick your language and provide your email: we'll send you a specifically translated version.
Product type Spreadsheet software for Mac OS X
Version iWork '08 (Numbers 1.0)
Main functions Creating spreadsheets, tables, formulas, charts, formatting, import/export Excel, PDF, CSV
Supported file formats .numbers (native), .xls, .xlsx, .csv, .pdf, .ofx
Interface languages French, English, German, Spanish, Italian, etc.
Minimum system requirements Mac with PowerPC G4 or Intel processor, Mac OS X 10.4.10 or later, 512 MB RAM
Number of sheets per document Unlimited (depending on memory)
Available chart types Bars, columns, lines, pie, scatter, 3D
Built-in calculation functions Over 250 functions (financial, statistical, trigonometric, etc.)
Import from Address Book Yes
Export to iWeb Yes
Printing Print preview, headers/footers, page numbering, adjustable margins
Conditional formatting Yes
Sorting and filtering tables Yes
Maintenance and cleaning Updates via Apple Software Update; keep system up to date
Security Document password protection (via operating system)
Spare parts and repairability Apple technical support, online assistance, repair via Apple Store or authorized service center
General information Professional spreadsheet software from Apple's iWork suite, comprehensive 946-page user manual in PDF format

Frequently Asked Questions - NUMBERS APPLE

How to create a new table in Numbers?
Click the Tables button in the toolbar and choose a predefined table, or select Insert > Table. You can also drag cells from another table.
How to add a formula to a cell?
Select the cell, type the = sign to open the Formula Editor, then enter your formula. You can also use the Formula bar or the Function Browser.
Can I import an Excel file into Numbers?
Yes, Numbers can import .xls, .xlsx, .csv and .ofx files. Drag the file onto the Numbers icon or use File > Open.
How to create a chart from table data?
Select the cells containing the data, then click Charts in the toolbar and choose a chart type. You can modify the plotted data via the Chart Inspector.
How to print a spreadsheet with headers?
Switch to Print Preview (View menu), enable layout display, then click in the header or footer to add text or page numbers.
Is it possible to add images to table cells?
Yes, drag an image from the Media Browser or Finder directly into a cell. You can also use the Cell Inspector to set an image fill.
How to sort table data?
Select the table, click the Sort button in the toolbar, or use Table > Sort. Choose the sort column and order (ascending or descending).
Can I protect my Numbers file with a password?
Numbers does not offer built-in password protection, but you can use Mac OS X encryption features (e.g., FileVault) or add a password to the file via Disk Utility.
How to add Address Book data to a table?
Use Insert > Address Book and follow the instructions to map fields. You can add data to an existing table or create a new one.
What to do if a font is missing in the document?
Numbers will display a warning dialog. Click Replace Font to choose a replacement font. You can also install the missing font in your Mac's Fonts folder.

User questions about NUMBERS APPLE

15 questions about this device. Answer the ones you know or ask your own.

Ask a new question about this device

Your email remains private: it is only used to notify you if someone answers your question.

How to insert page numbers in the footer of an Apple Numbers document?
Frequently Asked Questions - 04/24/2026
Response Notice-Facile

In the Numbers application from Apple, there is no built-in feature to automatically add page numbers in the footer like in some word processing software. However, you can work around this limitation using the following methods:

1. Manually add a column for numbers

  • Open your Numbers document.
  • Insert a new column where you want to display the numbers (for example, at the beginning or end of the table).
  • Manually enter the numbers corresponding to each row or section.
  • Format this column to look like a footer (smaller font size, gray color, centered alignment, etc.).

2. Use text boxes on printed pages

  • If you want the numbers to appear only when printing, you can add text boxes in the header or footer through the print option.
  • In the print window, click on Show Print Options and look for header and footer options.
  • You can manually insert a page number, but this method is not dynamic and requires manual updating if the document changes.

3. Export to another software for automatic numbering

  • If automatic numbering is essential, you can export your Numbers document to PDF or Excel format.
  • Then, use a word processing software or a PDF editor that allows you to automatically add page numbers in the footer.

In summary, Numbers does not handle automatic footer numbering. The best solution is to manually add a column to simulate this numbering or to use external software for printing with page numbers.

Respond (be the first)
How to select and use non-contiguous cells in Apple Numbers for calculations?
Frequently Asked Questions - 02/09/2026
Response Notice-Facile

In Apple Numbers, it is common to need to manipulate cells that are not adjacent, especially when you want to perform calculations like summing or other operations on non-contiguous ranges of cells. Here’s how to handle this situation:

1. Selecting non-contiguous cells

  • To select multiple cells that are not next to each other, hold down the Command (⌘) key on your keyboard while clicking on each cell you want to include.
  • This method allows you to highlight several scattered cells in the sheet.

2. Using non-contiguous cells in a formula

Numbers does not directly allow referencing a non-contiguous range in a single range, but you can sum multiple ranges or individual cells by separating them with plus signs (+) in the formula.

For example, to sum cells B1, B3, and B5, you can write:

=B1 + B3 + B5

If you have many cells to include, this can become tedious. In this case, it is advisable to:

  • Create a helper column where you mark, for example, with a "1" the rows to include.
  • Use a conditional function like SUMIF to sum only the corresponding cells.

3. Example with SUMIF

Suppose column A contains criteria and column B contains values, and you want to sum the values in B where column A matches a specific criterion:

=SUMIF(A, "Criterion", B)

This method allows you not to worry about the contiguity of the cells, as the function automatically filters the rows according to the criterion.

Summary

  • To manually select non-adjacent cells, use the Command (⌘) + click.
  • To calculate with non-contiguous cells, sum them in the formula or use conditional functions.
  • For complex selections, a helper column with criteria makes calculations easier.
Respond (be the first)
How to perform a conditional sum of a column in Numbers on Mac based on a specific value in the previous column?
Frequently Asked Questions - 02/09/2026
Response Notice-Facile

In Apple Numbers on Mac, to perform a conditional sum of a column based on a specific value in the previous column, you need to use the SUMIF function. This function evaluates the cells in a range according to a criterion and sums the corresponding values from another range.

The basic syntax is as follows: =SUMIF(criteria_range, "value", sum_range). For example, if you have categories in column A and amounts in column B, and you want to sum the amounts only for a specific category, you would write: =SUMIF(A:A, "Category", B:B). This formula will check each cell in column A and only sum the values in column B when column A exactly matches your value.

To set up this formula in your Numbers sheet, first select the cell where you want to display the result. Then, click on the function icon (fx) in the toolbar or use the Insert > Function menu to open the function browser. Search for SUMIF and select it to get an input assistant that will guide you in setting the parameters.

It is recommended to specify the exact ranges rather than entire columns for clarity and performance. For example, use =SUMIF(A2:A100, "value", B2:B100) if your data is between rows 2 and 100, thus excluding headers. Remember that the criterion value must exactly match the text or number in the previous column; case sensitivity may not always be ignored depending on your settings.

If you have multiple conditions to apply (for example, summing based on two different columns), Numbers cannot handle multiple criteria in a single SUMIF function. The solution is to create several distinct SUMIF formulas and sum them in a separate cell with a simple addition, for example: =SUMIF(A:A, "Category1", B:B) + SUMIF(A:A, "Category2", B:B).

Respond (be the first)
How to repeat a table title on each page when printing in Apple Numbers?
Frequently Asked Questions - 02/01/2026
Response Notice-Facile

To repeat a title or header row on each page when printing in Apple Numbers, follow these simple steps:

Steps to set a repeated header row

  1. Open your Numbers document containing the relevant table.
  2. Select the table in which you want the title to be repeated.
  3. Click on the row that contains the title or column headers to select it.
  4. In the menu bar at the top, click on "Table".
  5. In the dropdown menu, choose "Set as header row".

Once this operation is completed, the selected row will automatically be repeated at the top of each page when printing or exporting your document to PDF.

Additional information

  • This feature is particularly useful for tables that span multiple pages, to maintain data readability.
  • You can set multiple header rows if necessary, by repeating the procedure on several rows.
  • The repetition of titles does not appear in the Numbers interface, but only when printing or in print preview.
Respond (be the first)
How to create a dropdown list for all cells in a table in Apple Numbers?
Frequently Asked Questions - 01/20/2026
Response Notice-Facile

To create a dropdown list in table cells in Apple Numbers, you need to add a pop-up menu to each cell. A pop-up menu allows you to predefine the values that a cell can contain, thus limiting the possible entries to your choices.

To add a pop-up menu to cells:

  • Select the cell or cells where you want to add the dropdown list.
  • Click on the Other Cell Formats button located in the format bar at the top of the window.
  • In the dropdown menu, select Pop-up Menu to create a list with the default settings.

To define the items in your list:

  • Once the pop-up menu is created, click on the Inspector button in the toolbar, then on Cell Inspector.
  • Make sure Pop-up Menu is selected in the Cell Format menu.
  • You will see placeholder entries in the Cell Inspector. Click on each entry to modify it and type the value you want to add to your list.
  • To add a new item to the list, click on the + sign and type the value. Numbers are treated as numbers and not as text.
  • To remove an item, click on the - sign next to that item.

To apply the same list to multiple cells:

  • After creating your pop-up menu in one cell, select that cell.
  • Drag the handle in the bottom right corner of the cell to the other cells where you want to add the same list. This will copy the format and values of the pop-up menu.
  • You can also copy the cell and paste its format only into other cells.

Once configured, cells with a pop-up menu can only be modified using the dropdown list, ensuring the consistency and validity of your data.

Respond (be the first)
How to insert and use a checkbox in a formula in Apple Numbers?
Frequently Asked Questions - 01/20/2026
Response Notice-Facile

In Apple Numbers, it is possible to insert a checkbox in a cell and use it in formulas to create conditional calculations or dynamic displays.

Steps to insert a checkbox:

  • Select the cell where you want to add the checkbox.
  • Open the Format panel by clicking on the corresponding icon at the top right.
  • In the Cell tab, change the Cell Type by selecting Checkbox.

Using the checkbox in a formula:

The checkbox has a boolean value: TRUE if checked, FALSE if unchecked. You can therefore use it directly in your formulas.

For example, if the checkbox is in cell A1, you can write a formula in another cell to display text based on its state:

=IF(A1; "Enabled"; "Disabled")

This formula will display "Enabled" if the checkbox is checked, and "Disabled" otherwise.

Usage examples:

  • Calculate a value only if the checkbox is checked: =IF(A1; B1 * 2; 0)
  • Count the number of checked boxes in a range: =COUNTIF(range; TRUE)

These features allow you to make your tables interactive and customized according to your needs.

Respond (be the first)
How to create a formula in Numbers to check if a year is a leap year?
Frequently Asked Questions - 01/13/2026
Response Notice-Facile

To determine if a year is a leap year in Numbers, you need to use a formula that applies the rules of the Gregorian calendar. This formula checks three conditions: the year is divisible by 4, it is not a century (unless divisible by 400).

Assuming the year to check is in cell A1. In another cell, enter the following formula:

=IF(AND(MOD(A1, 4) = 0, OR(MOD(A1, 100) <> 0, MOD(A1, 400) = 0)), "Leap Year", "Not a Leap Year")

The MOD function calculates the remainder of the division. MOD(A1, 4) = 0 checks that the year is divisible by 4, which is a necessary condition for a leap year. Then, MOD(A1, 100) <> 0 checks that the year is not a multiple of 100 (i.e., a century like 1900 or 2100). Finally, MOD(A1, 400) = 0 captures the special case of centuries that are still leap years if they are divisible by 400.

The AND function requires that all logical conditions are simultaneously true: the year must be divisible by 4, AND it must either not be a century or be divisible by 400. The OR function provides this alternative: "not a century OR divisible by 400". Finally, the IF function displays "Leap Year" if all conditions are met, otherwise "Not a Leap Year".

For example, the year 2024 is divisible by 4 and is not a century, so the formula returns "Leap Year". The year 1900 is divisible by 4 and by 100, but not by 400, so it returns "Not a Leap Year". The year 2000 is divisible by 4, by 100 AND by 400, so it returns "Leap Year".

Respond (be the first)
How to automatically turn a cell red in Numbers when a date is 15 days from the current date?
Frequently Asked Questions - 12/29/2025
Response Notice-Facile

To automatically turn a cell red in Numbers when the date it contains is 15 days from the current date, you can use the conditional formatting feature. Here are the steps to follow:

  1. Select the cell or range of cells containing the dates to check.
  2. In the toolbar, click on the Format button (at the top right).
  3. In the panel that opens, choose Conditional Formatting.
  4. Click on Add a Rule.
  5. In the dropdown menu of rules, select Date is.
  6. Choose the option "in the next 15 days" or "in the 15 days before" depending on whether you want to include future or past dates.
  7. Then set the formatting style, for example, the text or background color to red.
  8. Confirm by clicking on Done.

This rule will automatically apply the red color to cells whose date is within 15 days of the current date, thus facilitating the visualization of upcoming deadlines.

Respond (be the first)
What separator should be used between arguments in a formula in Numbers, a comma or a semicolon?
Frequently Asked Questions - 12/29/2025
Response Notice-Facile

In Apple's Numbers, the separator used between the arguments of a formula mainly depends on your regional settings, particularly the decimal separator. Numbers automatically inserts a comma (,) between arguments when you select cells, but you need to replace it with a semicolon (;) if the decimal separator for your location is a comma (as is the case in French).

For example, in France where the decimal separator is the comma, you should write:

=SUM(A1;A2;A3)

and not:

=SUM(A1,A2,A3)

This distinction is important because using a comma as an argument separator in a French-speaking locale would create ambiguity: the comma would be both your decimal separator and your argument separator. That is why Numbers allows you to replace the automatically inserted comma with a semicolon when adding cell references.

In summary: if your system uses a comma as the decimal separator (French, Belgian, Swiss French localization, etc.), use the semicolon to separate the arguments. If you are using an English-speaking locale where the decimal separator is the point, the comma can generally be retained.

Respond (be the first)
What date format should be used in cell A1 on Numbers for the formula to work correctly?
Frequently Asked Questions - 12/29/2025
Response Notice-Facile

For the formula to work correctly in Apple Numbers, the date entered in cell A1 must be recognized as a valid date by the application. Here are the key points to follow:

Accepted date formats in Numbers

  • DD/MM/YYYY (example: 15/03/2023)
  • YYYY-MM-DD (example: 2023-03-15)
  • Month Name DD, YYYY (example: March 15, 2023)

Checking and setting the cell format

  1. Select cell A1.
  2. Open the Format menu in the sidebar.
  3. Choose the Cell option and then Date to set the cell format.
  4. Make sure the date is recognized and displayed correctly.

If the date is entered in an unrecognized format or if the cell is not set to Date type, the formula using this cell may not work. Therefore, make sure to follow these formats and set the cell accordingly.

Respond (be the first)
How to automatically calculate a date 6 months after a given date in Apple Numbers?
Frequently Asked Questions - 12/29/2025
Response Notice-Facile

To automatically calculate a date that is 6 months after a specified date in a Numbers cell, you can use the DATE function combined with YEAR, MONTH, and DAY. Here’s how to do it:

  1. Assume the initial date is in cell A1.
  2. In the cell where you want to display the date 6 months later, enter the following formula:
=DATE(YEAR(A1), MONTH(A1) + 6, DAY(A1))

This formula works as follows:

  • YEAR(A1) retrieves the year of the initial date.
  • MONTH(A1) + 6 adds 6 months to the month of the initial date.
  • DAY(A1) keeps the same day.

Numbers automatically adjusts the year if the month exceeds 12 (for example, if the initial date is in July, the formula correctly calculates the date in January of the following year).

This method allows you to easily automate the calculation of dates shifted by several months in your spreadsheets.

Respond (be the first)
How to save a chart as a new style in Apple Numbers?
Frequently Asked Questions - 12/25/2025
Response Notice-Facile

Numbers does not have a function to save an individual chart as a reusable new style, unlike tables. However, Apple Numbers offers several solutions to reuse the formatting of your charts.

Set default attributes for a chart type: This is the official method to standardize the appearance of charts. Select a chart that you have formatted to your liking (colors, fonts, labels, legends, etc.), then click on Format in the sidebar. Go to the Advanced tab and choose 'Set default style for chart type'. From then on, all new charts of the same type (bars, columns, lines, pie, etc.) created on this spreadsheet will automatically use these settings.

Copy and paste a formatted chart: A simple alternative is to copy an already formatted chart. Select the customized chart, then press Command+C (Mac) or Control+C (Windows). Then click where you want to place the new chart and paste with Command+V or Control+V. The duplicated chart retains all the original formatting. You can then modify the associated data without losing the style.

Direct customization: Each chart can be fully customized via the Format panel. Select the chart, then click on Format in the sidebar to access color, fill, stroke, label, legend, and other formatting options. Changes made only affect that specific chart.

To ensure visual consistency in your spreadsheet, we recommend setting default attributes at the beginning of your work, then duplicating formatted charts as needed rather than recreating them manually.

Respond (be the first)
How to activate and use the 'Search in Selection' option in Apple Numbers?
Frequently Asked Questions - 12/05/2025
Response Notice-Facile

Important: Apple Numbers does not offer an explicit native option called 'Search in Selection' like some other spreadsheets. Contrary to what you might assume, pre-selecting cells does not prevent the search from scanning the entire document. Here’s how search actually works in Numbers and the available options.

To access the Find and Replace function, you have two options. On Mac, use the keyboard shortcut Command + F, or navigate to the View menu (in the toolbar) and select Show Find and Replace. A search bar appears at the top of your spreadsheet. Enter the text you want to find in the input field, and Numbers automatically highlights all matching occurrences as you type.

To refine your search, Numbers offers you two specific options. Click on the dropdown menu to the left of the search field to access these settings: Whole Words (which avoids finding partial matches - for example, searching for 'analysis' will not find 'analyze') and Case Sensitive (which limits results to text that exactly matches your capitalization). You can combine these two options for even more precise results.

If you want to replace text, click on Find and Replace in the same menu. You can then replace each occurrence individually after review, or use Replace All to change all matches in one action. Note that you cannot replace text in cells containing formulas - Numbers only allows you to replace values in simple cells without calculations.

To limit your search to a specific area of your sheet, the best workaround is to use the built-in Shortcuts app on your Apple device. You can create or download a 'Find and Replace in Selection' shortcut that restricts the search only to the cells you have previously selected. Simply select your range of cells in Numbers, then run this shortcut from the menu or if you have pinned it to the menu bar.

This limitation exists across all versions of Numbers: Mac, iPad, and iPhone. Apple has not added a native button for 'Search in Selection' despite recurring user requests. So, if a full document search does not meet your needs, prefer the shortcut or perform your search normally and then ignore the results outside the area that interests you.

Respond (be the first)
How to limit search and replace to a specific column or row in Apple Numbers?
Frequently Asked Questions - 12/05/2025
Response Notice-Facile

To limit search and replace to a specific column or row in Apple Numbers, follow these steps:

Steps to limit search and replace

  1. Open your spreadsheet in the Numbers application.
  2. Select the column or row in question by clicking on the column header (letter) or the row number. This will highlight the selection.
  3. Access the Find and Replace function by pressing Command + F or by going to the Edit > Find > Find and Replace... menu.
  4. Enable the
Respond (be the first)
How to change the comment triangle color in Apple Numbers?
Frequently Asked Questions - 11/27/2025
Response Notice-Facile

In Apple Numbers, you can change the color of your comments by changing your author color. Although the small triangle in the corner of the cell remains visible, its color and that of the comment bubble change according to your settings. This feature is very useful in a collaborative context to quickly identify the author of each comment.

Here’s how to change the comment color:

  • Click on View in the menu bar
  • Select Comments
  • Click on Author Color
  • Choose the desired color from the options provided

The new color will be immediately applied to all your existing comments in the current workbook. If your document is shared via iCloud, the color will be synchronized for your Apple account across all your devices (Mac, iPad, iPhone) and visible to other collaborators.

Important points to remember: For your new author color to be saved in the Numbers preferences, you must add at least one new comment or make a change with this new color. Your color settings will also apply to all future workbooks you create. In collaboration with other users, each participant will have their own automatically assigned comment color, which greatly facilitates identifying who wrote each comment and to whom it is addressed.

Respond (be the first)

Download the instructions for your Spreadsheet in PDF format for free! Find your manual NUMBERS - APPLE and take your electronic device back in hand. On this page are published all the documents necessary for the use of your device. NUMBERS by APPLE.

USER MANUAL NUMBERS APPLE

User Guide

Apple Inc.

© 2008 Apple Inc. All rights reserved.

This manual is subject to copyright laws and cannot be copied, in whole or in part, without Apple's written consent. Your rights regarding the software are governed by the license agreement that accompanies it.

The Apple logo is a trademark of Apple Inc., registered in the United States and other countries. Use of the Apple logo via the keyboard (Option + 1) for commercial purposes without Apple's prior written consent may constitute trademark infringement and unfair competition in violation of federal and state laws.

Every effort has been made to ensure the accuracy of the information in this manual. Apple is not responsible for printing or reduction errors.

Apple

1 Infinite Loop

Cupertino, CA 95014-2084

408-996-1010

www.apple.com

Apple, the Apple logo, AppleWorks, ColorSync, iMovie, iPhoto, iTunes, Keynote, Numbers, Pages, Mac, Mac OS, Quartz and QuickTime are trademarks of Apple Inc. registered in the United States and other countries.

Finder, iWeb, iWork, Safari and Spotlight are trademarks of Apple Inc.

AppleCare is a service mark of Apple Inc. registered in the United States and other countries.

Adobe and Acrobat are trademarks or registered trademarks of Adobe Systems Incorporated in the United States and/or other countries.

Other company and product names mentioned in this document are trademarks of their respective owners. Third-party product mention is provided for informational purposes only and does not constitute an endorsement or recommendation. Apple assumes no responsibility for the performance or use of these products.

F019-1277 06/2008

Preface 16 Welcome to the Numbers User Guide

Chapter 1 18 Numbers Techniques and Tools

18 Spreadsheet Templates 20 The Numbers Window 21 Aids for Spreadsheet Visualization 21 Zoom In and Zoom Out The Sheets Subwindow 23 Print Preview 23 Alignment Guides 24 Styles Subwindow 24 The Toolbar 26 The Format Bar 26 The Inspector Window 27 Formula Tools 28 The Media Browser 29 The Colors Window 29 The Font Panel 29 The Warnings Window 30 Keyboard Shortcuts and Contextual Menus

Chapter 2 31 Using a Numbers Spreadsheet

31 Creating, Opening and Importing Spreadsheets 31 Creating a Spreadsheet 33 Importing a Document 33 Opening a Spreadsheet 34 Saving Spreadsheets 34 Saving a Spreadsheet 35 Undoing Changes 35 Automatically Saving a Backup Copy of a Spreadsheet 36 Saving a Spreadsheet as a Template 36 Saving Search Terms Applicable to a Spreadsheet

37 Saving a Copy of a Spreadsheet 37 Closing a Spreadsheet Without Quitting Numbers 37 Using Sheets to Organize a Spreadsheet 38 Viewing Sheets 39 Adding and Removing Sheets 39 Reorganizing Sheets and Their Contents 40 Renaming Sheets 41 Dividing a Sheet Into Pages 42 Setting the Page Format of a Spreadsheet 42 Using Headers and Footers 43 Organizing Objects on the Page 44 Adjusting Page Orientation 44 Adjusting Page Order 44 Numbering Pages 45 Adjusting Page Margins

Chapter 3

46 Using Tables

46 About Tables 47 Using Tables 47 Adding a Table 47 Using Table Tools 50 Resizing a Table 51 Moving Tables 51 Naming a Table 52 Defining Reusable Tables 53 Copying Tables Between iWork Applications 54 Selecting Tables and Their Components 54 Selecting a Table 54 Selecting a Single Table Cell 56 Selecting a Group of Table Cells 56 Selecting a Row or Column 56 Selecting Table Cell Borders 58 Using Table Cell Contents 58 Adding and Modifying Cell Values 59 Using Text in Cells 60 Using Numbers in Cells 61 Using Dates in Cells 61 Displaying Content That Is Too Long for the Cell 62 Formatting Cell Values 63 Using Number Format 64 Using Currency Format 65 Using Percentage Format

67Using Date and Time Format
68Using Fraction Format
69Using Scientific Format
69Using Text Format
70Using a Checkbox and Other Control Formats
73Controlling Cell Values
74Adding Images and Colors to Cells
74Automatically Filling Table Cells
75Using Rows and Columns
75Adding Rows
76Adding Columns
76Rearranging Rows and Columns
77Deleting Rows and Columns
77Using a Table Header Row or Column
78Using a Footer Row
79Options for Hiding Rows and Columns
79Resizing Rows and Columns
80Alternating Row Colors
81Using Table Cells
81Merging Table Cells
81Dividing Table Cells
82Formatting Cell Borders
83Copying and Moving Cells
84Adding Comments
84Reorganizing Tables
85Sorting Table Cells
86Filtering Rows

Chapter 4

87Using Table Styles
87Using Styles Applicable to Tables
88Applying Styles to Tables
88Modifying a Table Style
88Modifying Table Style Attributes
89Copying and Pasting Table Styles
89Using the Default Table Style
90Creating Styles Applicable to Tables
90Renaming a Style Applicable to Tables
90Deleting a Table Style

Chapter 5

91Using Formulas and Functions in Tables
91Using Formulas
92A Guided Tour of Using Formulas
94Performing Instant Calculations
95Adding a Quick Formula
96Basic Calculation With Values in the Same Row
96Basic Calculation With Values in the Same Column
96Deleting a Formula
97Using the Formula Editor
97Adding a New Formula Using the Formula Editor
98Modifying a Formula Using the Formula Editor
98Using the Formula Bar
99Adding a New Formula Using the Formula Bar
100Modifying a Formula Using the Formula Bar
100Using Cell References
100Adding Cell References to a Formula
102Copying or Moving Formulas Containing Cell References
103Applying a Formula to Column or Row Cells at Once
103Managing Errors and Warnings
104Using Operators
104Calculating Arithmetic Operations
105Explaining Arithmetic Operators
105Explaining Comparison Operators
106Using Functions

Chapter 6

108Using Charts
108About Charts
111Adding a Chart
113Modifying a Chart
114Modifying the Chart Orientation
114Modifying the Data Plotted on a Chart
114Adding Data to a Chart
115Adding Data to a Chart From Multiple Tables
115Removing Data From a Chart
116Replacing a Data Series
116Deleting a Chart
116Moving a Chart
117Changing the Chart Type
118Formatting the General Attributes of a Chart
118Using a Legend
118Using a Chart Title
119Resizing a Chart
119Rotating Charts
120Adding Axis Labels and Tick Marks
120Displaying Axes and Borders

121 Using Axis Titles 121 Displaying Data Point Labels 122 Formatting the Value Axis 123 Setting Up Labels, Gridlines and Tick Marks 124 Formatting the Elements of a Data Series 125 Formatting Titles, Labels and Legends 125 Adding Descriptive Text to a Chart 126 Formatting Specific Chart Types Pie Charts 126 Selecting Individual Portions in a Pie Chart 126 Displaying the Series Name in a Pie Chart 127 Moving Individual Portions Away From the Chart 127 Adding Shadows to Pie Charts and Portions 127 Adjusting the Opacity of Pie Charts Rotating 2D Pie Charts 128 Bar and Column Charts 128 Adjusting the Spacing of Bar and Column Charts 129 Adding Shadows to Bar and Column Charts 129 Adjusting the Opacity of Bar and Column Charts 130 Layer and Line Charts 131 Scatter Charts 3D Charts

Chapter 7

133 Using Text

133 Adding Text

133 Deleting, Copying and Pasting Text

134 Selecting Text

134 Formatting Text Size and Appearance

135 Using the Format Bar to Format Text

135 Using the Format Menu to Format Text

135 Applying Bold or Italic Attributes to Text Using Menus

135 Outlining Text Using Menus

136 Underlining Text Using Menus

136 Changing Text Size Using Menus

136 Putting Text in Subscript or Superscript Using Menus

137 Changing Text Case Using Menus

137 Using the Font Panel to Format Text

139 Simplifying the Use of the Font Panel

139 Changing Fonts Using the Font Panel

140 Modifying Underlining Using the Font Panel

140 Adding Strikethrough Attribute to Text Using the Font Panel

140 Changing Text Color Using the Font Panel

141 Changing the Background Color of a Paragraph Using the Font Panel 141 Creating Shadows on Text Using the Font Panel 141 Adding Accents and Special Characters 141 Adding Accents 142 Displaying Keyboard Layouts in Other Languages 143 Entering Special Characters and Symbols 144 Using Curved Quotation Marks 144 Using Advanced Typographic Features 145 Adjusting Font Smoothing 145 Setting Text Alignment, Spacing and Color 146 Horizontal Text Alignment 147 Vertical Text Alignment 147 Adjusting Line Spacing 149 Adjusting Spacing Before and After a Paragraph 149 Adjusting Space Between Characters 149 Changing Text Color 150 Setting Tab Stops to Align Text 151 Setting a New Tab Stop 151 Modifying a Tab Stop 152 Deleting a Tab Stop 152 Creating Indents 152 Setting Indents for Paragraphs 153 Modifying Text Margins in Objects 153 Setting Indents for Lists 153 Using Bullet, Numbered and Ordered Lists (Structures) 153 Automatically Generating Lists 154 Using Bullet Lists 155 Using Numbered Lists 156 Using Ordered Lists (Structures) 157 Using Text Boxes and Shapes to Make Text Stand Out 157 Adding Text Boxes 158 Presenting Text in Columns 159 Adding Text to a Shape 159 Formatting a Text Box or Shape 160 Using Hyperlinks 160 Linking to a Web Page 160 Linking to a Pre-addressed Email Message 161 Changing Hyperlink Text 161 Inserting Page Numbers and Other Variable Values 162 Automatic Text Substitution

163 Inserting a Non-breaking Space 163 Checking Spelling 163 Finding Misspelled Words 164 Using Spelling Correction Suggestions 165 Finding and Replacing Text

Chapter 8

Manual assistant
Powered by Anthropic
Waiting for your message
Product information

Brand : APPLE

Model : NUMBERS

Category : Spreadsheet