Concept Flow - AVG function
Start with a column of numbers
Sum all values in the column
Count how many values are in the column
Divide sum by count
Return the average value
The AVG function calculates the average by adding all values in a column and dividing by the number of values.