Lesson 1 and 2: Spreadsheet Flashcards
scans data horizontally (down columns)
HLOOKUP
is simply a name you assign to a range of data and is much easier to remember than a cell address.
Range Name
are predefined formulas that perform calculations by using specific values, called arguments, in a particular order, or structure.
Functions
Structure of Function
The structure of a function begins with an equal sign (=), followed by the function name, an opening parenthesis, the arguments for the function separated by commas, and a closing parenthesis.
For a list of available functions, click a cell and press ________, which will launch the Insert Function dialog.
SHIFT + F3
can be numbers, text, logical values such as TRUE or FALSE, arrays, error values such as #N/A, or cell references.
Arguments
To enter a formula with a function, you need to do the following.
- Start the formula with an equal sign.
- Select or enter the function you want to use.
- Select or enter the arguments.
- Enter the completed formula
This function is used to describe quantities of data.
STATISTICAL FUNCTION
This function adds all of the values of the cells in the argument.
SUM
This function determines the average of the values included in the argument. It calculates the sum of the cells and then divides that value by the number of cells in the argument.
AVERAGE
This function counts the number of cells with numerical data in the argument. This function is useful for quickly counting items in a cell range
COUNT
This function determines the highest cell value included in the argument.
MAX
This function determines the lowest cell value included in the argument.
MIN
These are the building blocks for creating intelligent and automated spreadsheets.
LOGICAL FUNCTION
evaluates a logical test and displays a specific value based on the outcome (TRUE or FALSE). It allows for conditional formatting based on set criteria.
IF Function
returns TRUE only if ALL of its arguments are TRUE. It is used to combine multiple conditions into a single logical statement.
AND function
returns TRUE if ANY of its arguments are TRUE. It allows for a more flexible approach to checking conditions.
OR function
reverses the logical state of its argument. It is used to negate a condition.
NOT function
This function is a valuable tool for handling errors that might arise when using formulas. It allows you to display a custom message or value instead of the default error code, making your spreadsheets more user-friendly and informative.
IFERROR Function
These functions are powerful tools that allow you to perform complex calculations, analyze data, and solve problems with ease.
MATHEMATICAL AND TRIGONOMETRY
Calculates the natural logarithm (base-e) of a number. Used in scientific and financial calculations.
LN Function:
Determines the square root of a positive number. Useful for calculating distances, area, and volumes.
SQRT Function:
Identifies the most frequent value within a dataset. Helps analyze data trends and identify common occurrences.
MODE Function
Raises a number to a specified power. Essential for exponential calculations and engineering applications.
POWER Function
Raises a number to a specified power. Essential for exponential calculations and engineering applications.
EXP Function
Calculates the sine of an angle in degrees. Used in trigonometry to find side lengths and angles in triangles.
SIN Function
Calculates the cosine of an angle in degrees. Used in trigonometry to find side lengths and angles in triangles.
COS Function
Calculates the tangent of an angle in degrees. Used in trigonometry to find side lengths and angles in triangles.
TAN Function