Numbers (spreadsheet)

Numbers for OS X

Numbers 3 on OS X El Capitan
Developer(s) Apple Inc.
Stable release
4.0.5[1] / October 27, 2016 (2016-10-27)
Operating system OS X
Type Spreadsheet
License Proprietary
Website www.apple.com/mac/numbers
Numbers for iOS
Developer(s) Apple Inc.
Stable release
2.6 / October 15, 2015 (2015-10-15)
Operating system iOS
Type Spreadsheet
License Proprietary
Website www.apple.com/ios/numbers

Numbers is a spreadsheet application developed by Apple Inc. as part of the iWork productivity suite alongside Keynote and Pages.[2] Numbers is available for iOS, and OS X v10.4 or newer. Numbers 1.0 on OS X was announced on 7 August 2007, making it the newest application in the iWork suite. The iPad version was released on 27 January 2010.[3] The app was later updated to support iPhone and iPod Touch.

Numbers uses a free-form "canvas" approach that demotes tables to one of many different media types placed on a page. Other media, like charts, graphics and text, are treated as peers. In comparison, traditional spreadsheets like Microsoft Excel use the table as the primary container, with other media placed within the table. Numbers also includes features from the seminal Lotus Improv, notably the use of formulas based on ranges rather than cells. However, it implements these using traditional spreadsheet concepts, as opposed to Improv's use of multidimensional databases.

Numbers also includes numerous stylistic improvements in an effort to improve the visual appearance of spreadsheets. At its introductory demonstration, Steve Jobs pitched a more usable interface and better control over the appearance and presentation of tables of data.

Description

Basic model

Numbers works in a fashion somewhat different from traditional spreadsheets like Microsoft Excel or Lotus 1-2-3. In the traditional model, the table is the first-class citizen of the system, acting as both the primary interface for work, as well as the container for other types of media like charts or digital images. In effect, the spreadsheet and the table are one and the same. In contrast, Numbers uses a separate "canvas" as its basic container object, and tables are among the many objects that can be placed within the canvas.[4][N 1]

This difference is not simply a case of syntax. In order to provide a large workspace, conventional spreadsheets extend a table in X and Y to form a very large grid - ideally infinite, but normally limited to some smaller dimension.[N 2] Some of these cells, selected by the user, hold data. Data is manipulated using formulas, which are placed in other cells in the same sheet and output their results back into the formula cell's display. The rest of the sheet is "sparse", currently unused.[5] Sheets often grow very complex with input data, intermediate values from formulas and output areas, separated by blank areas. In order to manage this complexity, Excel allows one to hide data that is not of interest,[6] often intermediate values. Quattro Pro commonly introduced the idea of multiple sheets in a single book, allowing further subdivision of the data.

In contrast, Numbers does not have an underlying spreadsheet in the traditional sense, but uses multiple individual tables for this purpose.[4] Tables are an X and Y collection of cells, like a sheet, but extend only to the limits of the data they hold. Each section of data, or output from formulas, can be combined into an existing table, or placed into a new table. Tables can be collected by the user onto single or multiple canvases. Whereas a typical Excel sheet has data strewn across it, a Numbers canvas could build the same output through smaller individual tables encompassing the same data.[7]

Formulas and functions

A newly created Numbers document is styled to indicate suggested header areas in column A and row 1. Note that the table stops in the lower right of the screen, which can be resized with the widget in the corner.
After adding data and headers, Numbers has automatically created named ranges over the data. The ranges were used to create a formula that has populated column D. Note that the same formula can be used for the entire column - the row number is not required.
The table has been resized to show only the used area, moved into the center of the canvas, and styled. A chart has been added above the table. The pane in the upper left shows an object tree, with the "canvas" objects being shown in a hierarchy of each sheet, every sheet can be collapsed or expanded to show the canvas object contained within that sheet.

Consider a simple spreadsheet being used to calculate the average value of all car sales in a month for a given year. The sheet might contain the month number or name in column A, the number of cars sold in column B, and the total income in column C. The user wishes to complete the task of "calculate the average income per car sold by dividing the total income by the number of cars sold, and put the resulting average in column D". From the user's perspective, the values in the cells have semantic content, they are "cars sold" and "total income", and they want to manipulate this to produce an output value, "average price".

In traditional spreadsheets, the semantic value of the numbers is lost. The number in cell B2 is not "the number of cars sold in the month of January", but simply "the value in cell B2". The formula for calculating the average is based on the manipulation of the cells, in the form =C2/B2. As the spreadsheet is unaware of the user's desire for D to be an output column, the user copies that formula into all of the cells in D. However, as the formula refers to data on different rows, it must be modified as it is copied into the cells in D, changing it to refer to the correct row. For instance, the formula in D4 would read =C4/B4. Excel automates this later task by using a relative referencing system that works as long as the cells retain their location relative to the formula. However, this system requires Excel to track any changes to the layout of the sheet and adjust the formulas, a process that is far from foolproof.[8]

During the development of Improv, the Lotus team discovered that these sorts of formulas were both difficult to use, and resistant to future changes in the spreadsheet layout.[9] Their solution was to make the user explicitly define the semantic content of the sheets - that the B column contained "cars sold". These data ranges were known as "categories". Formulas were written by referring to these categories by name, creating a new category that could be (if desired) placed in the sheet for display. Using the car example, the formula in Improv would be average per car = total income / cars sold. Changes to the layout of the sheet would not affect the formulas; the data remains defined no matter where it is moved. It also meant that formulas calculating intermediate values did not have to be placed in the sheet and normally did not take up room. The downside to Improv's approach is that it demanded more information from the user up-front, and was considered less suitable for "quick and dirty" calculations or basic list building.[10]

Numbers uses a hybrid approach to the creation of formulas, supporting the use of named data like Improv, but implementing them in-sheet like Excel. In basic operation, Numbers can be used just like Excel; data can be typed anywhere and formulas can be created by referring to the data by its cell. However, if the user types a header into the table, something one normally does as a matter of course, Numbers uses this to automatically construct a named range for the cells on that row or column. For instance, if the user types "month" into A1, and then types the names "January", "February", etc. into the cells below it, Numbers constructs a named range for the cells A2 through A13 and gives it the name "month". The same is true when the user types in the figures for "sales" and "income". The user can then write the averaging formula in a category-like text format, = total income / cars sold. The formula will find the appropriate data and calculate the results independent of the row.[11] Like Improv, this formula does not refer to the physical location of the data in the sheet, so the sheet can be dramatically modified without causing the formula to fail.[11]

Similar to Improv, formulas can be represented as icons in Numbers, allowing them to be dragged about the sheets. One noteworthy example of this is a sidebar which contains the sum, average and other basic calculations for the current selection in the active table. These serve a function similar to the sum that appears at the bottom of the window in Excel. However, the user can drag one of the function icons from the sidebar into the sheet to make the calculation appear in that location.[11] In another nod to Improv, the Formula List shows all of the formulas in the spreadsheet in a separate area, and allows edits in place or easy navigation to their use in the sheets.

Numbers '09 contains 262 built-in functions that can be used in formulas.[12] This contrasts with Excel 2007's 338 functions.[13] Many of the functions in Numbers are identical to those in Excel; missing ones tend to be related to statistics, although this area was greatly improved in Numbers '09.[14]

Numbers '09 includes a system for categorizing data similar to pivot tables. Pivots were introduced in Improv and were manipulated by dragging the category headers,[14] allowing the user to quickly rotate rows into columns or vice versa. Although Numbers has similar draggable objects representing formulas, they are not used for this feature and the direct manipulation is missing. Instead, Numbers places pop-up menus in the column headers allowing the user to collapse multiple rows into totals (sums, averages, etc.) based on data that is common across rows. This is similar functionality to a pivot table, but lacks the ease of re-arrangement of the Improv model and other advanced features.

Layout and display

As Numbers uses the canvas as the basis for the document, media is not tied to the tables at all. One could build a Numbers canvas with a collection of photographs and no tables at all. In typical use, one or more tables are placed about the canvas and sized and styled to show only the data of interest. Charts and labels are commonly positioned around the tables. Other media, like photographs or illustrations, can be added as well.[15] Numbers' display-centric model has been referred to as a "page layout and presentation app disguised as a spreadsheet app".[16]

Like other products in the iWork suite, Numbers includes a variety of styles and layouts designed by professional illustrators. Opening an Excel sheet in Numbers results in a display with smooth fonts, and clean layout and color selections. These can then be modified, optionally using one of the supplied templates, and saved out to Excel format again with these styles intact. Numbers also allows sheets to be emailed in Excel format in a single step, or shared through Numbers for iCloud.

Supported hardware

Numbers supports hardware keyboards such as Logitech Ultrathin Keyboard Cover for iPad. Arrow keys and hotkeys are supported.

Reception

Numbers has been well received in the press, notably for its text-based formulas, clean looks and ease-of-use.[17][18][19] MacWorld has given it high marks, especially newer versions, awarding Numbers '09 four mice out of five. They did point out a number of common issues, especially problems exporting to Excel and the inability to "lock" cells to prevent them moving when the table is scrolled.[14] Numbers for the iPhone and iPad have received similar favorable reviews.[20]

However, version 3.0 of Numbers created an outpour of complaints due to the loss of important business features,[21][22] with the Apple support community showing a 10 to 1 ratio of dissatisfied users with the newer version of Numbers.

Other notable features

See also

References

Notes
  1. For reasons that are not mentioned in the documentation, canvases are referred to as "sheets" within the program.
  2. Excel has changed its maximum size many times, originally 16,365 rows by 128 columns, while other programs of the era often compared themselves by increasing this - WingZ was 32,768 by 32,768 for instance. Modern spreadsheets have much larger limits, Excel from Office 2010 on are 1,048,576 by 16,384.
Citations
  1. "Mac App Store - Numbers".
  2. "Apple - iWork - Numbers - Create perfect spreadsheets in minutes". Apple Inc. Retrieved June 13, 2010.
  3. "Apple - iPad - Innovative spreadsheets in just a few taps". Apple Inc. Retrieved June 13, 2010.
  4. 1 2 "Numbers, uncrunched.", Apple Inc.
  5. Josef Stoer and Roland Bulirsch, "Introduction to Numerical Analysis (3rd ed.)", Springer-Verlag, 2002, p. 610
  6. David Ringstrom, "Tricks for hiding and unhiding Excel rows and columns", accounting web, April 17, 2009
  7. Hugo Jobling, "Apple iWork '09", Trusted Reviews, February 19, 2009, p. 3
  8. Paul McFedries, "Copying and Moving Formulas", Building Basic Formulas in Excel, August 27, 2004
  9. Simson Garfinkel, "Improv: The Inside Story", NEXTWORLD, Fall 1991, p. 34
  10. Joel Spolsky, "The best software writing", Apress, 2005, p. 25
  11. 1 2 3 "Formulas for everyone", Apple Inc.
  12. "250+ Functions", Apple Inc.
  13. "Excel functions (alphabetical list)", Microsoft
  14. 1 2 3 Rob Griffiths, "Review: Numbers ’09", Macworld.com, January 27, 2009
  15. "Intelligent tables", Apple Inc.
  16. "iWork ’08 Review: NUMBERS – Spreadsheet Layout App", Two A Day, August 23, 2007
  17. Phil Windley, "A First Look at Apple's Numbers spreadsheet", ZDNet, August 9, 2007
  18. Rob Griffiths, "Apple Numbers '08 spreadsheet software", PC Advisor, August 21, 2007
  19. Tiffany Maleshefski, "Apple iWork 08 Provides Simple But Solid Spreadsheet App", eWeek, August 17, 2007
  20. Jason Parker, "Numbers for iPhone", cnet, May 31, 2011
  21. "What has been gained in Numbers 3.0". Apple support community. 2013-10-31. Some gains: ...some features were relocated and not lost, bubble charts, iCloud integration, additional functions, common file format across devices, access to filter tables, more ability for comments, speedier re-calculation, ...
  22. "What has been lost in Numbers 3.0". Apple support community. 2013-10-31. Some losses: ...Category feature, print view, Reorganize panel, table fills, references don't follow, split cells, page headers and footers, edit tool bar, Apple script, custom format, reduced table styles, restoring cursor location between sessions, ...



This article is issued from Wikipedia - version of the 12/5/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.