Manuals/calci/SERIESOF

SERIESOF(TillNumber,StartNumber)


  • and are any positive real number.

Description

  • This function shows the series of the given number.
  • In  ,  is the final number in the series.
  •   is the starting number in the series.
  • Series returns the value of whole numbers with the starting number and ending with the final number.
  • Series is the set of numbers arranged in such a way that each successive number in the Series defined with the fixed rule.
  • Suppose the parameter Number is in decimal this will truncated in to integers.
  • When we are not assigning starting number then series will start from 1 and end with the given number in the series.


Examples

  1. SERIESOF(5) = 1 2 3 4 5
  2. SERIESOF(8.5) = 1 2 3 4 5 6 7 8
  3. SERIESOF(90,78) = 78 79 80 81 82 83 84 85 86 87 88 89 90

Related Videos

Series Values

See Also

References