Unit E Flashcards

(34 cards)

1
Q

convert text to columns

A

breaks data fields in one column into separate columns

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

Delimiter

A

separator, such as a space, comma or semicolon used to separate data elements

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

PROPER function

A

capitalizes the first letter of a word in a column ex PROPER(A1)

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

data tab

A

lets you work with conversion

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

UPPER

A

converts text to all caps

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

LOWER

A

converts all text to lower case

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

IF commands

A

are used based on different conditions

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

consolidate

A

summarizes similar data that exists in different sheets

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

link

A

allows you to reference data in other sheets

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

external reference indicator

A

when cells referenced are outside the active sheet

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

IFERROR

A

displays a message or value that you specify, rather than one automatically generated by Excel

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

circular reference

A

contains a formula that refers to its own cell location

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

DIV/0!

A

a number is divided by 0

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

NA

A

a value in a formula that is not available

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

3-D reference

A

references other sheets which creates another dimension

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

NUM!

A

invalid use of a number in a formula

17
Q

VALUE!

A

wrong type of formula argument or operand

18
Q

NAME!

A

formula contains text error

19
Q

NULL!

A

invalid intersection of errors

20
Q

REF!

A

invalid cell reference

21
Q

#####

A

cell is too small

22
Q

Scope

A

worksheets where it can be used

23
Q

logical formula

A

makes calculations based on certain criteria

24
Q

stated conditions

A

criteria that you create

25
logical test
condition that can be answered with a true or false response
26
<
less than
27
>
more than
28
=
equal to
29
<=
less than or equal to
30
>=
greater than or equal to
31
<>
not equal to
32
returns
display
33
AND function
evaluates all of its arguments in return
34
PMT
financial function that calculates payments for borrowed money =pmt(rate, per, pv)