Chapter 5 Flashcards
What is an argument ?
The value the function used to perform a calculation, including g a number text it cell reference that acts as an operand.
The argument follows the function name and is enclosed in parenthesis.
( if more then 1 argument, commas separate the arguments)
What is a function ?
A shorthand way to write an equation that performs a calculation 3 parts: 1. An equal sign = 2. Function name 3. Atleast 1 argument
Example of mathematical and trigonometric functions:
SQRT- square root
ROUND-(#,Num-digits) # in 1st argument rounded to the # of decimal places designated in the 2nd argument
Ex: =ROUND (14,23433,2) returns 14.23
LN-(#) the natural logarithm of #
What are statistical functions used for ? Example of ?
Used to describe quantities of data
Ex: AVERAGE COUNT MIN MAX COUNTA STDEV. VAR.P
What is the purpose of a financial function ? Example of?
Used to analyze loans and investments. Ex: FV PV PMT
What are logical functions ?
Such as IF function, displays texts or values if certain conditions exist.