Lecture 3 Flashcards
what are functinos
pre wrtitten equations and actions designed to speed up calculation
what do functions begin with
=
give examples of 5 functions
= sum()
=min()
=avg()
=median
=mode
what does large (A13:B24,3) mean
finds the 3rd largest value in that array
what does =SMALL(A2:A48,6)
finds 6th smallest numerical value in that array
when are conditional functions used
to perform calculations or make decisions based on specified conditions.
what are the numerical conditional function
A
IF
IFS
what does A do e.g COUNTA
counts all non empty cells
what does IF mena e.g SUM IF
sums all values in an array of cells which meet certain criterion e.g costs <4%
what does ifs mean e.g AVERAGE IFS
calclates mean values of an array of cells which meet mroe than one criteria e.g costs more than £4 , yields more than £5
explain what =SUMIF(B2:B5,”John”, C2:C5)