TAvg()

Tavg(a;b) calculates the average of the times in Results with ID from a to b

e.g. TAvg(1;10) - returns the average time of the Results with ID from 1 to 10

TRAvg()

TRAvg(a;b) has the same functionality as TAvg() but uses the rounded time values.

e.g. TRAvg(1;10) - returns the average time of the Results with ID from 1 to 10 using rounded time values

TTAvg()

TTAvg() takes an arbitrary list of result IDs and returns the average of the times or values in those results

TTAvg(10;20;30;40) - returns the average time of results 10,20,30 & 40

TTRAvg()

TTRAvg() has the same fnuctionality as TTAvg() but uses the rounded time values