Definition: COS is a function that returns the cosine of an angle. Syntax: =COS(number) Situation: This formula is suitable when you need to find the cosine of an...
Definition: DATEDIF is a function that returns the difference between two dates in months, days, or years. Syntax: =DATEDIF(start_date, end_date, unit) Situation: This formula is suitable when you...
Definition: COSH is a function that returns the hyperbolic cosine of a number. Syntax: =COSH(number) Situation: This formula is suitable when you need to find the hyperbolic cosine...
Definition: DATEVALUE is a function that returns the serial number of a date based on a text string. Syntax: =DATEVALUE(date_text) Situation: This formula is suitable when you need...
Definition: COUNTBLANK is a function that counts the number of blank cells in a range. Syntax: =COUNTBLANK(range) Situation: This formula is suitable when you need to count the...
Definition: CHAR is a function that returns the character specified by a number. Syntax: =CHAR(number) Situation: This formula is suitable when you need to convert a number to...
Definition: CHIDIST is a function that returns the one-tailed probability of the chi-squared distribution. Syntax: =CHIDIST(x, degrees_freedom) Situation: This formula is suitable when you need to find the...
Definition: CHIINV is a function that returns the inverse of the one-tailed probability of the chi-squared distribution. Syntax: =CHIINV(probability, degrees_freedom) Situation: This formula is suitable when you need...
Definition: CHITEST is a function that tests the independence of two sets of data. Syntax: =CHITEST(actual_range, expected_range) Situation: This formula is suitable when you need to test whether...
Definition: CHOOSE is a function that returns a value from a list of values based on a specified index. Syntax: =CHOOSE(index_num, value1, [value2], ...) Situation: This formula is...