EXCEL Flashcards
(35 cards)
#########
Not an error, usually means column not wide enough, also results from negative date and time
Not an error, usually means column not wide enough, also results from negative date and time
#########
VALUE!
Formula cannot work because it was expecting different data type ( multiplying by text column will cause this error)
Formula cannot work because it was expecting different data type ( multiplying by text column will cause this error)
VALUE!
REF!
Cell results in reference cell that DNE
Cell results in reference cell that DNE
REF!
NAME?
Referring to a named range that DNE.
Using worksheet function that DNE.
Using text formula without including quotation marks (“text”)
Referring to a named range that DNE.
Using worksheet function that DNE.
Using text formula without including quotation marks (“text”)
NAME?
NUM!
Using an incorrect argument in worksheet function, or the number is too large/small for Excel
Using an incorrect argument in worksheet function, or the number is too large/small for Excel
NUM!
N/A!
VLOOKUP/HLOOKUP/MATCH with no match. Using NA() function.
VLOOKUP/HLOOKUP/MATCH with no match. Using NA() function.
N/A!
NULL!
Intersection of two ranges that DNE. Wrong range separator.
Intersection of two ranges that DNE. Wrong range separator.
NULL!
VLOOKUP( )
Looks for a given value in a vertical list, and once it has spotted that value, it would use that row and return the value from the specified column number
Looks for a given value in a vertical list, and once it has spotted that value, it would use that row and return the value from the specified column number
VLOOKUP( )
Syntax VLOOKUP( )
=VLOOKUP( look up value you are trying to find, left most column of the table, table array for the value, column index number which you want to fetch the matching value, exact match = false : approx match = true)
IF( )
Evaluates a condition and returns one value if it’s TRUE and another if it’s FALSE
Evaluates a condition and returns one value if it’s TRUE and another if it’s FALSE
IF( )
syntax IF( )
=IF(logical_test, [value if true], [value if false])
SUMIFS( )
Adds the cells in a range that meet multiple criteria
Adds the cells in a range that meet multiple criteria
SUMIFS( )
syntax SUMIFS( )
=SUMIFS(sum_range, criteria_range1, criteria1, [criteria_range2, criteria2],…)
COUNTIFS( )
Applies criteria to cells across multiple ranges and counts the number of times all criteria are met