Excel Function Sheet (2)
Excel Function Sheet (2)
COUNTA(cell_range) finds the number of rows of the cell range provided including the text data
MAX(cell_range) finds the maximum value from the cell range provided
MIN(cell_range) finds the minimum value from the cell range provided
Round Functions
checks the number behind, if the number is greater than or eqal to 1, add 1
add 1 if there is any value behind the number e.g. 24.00001 will be 25
do not add 1 no matter what value there behind the number e.g. 24.99 will
still be 24
IF(logical_test, if_true, checks the condition do a thing if the condition is true and do another thing
if_false) if the condition is false
COUNTIF(range, criteria) counts the number of rows that matches the criteria
SUMIF(range, criteria, finds the total of the cell range provided, that matches the criteria
sum_range) range – cell range to check the condition upon
AVERAGEIF(range, criteria, finds the average of the cell range provided, that matches the criteria
sum_range) range – cell range to check the condition upon
Lookup Function
VLOOKUP(lookup_value, finds the value that is corresponding with the lookup_value from the
table_array, column_index, table_array and returns the value
range_lookup) lookup_value – the value that will be used to search the result
table_array – the cell range that includes both the lookup value and the
result
range_lookup – TRUE for approximate match and FALSE for exact match