VUB Intermediate Computer Skills - Week 5
=SUM(A1:A10)
Adds all values from A1 through A10
=AVERAGE(A1:A10)
Calculates the average of values
=MAX(A1:A10)
Finds the largest number in range
=MIN(A1:A10)
Finds the smallest number in range
=COUNT(A1:A10)
Counts cells that contain numbers
=A1+B1
Add cells. Also: -subtract, *multiply, /divide
Compare different categories
Example: Expenses by month
Show parts of a whole (%)
Example: Budget breakdown