Series
Use this function to populate a series of values into a range of cells. Must be used in conjunction with the BY function.
Syntax:
SERIES ([Num1 of] Value1 [, [Num2 of] Value2]...[, NumX of] ValueX])
where:
- Value specifies the number of times, starting at the first symbol and continuing until either the limit of the BY dimension range is reached or there are no more values to insert, to repeat to create the range. Used alone, Value may be any floating point or integer value.
- Num must be a positive integer, used with a Value that is a floating point number.
Syntax example:
Symbol = Series (2 of 1, 3 of 2)
See also