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?
3 Replies
- SergeiBaklanDiamond Contributor
Is that a competition who uses less formulas and less steps to generate some result or something else? Less/no formulas could be harder in maintenance.
- PeterBartholomew1Silver Contributor
I would still prefer
= SEQUENCE(12)*SEQUENCE(1,12)
when working within a programming environment.
- PeterBartholomew1Silver Contributor
I see no logical reason why you should have to do this. That said
- Enter a 0 and drag across to give a row of zeros;
- On the next row, enter 0, then 1 and drag across to give a number sequence;
- Select both rows and drag down to increment each column and produce the table.