Entering a formula like Average([numerical_column_1],[numerical_column_2]) works. However, is the formula documented anywhere? I haven't been able to find any documentation, nor can I find it in the 'functions' tab of the formula tool.
Also, is there any way to get it to work with dates? If I try the formula with two date fields, I get:
Error: Formula (19): Parse Error at char(0): Type mismatch. String provided where a number is required. (Expression #1)
which is weird because the fields are dates, not strings!
Note that I am talking about averaging two columns (an average by row), NOT about doing any kind of group by.
Thanks.