Hello everyone,
I'm new to the forum and a novice at Excel functionality. I've run into a problem recently.
So here's what I'd like to do:
I would like Excel to sum the "sigma" function 1+2*(x-1) for x = 1,2,3,...,n.
Hence, for x=1 to x=4, what I want is:
[1+2*({1}-1)]+[1+2*({2}-1)]+[1+2*({3}-1)]+[1+2*({4}-1)] = 17
Most importantly, I would like n to be a number that I directly input into another cell.
Thus, if I input the n value into A1, I want Excel to calculate 1+2*(x-1) for x = 1, 2, 3,..., A1.
Is there any way Excel can accomplish this?
Bookmarks