Lecture 3 Flashcards

1
Q

what are functinos

A

pre wrtitten equations and actions designed to speed up calculation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

what do functions begin with

A

=

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

give examples of 5 functions

A

= sum()
=min()
=avg()
=median
=mode

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

what does large (A13:B24,3) mean

A

finds the 3rd largest value in that array

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

what does =SMALL(A2:A48,6)

A

finds 6th smallest numerical value in that array

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

when are conditional functions used

A

to perform calculations or make decisions based on specified conditions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

what are the numerical conditional function

A

A
IF
IFS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

what does A do e.g COUNTA

A

counts all non empty cells

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

what does IF mena e.g SUM IF

A

sums all values in an array of cells which meet certain criterion e.g costs <4%

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

what does ifs mean e.g AVERAGE IFS

A

calclates mean values of an array of cells which meet mroe than one criteria e.g costs more than £4 , yields more than £5

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

explain what =SUMIF(B2:B5,”John”, C2:C5)

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly