Understanding Functions

Written by Allen Wyatt (last updated January 22, 2022)
This tip applies to Excel 97, 2000, 2002, and 2003


You already know that Excel allows you to create formulas in the cells that make up your worksheets. To make your formulas even more powerful, Excel provides well over 200 functions you can use. These functions facilitate everything from simple summation to complex financial and mathematical models. The basic functions can loosely be divided into categories such as database, date and time, financial, information, logical, lookup and reference, math and trig, statistical, and text. When you use add-ins with Excel, the number of available functions can increase even more.

As an example of how functions are used, suppose you need a formula that returns the sum of the cells in C7 through C19. Rather than put together a formula that uses the plus sign for each of the cells in the range, you can use the following formula:

=SUM(C7:C19)

The name of the function used here is SUM, and it uses the arguments indicated between the parentheses. In this case, the cell range C7 through C19 serve as the argument for the function. (The colon between the cell references indicates a range. It tells Excel that it should include everything between the two cells.)

While SUM is a rather simple function, Excel includes many others that provide a multitude of capabilities. For instance, suppose you want to determine how much money you would have in the bank after 20 years if you participated in a semi-monthly payroll deduction program. If the program paid a fixed interest rate of 5.75% and you had $125 deducted every pay period, you could use the following formula:

=FV(5.75%/24,20*24,—125)

The result of the function in this formula is $112,374.89. If you wanted to play "what-if" scenarios, you could set up the formula to use cell references. Because the formula relies on the values in the cells referenced, any changes to the basic values in those cells results in an automatically recomputed future value.

Note:

If you would like to know how to use the macros described on this page (or on any other page on the ExcelTips sites), I've prepared a special page that includes helpful information. Click here to open that special page in a new browser tab.

ExcelTips is your source for cost-effective Microsoft Excel training. This tip (1953) applies to Microsoft Excel 97, 2000, 2002, and 2003.

Author Bio

Allen Wyatt

With more than 50 non-fiction books and numerous magazine articles to his credit, Allen Wyatt is an internationally recognized author. He is president of Sharon Parq Associates, a computer and publishing services company. ...

MORE FROM ALLEN

Displaying Row and Column Labels

When you create a worksheet, it is common to place headings at the top of each column and the left of each row so you can ...

Discover More

Comment Dates Updated Inappropriately

Using the comment capabilities of Word is a common occurrence when developing a document. What do you do, however, if the ...

Discover More

Can't Merge Alphanumeric Data Correctly

When you merge data from Excel into a Word document, you may need to do some conditional processing based on the data you ...

Discover More

Professional Development Guidance! Four world-class developers offer start-to-finish guidance for building powerful, robust, and secure applications with Excel. The authors show how to consistently make the right design decisions and make the most of Excel's powerful features. Check out Professional Excel Development today!

More ExcelTips (menu)

Iterating Circular References

Does your data require that you perform calculations using circular references? If so, then you'll want to be aware of ...

Discover More

Converting Strings to Numbers

When working with data in a macro, there are two broad categories you can manipulate: numbers and text. Sometimes you ...

Discover More

Working with Roman Numerals

Understanding and using a function to replace an Arabic number with Roman numerals. And, as a bonus, how to change them back.

Discover More
Subscribe

FREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."

View most recent newsletter.

Comments

If you would like to add an image to your comment (not an avatar, but an image to help in making the point of your comment), include the characters [{fig}] (all 7 characters, in the sequence shown) in your comment text. You’ll be prompted to upload your image when you submit the comment. Maximum image size is 6Mpixels. Images larger than 600px wide or 1000px tall will be reduced. Up to three images may be included in a comment. All images are subject to review. Commenting privileges may be curtailed if inappropriate images are posted.

What is nine minus 5?

There are currently no comments for this tip. (Be the first to leave your comment—just use the simple form above!)


This Site

Got a version of Excel that uses the menu interface (Excel 97, Excel 2000, Excel 2002, or Excel 2003)? This site is for you! If you use a later version of Excel, visit our ExcelTips site focusing on the ribbon interface.

Newest Tips
Subscribe

FREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."

(Your e-mail address is not shared with anyone, ever.)

View the most recent newsletter.