The Excel formula `I_GET_NUMERIC_OR_DEFAULT` retrieves the value as is when numeric and `valueWhenNotNumeric` otherwise. Parameters: - `par`: possibly numeric value. - `valueWhenNotNumeric`: alternative value to use when `par` is not numeric. Returns: value as is when numeric and `valueWhenNotNumeric` otherwise.