Loading…
|
Automatically translated |
|
None
String added in the repository |
|
Loading…
|
Automatically translated |
|
None
String added in the repository |
|
参数说明:SEQUENCE(行数,列数,开始值,增量)
示例:公式x1-PREVALUE(x1),需要x1递增到x10,公式:="x"&SEQUENCE(10,1,1,1)&"-PREVALUE(x"&SEQUENCE(10,1,1,1)&")"
格式说明:需要递增的部分用SEQUENCE公式代替,其他部分用双引号引用,递增部分与其他部分用&拼接。