Leading the way in Microsoft Office Development
 Home|Excel|Word|PowerPoint|Consultancy|Feedback|Contact 
 Microsoft Excel > Array Formulas > Problems with Array Formulas< Previous | Next > 

 

Volatile Functions

 
 

A small number of the worksheet functions can be described as "volatile" functions.

 
 

This means that these functions constantly update when any changes are made to the worksheet.

 
 

If any of these functions are included in your array formulas and they are used with references to large cell ranges then the worksheet will not be very efficient.

 
 

The following is a list of volatile functions.

 
 
AREASThe number of areas in a cell range or reference.
CELLThe number or text string indicating information about a cell.
COLUMNThe column number of the cell reference.
COLUMNSThe number of columns in a cell range or reference.
INDIRECTThe text string of the contents of a given cell reference.
INFOThe text string returning useful information about the environment.
NOWThe date serial number of the current system date and time.
OFFSETThe cell value which is an offset from a given cell reference.
RANDThe random number between 0 and 1.
ROWThe row number of the cell reference.
ROWSThe number of rows in a cell range or reference.
TODAYThe serial number representing today's date.
 

 

Using Database Functions

 
 

If you are using array formulas to help filter out data by using conditions, then it is far more efficient to use the database functions instead.

 


 Copyright © 2004-2007 Better Solutions Limited. All Rights Reserved.< Previous | Top | Next >