Hello all,
I am attempting to calculate the average of 7 fields of data (eg: DataColumn1, DataColumn2, etc...). The average field (DataColumnAVG) is included in the same table as the input data.
I need the average to calcuate the same way that excel calculates an average of data cells - that...