How do you sum an arithmetic series/sequence?
Is there a way to define and sum arithmetic sequences in Numbers?
Here's how I'm trying to apply it.
I have a value in one cell. In the next cell, I'm trying to write a formula to add all integers equal or lower than the value, stopping at 3. So if the value in the first cell is 9, the next cell returns 42 (9+8+7+6+5+4+3).
Can Numbers do this?