Forum Discussion
darleenarmour
Aug 03, 2021Copper Contributor
multiplying in excel using auto sequencing and no formulas
I have to create a simple multiplication table in Excel using auto sequencing and no formulas using the least amount of steps. Any ideas?
PeterBartholomew1
Aug 03, 2021Silver Contributor
I would still prefer
= SEQUENCE(12)*SEQUENCE(1,12)
when working within a programming environment.