Text Functions Flashcards

1
Q

This function converts a normal number to the character it represents in the ANSI character set used by Windows.

A

=CHAR

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

This function removes any non-printable characters from text.

A

=CLEAN

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

This function shows the ANSI value of a single character, or the first character in a piece

A

=CODE

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

This function joins separate pieces of text into one item.

A

=CONCATENATE

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

This function converts a number into a piece of text formatted as currency.

A

=DOLLAR

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

This function compares two items of text and determine whether they are exactly the same.

A

=EXACT

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

This function looks for a specified letter inside another piece of text.

A

=FIND

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

This function converts a numeric value to text.

A

=FIXED

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

This function displays a specified number of characters from the left-hand side of a piece of text.

A

=LEFT

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

This function counts the number of characters, including spaces and numbers, in a piece of text.

A

=LEN

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

This function converts all characters in a piece of text to lower case.

A

=LOWER

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

This function picks out a piece of text from the middle of a text entry.

A

=MID

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

This function converts the first letter of each word to uppercase, and all subsequent letters are converted to lowercase.

A

=PROPER

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

This function replaces a portion of text with a new piece of text.

A

=REPLACE

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

This function repeats a piece of text a specified number of times.

A

=REPT

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

This function displays a specified number of characters from the right hand side of a piece of text.

A

=RIGHT

17
Q

This function replaces a specified piece of text with a different piece of text.

A

=SUBSTITUTE

18
Q

This function examines an entry to determine whether it is text or not.

A

=T

19
Q

This function converts a number to a piece of text.

A

=TEXT

20
Q

This function removes unwanted spaces from a piece of text.

A

=TRIM

21
Q

This function converts all characters in a piece of text to upper case.

A

=UPPER

22
Q

This function converts a piece of text which resembles a number into an actual value.

A

=VALUE