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 adds all numbers in a column, counts them, then divides the sum by the count to find the average.