More Functions

There’s no way I can fit descriptions of every Numbers function into this book. But I’ve cherry-picked a few, in three categories (Numeric Functions just ahead, and then Statistical Functions and Reference Functions). I’ve included those that I think most people will find handy in many circumstances. I don’t go over them thoroughly, but you’ll be able to find your way starting with the information here.

I list each function with its syntax and an example of what it would look like with its arguments. Similar functions, such as ROUNDUP and ROUNDDOWN are grouped, with only one description and example if they use identical syntax.

Numeric Functions

Here’s a baker’s dozen out of Numbers’ forty-something numeric functions that you might need in your basic bag of tricks.

Rounding Functions

When you specify the number of decimal places to be displayed in a cell, using the Format Inspector’s Cell pane, the displayed number is rounded to meet your demands. But it’s always rounded to the nearest number—so a one-decimal-place format shows 4.75 as 4.8 and 4.74 as 4.7. If you need to round to the nearest hundred (as in three-digit whole numbers, not hundredth), or the nearest even or odd number, or perhaps always up to the next whole number instead of to the nearest one (which might mean going down), Numbers’ rounding functions provide succor.

Keep these facts in mind when using rounding functions:

You may find it hard to believe, but there are ten rounding functions described here. I start with the plain-vanilla ROUND, move on to ROUNDUP and ROUNDDOWN, and then look at more specialized options:

Other Numeric Functions

Generating random numbers is great for testing purposes, and dealing with negative numbers might help if you’re always running in the red:

Statistical Functions

A quick look at the Statistical category in the Function Browser can be overwhelming if you’re not a statistician. But you might find several functions of use whether you’re handling student grades, regional sales, or your fantasy football season:

Reference Functions

This short list begins with the seemingly subtle but incredibly handy reference function, CHOOSE. Then there are some lookup functions, which, while also handy, and simple in concept, can be off-putting if you have only Numbers’ explanation and syntax guide to help you along. Luckily, you have a Take Control guide for a better explanation. These functions let you look up a value (almost always in another table), and grab information from somewhere in that value’s row or column—or even from anywhere within a defined block of cells that includes the value. So, for instance, you can look up a state’s sales-tax rate from a tax-rate table, based on the address of the person ordering.

This list ends with a quickie, HYPERLINK, that lets you embed a clickable Web link in your table—or an email address that will open the default Mail app, open a message window, put in an email address, and fill in the subject line. Pretty good for a quickie!