hgh

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall with Kai
GameKnowt Play
New
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/22

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

23 Terms

1
New cards

=COUNTA(value1, [value2], …)

Definition: Counts the number of cells in a range of cells that are not blank.

2
New cards

=RATE(nper, pmt, pv)

Definition: Calculates the interest rate earned for an investment.

3
New cards

=EFFECT(nominal_rate, npery)

Definition: Calculates the annual percentage rate for an interest rate.

4
New cards

=NPER(rate, pmt, pv)

Definition: Calculates the number of payments that will be made to pay off a loan.

5
New cards

=PMT(rate, nper, pv)

Definition: Calculates the payment amount for a loan.

6
New cards

=PV(rate, nper, pmt)

Definition: Calculates the current value of an investment (accounting for compound interest).

7
New cards

=FV(rate, nper, pmt)

Definition: Calculates the future value of an investment.

8
New cards

=AND(logical1, [logical2], …)

Definition: Combines Boolean expressions to determine if ALL of the combined expressions are TRUE

9
New cards

=OR(logical1, [logical2], …)

Definition: Combines Boolean expressions to determine if ANY of the combined expressions are TRUE

10
New cards

=NOT(logical1, [logical2], …)

Definition: Check to see if a Boolean expression is not evaluated as TRUE

11
New cards

=IF(logical_test, value_if_true, value_if_false

efinition: Build on Boolean logic and specify the results depending on the results of the Boolean expression.

12
New cards

=VLOOKUP(lookup_value, table_array, col_index_num, range_lookup)

Definition: Returns the related value from the specified column after finding the match in the first column.

13
New cards

=HLOOKUP(lookup_value, table_array, col_index_num, range_lookup)

Definition: Returns the related value from the specified row after finding the match in the first row

14
New cards

=LEN(text)

Definition: The length, in number of characters, of a block of text.

15
New cards

=SEARCH(find_text, within_text)

Definition: The position of a specific character, word, or phrase within a block of text.

16
New cards

=LEFT(text, [num_chars])

Definition: Returns the specified number of characters starting from the beginning of a block of text

17
New cards

=MID(text, start_num, num_chars)

Definition: Returns the specified number of characters from the middle of a block of text.

18
New cards

=RIGHT(text, [num_chars]

Definition: Returns the specified number of characters starting from the end of a block of text

19
New cards

=CONCATENATE(text1, [text2], …

Definition: Combines blocks of text.

20
New cards

=STDEV.S(number1, [number2], …)

Definition: Calculates the standard deviation for a sample. (Use STDEV.P to calculate the standard deviation for a population

21
New cards

=CONFIDENCE.NORM(alpha, standard_dev, size)

Definition: The confidence interval or range of values that we believe the “true” population value falls into

22
New cards

=CORREL(array1, array2

Definition: Calculates the correlation coefficient between two sets of values.

23
New cards

=FORECAST(X, known_y’s, known_x’s)

Definition: Calculates, or predicts, a future value along a linear trend by using existing values