click below
click below
Normal Size Small Size show me how
AR ADV SS UNIT-6
Arkansas Advanced Spreadsheets Unit 6-Using Advanced Functions
Question | Answer |
---|---|
AND function | A logical function that returns a TRUE value if all the logical conditions are true a FALSE value if any or all of the logical conditions are false |
AVERAGEIF function | A function that calculates the average of values in a range that meet criteria you specify |
AVERAGEIFS function | A function that calculates the average of values within a range of cells that meet multiple conditions |
Calculated column | A column in a table that automatically fills with a formula after you enter or edit a formula in one cell of that column |
Compare value | A category for a lookup table that is located in the table's first column or row |
COUNTIF function | A function that calculates the number of cells in a range that match criteria you specify |
COUNTIFS function | A function that counts the number of cells within a range that meet multiple criteria |
Criteria range | An area in a worksheet, separate from the range of data or table, used to specify the criteria for the data to be displayed after the filter is applied to the table |
Database function | A function that performs summary data analysis (SUM, AVERAGE, COUNT, etc.) on a table of values based on criteria you set |
Error value | Text displayed in a cell to indicate that some element in a formula or a cell referenced in that formula is preventing the return of a calculated value. Common ones are #DIV/0!, #N/A, and #VALUE! |
IFERROR function | The function used to determine if a cell contains an error value and displays the message you chose rather than the default error value |
Lookup table | A table that organizes data you want to retrieve into different categories |
Lookup value | The value you are trying to find or retrieve from a lookup table |
Nested IF function | One IF function placed inside another IF function to test an additional condition |
OR function | A logical function that returns a TRUE value if any of the logical conditions are true or FALSE value if all the logical conditions are false |
Rule | A statement that specifies the type of condition, the type of formatting when that condition occurs, and the cellular range the formatting is applied to |
Structured reference | Table name or table column header that you can use in a formula in place of its cell or range reference |
SUMIF function | A function that adds the values in a range that meet criteria you specify; also called conditional sum |
SUMIFS function | A function that adds value in a range that meet multiple criteria |
VLOOKUP function | A function that searches vertically down a lookup table to retrieve a value from that table; used when the compare values are stored in the first column of the lookup table |