Sigma Squared

Month: May 2023

IFS

  • May 31, 2023
Definition: IFS is a function that evaluates multiple conditions and returns a value corresponding to the first true condition. Syntax: =IFS(condition1, value1, [condition2, value2], ...) Situation: This formula...

HYPGEOMDIST

  • May 31, 2023
Definition: HYPGEOMDIST is a function that returns the hypergeometric distribution for a specified set of parameters. Syntax: =HYPGEOMDIST(sample_s, number_sample, population_s, number_pop, [cumulative]) Situation: This formula is suitable when...

HYPERLINK

  • May 31, 2023
Definition: HYPERLINK is a function that creates a hyperlink to a specified location. Syntax: =HYPERLINK(link_location, [friendly_name]) Situation: This formula is suitable when you need to create a hyperlink...

HOUR

  • May 31, 2023
Definition: HOUR is a function that returns the hour component of a time value. Syntax: =HOUR(serial_number) Situation: This formula is suitable when you need to find the hour...

HEX2OCT

  • May 31, 2023
Definition: HEX2OCT is a function that converts a hexadecimal number to octal. Syntax: =HEX2OCT(number, [places]) Situation: This formula is suitable when you need to convert a hexadecimal number...

HEX2DEC

  • May 31, 2023
Definition: HEX2DEC is a function that converts a hexadecimal number to decimal. Syntax: =HEX2DEC(number) Situation: This formula is suitable when you need to convert a hexadecimal number to...

HEX2BIN

  • May 31, 2023
Definition: HEX2BIN is a function that converts a hexadecimal number to binary. Syntax: =HEX2BIN(number, [places]) Situation: This formula is suitable when you need to convert a hexadecimal number...

HARMEAN

  • May 31, 2023
Definition: HARMEAN is a function that returns the harmonic mean of a set of numbers. Syntax: =HARMEAN(number1, [number2], ...) Situation: This formula is suitable when you need to...

GROWTH

  • May 31, 2023
Definition: GROWTH is a function that predicts a future value using exponential regression. Syntax: =GROWTH(known_y's, [known_x's], [new_x's], [const]) Situation: This formula is suitable when you need to predict...

GEOMEAN

  • May 31, 2023
Definition: GEOMEAN is a function that returns the geometric mean of a set of numbers. Syntax: =GEOMEAN(number1, [number2], ...) Situation: This formula is suitable when you need to...