Guide Rated A+
Adds the individual numbers or the numbers included in the range(s). Ans-SUM()
Counts the number of cells in a range of cells that contain numbers. Ans-COUNT()
Counts the number of cells in a range of cells that are not blank Ans-COUNTA()
Calculates the simple average of a set of numbers Ans-AVERAGE()
Returns the largest value in a set of numbers Ans-MAX()
Returns the smallest value in a set of numbers Ans-MIN()
Calculates the interest rate earned for an investment Ans-RATE()
Calculates the annual percentage rate for an interest rate Ans-EFFECT()
Calculates the number of payments that will be made to pay off a loan Ans-NPER()
Calculates the payment amount for a loan Ans-PMT()
Calculates the current value of an investment (accounting for compound interest) Ans-PV()
Calculates the future value of an investment Ans-FV()
Combines Boolean expressions to determine if ALL of the combined expressions are TRUE Ans-AND()
, Combines Boolean expressions to determine if ANY of the combined expressions are TRUE Ans-OR()
Check to see if a Boolean expression is not evaluated as TRUE Ans-NOT()
Build on Boolean logic and specify the results depending on the results of the Boolean expression Ans-
IF()
Determine (count) the number of cells within a range of cells that contain a specific value Ans-COUNTIF()
Calculate the total (sum) for a set of values that match a specific criterion Ans-SUMIF()
Calculate the average for a set of values that match a specific criterion Ans-AVERAGEIF()
Returns the related value from the specified column after finding the match in the first column Ans-
VLOOKUP()
Returns the related value from the specified row after finding the match in the first row Ans-HLOOKUP()
The length, in number of characters, of a block of text Ans-LEN()
The position of a specific character, word, or phrase within a block of text Ans-SEARCH()
Returns the specified number of characters starting from the beginning of a block of text Ans-LEFT()
Returns the specified number of characters from the middle of a block of text Ans-MID()
Returns the specified number of characters starting from the end of a block of text Ans-RIGHT()
Combines blocks of text Ans-CONCATENATE()