Adding Columns

Adding columns to a table is accomplished using the add column after and add column before commands, which take as a direct parameter, a range of the table.

add column after  : Add a column to the table after a specified range of cells.

add column after range

add column before  : Add a column to the table before a specified range of cells.

add column before range

The script example below, adds a summation column to the end of the currently selected table:

add-column-02

 (⬆ see above )  Table before adding SUM column.
 (⬇ see below )  Table after adding SUM column to end.

add-column-01

Here’s the script:

TOP | CONTINUE