Database formulas Flashcards
1
Q
SUM
A
Add up values in a range of cells
eg =sum(A3:C3)
2
Q
AVERAGE
A
Calculated the average of certain values
eg =average(A3:C3)
3
Q
MIN
A
Lowest value
eg =min(A3:C3)
4
Q
MAX
A
highest value
5
Q
Round
A
Rounds to specified decimal place
eg 1 decimal place: =round(A1+A2,1)
6
Q
Round up
A
Rounds up a value
=roundup(A1/B3)
7
Q
Rank
A
Ranks selected cells
=rank(A3:C3)
8
Q
IF
A
Displays statement depending on the value
=if(A3>C3,”YES”.”NO”)
9
Q
Conditional Formatting
A
Cell changes colour depending on content
eg yes = green, no = red