chapter 2 Flashcards

1
Q

relative cell reference

A

copied references are updated to new locations

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

absolute cell reference

A

copied references do not change

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

what is the shortcut for an absolute cell reference

A

F4 key

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

mixed cell reference

A

only the row or column will change when copied

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

3D cell reference

A

a cell located in another worksheet(it can be absolute, mixed, or relative)

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

trace precedents

A

displays lines with arrows to identify all cells referenced in the formula in the active cell

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

trace dependents

A

display lines with arrows to all cells that use the active cell directly or indirectly in a formula

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

COUNT (count numbers)

A

counts the cells that contain values with a range

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

COUNTA

A

counts the cells that contain any data type within a range

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

COUNTBLANK

A

counts empty cells in a range

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

COUNTIF

A

counts the cells that meet the criteria argument within a range

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

COUNTIFS

A

counts the cells in one or more criteria ranges that meet respective criteria arguments

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

PMT function

A

calculates a constant loan payment amount for a period of time at a stated interest rate

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

What are the five arguments of the PMT function?

A
  • Rate: yearly
  • Nper: total number of periods till repayment
  • Pv: present value
  • Fv: any amount still owed at end of the loan
  • Type: payment at beg. or end of a period?
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

IF function

A

logical_test, value_if_true, value_if_false

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

VLOOKUP function

A

displays a piece of data from a range of cells in another part of the workbook

17
Q

what are the four arguments of a VLOOPUP function?

A
  • lookup_value: the data to be found or matched
  • table_array: a range of cells
  • col_index_num: sets which column in the table_array contains the data to display in the result
18
Q

what are the four arguments of an HLOOKUP function?

A
  • lookup_value: the data to be found or matched
  • table_array: a range of cells
  • row_index_num: sets which row in the table_array contains the data to display in the result
19
Q

what are the two arguments of the round function?

A
  • number: cell or value to be adjusted

- num_digits: # of decimal places for rounding

20
Q

what are the three arguments of a SUMIF function?

A
  • range: the range of cells to be evaluated
  • criteria: argument defines which cells from the range should be included in the sum
21
Q

SUMPRODUCT function

A

it multiplies the cell identified in its array arguments and then it totals those individual products

22
Q

what is the syntax for a SUMPRODUCT function?

A

=SUMPRODUCT(array 1, array 2)