Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Creating a cumulative variable

    Hi there!

    I want to create a cumulative variable based on 7 year observations for earnings per share.

    Year 1 = 1.50
    Year 2 = 1.69
    Year 3 = 3.37
    Year 4 = 2.57
    Year 5 = -1.17
    Year 6 = -0.80
    Year 7 = 1.12

    So Year 1 would be, $1.50, year 2 would 3.19, year 3 would be 6.56 etc

    Thanks very much in advance.

  • #2
    Code:
    help sum()

    Comment


    • #3
      Thanks Rich Goldstein !

      Comment

      Working...
      X