I would like to use existing columns in a cross-table for calculating a new cross-table column. For example, There are two calculated columns with the sales of the current and the previous year. A third column would show the difference of those columns. Instead of writing a long custom expression in the 3rd column, i'd like to be able to just write, for example, Sum([Column 1] - [Column 2])