Sigma or Summation function in Excel

后端 未结 5 670
深忆病人
深忆病人 2021-01-02 17:22

Given a value (in a cell), calculate a formula like this:

Ʃ(3i+1) for i from 0 to the value specified in the cell.

SUM(), SERIESSUM() are not suitable in thi

5条回答
  •  野趣味
    野趣味 (楼主)
    2021-01-02 17:50

    Demo as below graph:

    Write in B2 Cell with =SUM(3*(ROW(INDIRECT(CONCATENATE("1:",A2+1)))-1)+1) then press Ctrl + Shift + Enter.

提交回复
热议问题