SUMMARYThe following article discusses the use of the ROW and COLUMN functions to generate an array of sequential values. MORE INFORMATION
Array formulas generally use arrays that represent a series of values.
Usually each array can be represented by a range of values on the
worksheet and is entered in the form of a reference. If the values in
the array are numerous, however, entering the values on the worksheet
can be cumbersome and manually entering the array can be tedious.
and pressing CTRL+SHIFT+ENTER. Cells B1:B14 now contain "E", "X", "I", and so on, respectively. If the formula had been entered without the ROW function, it would have been entered as:
This method allows for more flexibility and ease of use, especially if the function will be entered several times using different ranges of values. This method can also be used to return other series of numbers. Suppose you need an array of numbers that appear as:
The ROW function would be entered as {=ROW(A1:A10)*10}. The ROW function returns a vertical array of numbers. If a horizontal array of numbers is desired, simply use the COLUMN() function and a horizontal range of cells. For example, the formula
returns the array {11,12,13,14,15,16,17,18,19,20}. REFERENCES
"Microsoft Excel Function Reference," version 3.0, pages 34 and 201
Additional query words: noupd
Keywords : |
Last Reviewed: March 22, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |