Understanding Function Syntax

[ LiB ]

Functions consist of several different parts . Like a formula, a function begins with an equal (=) sign. The next part is the function name , which might be abbreviated to indicate what the function does. Examples of a function name might be SUM, AVERAGE, or COUNT. After the name, you enter a set of parentheses and enter arguments within those parentheses. Arguments are additional pieces of information that clarify how you want the function to behave. Arguments can consist of one or more components , ranging from cell addresses such as D13 or a range of cell addresses like D13:D25, to other variables such as a number of digits you want Excel to do something to. With only a few exceptions, all functions in Excel must follow that pattern. This function structure is called the syntax . Here are a few examples of function syntax. You'll learn throughout this chapter what these functions do.

NOTE

Function names are not case sensitive.

  • =SUM(B3:B21)

  • =AVERAGE(F1:G6)

  • =IF(B3>B4,"yes", "no")

[ LiB ]


Microsoft Office Excel 2003 Fast & Easy
Windows XP Registry: A Complete Guide to Customizing and Optimizing Windows XP (Information Technologies Master Series)
ISBN: N/A
EAN: 2147483647
Year: 2002
Pages: 157
Authors: Olga Kokoreva

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net