Intermediate Flashcards

1
Q

Formula that will multiply corresponding components in the given arrays, and will then return the sum of the products.

A

=SUMPRODUCT (array1, [array2], [array3],…)

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

Option that allows you to restrict the type of data and number of characters that the user enters into a cell. If a person ignores limitations and types them in anyway, an error message will pop up.

A

Go to Data tab, click on Data Validation.

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

Formula that will return the absolute value of a number in the location you desire

A

= ABS(number)

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

Formula that returns the character specified by a number. It automatically translates code page numbers into characters.

A

=CHAR (number)

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

Formula removes all characters that cannot be printed

A

=CLEAN(cell reference)

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

Formula that returns a code (numeric) for the first character used in a text string

A

=CODE(“text”)

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

Formula that compares two text strings and returns the word TRUE if they are exactly the same, or FALSE if they are not.

A

=EXACT(text1, text2)

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

Formula that returns the arithmetic average (aka mean) of a list of numbers. Even if there are letters, it counts them as zero.

A

=AVERAGEA(value1, value2,…)

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

Formula that calculates the arithmetic average (aka mean) of a set of values, only of values that meet certain criteria.

A

=AVERAGEIF(range, criteria, [average_range]

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

Formula that calculates the arithmetic average (aka mean) of a set of values, only of values that meet multiple criteria.

A

=AVERAGEIFS(average_range,criteria_range1, criteria1, [criteria_range2, criteria 2].

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

An informative formula that tells you about the contents, location, formatting, and properties of a specific cell.

A

=CELL(“address”, cell location), to find the location of the cell
=CELL(“col”, cell location), to find the column number.
=CELL(“row”, cell location), to find the row number
=CELL(“type”, cell location), where b is for blank, l is for text, and v is for value.
=CELL(“prefix”, cell location), where it will return a ‘ for left, ^ for centre, and “ for right. When there is nothing, it will be displayed as numeric entries.
=CELL(“width”, cell location), to find out the width of a cell.
=CELL(“format”, cell location), which will tell you the number format of the cell. It is necessary to download the number codes for format for future reference.
=CELL(“parentheses”, cell location), where 1 is yes and 0 is no.
=CELL(“color”, cell location,) will tell you if the cell is formatted for coloured negatives. It will return 1 for yes, 0 for no.
=CELL(“protect”), will tell you if the cell is locked (1) or unlocked (0).
=CELL(Filename, D5), will tell you the name of the file.

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

Formula that will return the Kth largest value in a previously defined data set. You can use this function to select a value based on its standing when compared to the other values, including the highest score, second-place or third-place score.

A

=LARGE(array,k)

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

Formula that returns the largest value in a set of values.

A

=MAX(number1, number 2,…)

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

Formula that returns the median number of a set of numbers.

A

=MEDIAN(number1, number 2,…)

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

Formula that returns the smallest value in a set of values.

A

=MIN(number1, number 2,…)

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

Formula that will return the most repeated value in an array or range of data.

A

=MODE(number1, number 2,…)

17
Q

Formula that allows you to obtain a value converted to a number. This is relevant for numbers, a date, true or false, or an error value. Anything else will return 0.

A

=N(value)

18
Q

Formula that returns random integer numbers between minimum and maximum limits you specify. A different random number is calculated every time.

A

=RANDBETWEEN(bottom, top)

19
Q

Formula that returns the rank of a number being referred to in a list of values, taking into account the size of the number relative to other values in a list.

A

=RANK(number,ref,[order])

20
Q

Sometimes you have duplicate values in a range of data that are not useful to you. Rather than deleting them one by one you can remove duplicate values using an Excel function.

A

Select a cell or a range of cells. Then go to the Data tab, and find the Data Tools group. Here, click Remove Duplicates. Then, under Columns you can select one or more columns where you would like data removed. You can select all columns by clicking Select All. You can clear all columns by clicking Unselect All.

21
Q

The formula for rounding a number up is:

The formula for rounding down a number is:

To round a number to the nearest number or nearest fraction, you can use the following formula:

A

=ROUNDUP(argument1, argument2)

=ROUNDDOWN(argument1, argument2)

=ROUND(argument1, argument2)

The first argument is the number to be rounded. The second argument is the number of decimal places to which you want to round the result (0 is valid if you only want whole numbers).

22
Q

To change the capitalisation of certain text, you can use a formula instead of wasting time deleting and retyping everything.

Proper case refers to capitalising the first letter in a string and any letters that follow are lower case, like you might want to do for a title or name.

A

=LOWER(reference value)

=UPPER(reference value)

=PROPER(reference value)

23
Q

Some symbols and special characters are not available on the keyboard. Some of these include the copyright symbol (©), or trademark symbol (™), or Unicode characters, among others. In these cases, you can use the Symbol dialog box.

A

click the cell where you want the symbol inserted. Then, on the Insert tab, find the Text group and click on Symbol.

24
Q

if you want to keep your text in a limited amount of cells.

A

highlight the cells, click fill, justify, ok