Create 1000 columns with similar formulas at one run
I have an input column (ColumnA) that essentially has the Index of the table. I want to add 1000 numeric columns to this table. Each of the columns will add the column number to the original column. Example: the first new column will have the formula, ColumnA+1. 30th new column will have the formula, ColumnA+30.