Forum Discussion
cb2019abc
Mar 01, 2019Copper Contributor
Excel formula "Sequence"
Hi there, I would like to make an array constant as it is described under your webpage "support.office.com"-Webpage "Guidelines and examples for array formulas". However, my excel (office 365) doe...
Twifoo
Mar 01, 2019Silver Contributor
If you need the sequential numbers 1:5 as argument in a function, you may use ROW(1:5).