Functions Flashcards

1
Q

Importrange()

A

Imports data from another collection

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

Value

A

Changes text string format to number

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

Xlookup

A

=xlookup(lookup value, lookup array, return array, [if not found],[match mode],search mode)
Match mode
0 exact match
-1 exact match, if not found next lower number
+1 exact match, if not found next greater number
2 a wildcard match
Search mode

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

V lookup

A

=vlookup(lookup value, range, return column number from beginning selection, false is exact match)

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

Product(value1,value2)

A

Value1*value2

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

Sumproduct

A

Sumproduct(array1, array2) this multiplies each cell in array 1 by each cell in array 2 and adds it up

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