This FAQ covers 3 common questions about formula errors, syntax guidance, and result checking, followed by a short glossary.
FAQ
What should I do if the COSH function shows an error?
- Check whether the formula starts with
=. - Check whether the parentheses are paired correctly and whether separators are correct.
- Confirm that the argument type and quantity match the function requirements.
- Review the syntax prompt and submit the formula again.
How can I view guidance for the COSH function?
- Select any editable cell.
- Type
=COSH(. - Review the syntax prompt and example information shown during editing.
- Complete the formula by following the prompt.
Why is the COSH result not correct?
- Check whether the referenced cells contain numeric values that can be calculated.
- Check for text-formatted numbers, incorrect references, or circular references.
- Confirm that other functions and parentheses in a nested formula are correct.
- Change the arguments and review whether the result updates.
Glossary
| Term | Definition |
|---|---|
| COSH | A hyperbolic cosine function that returns the hyperbolic cosine of a specified value. |
| Syntax prompt | On-screen guidance shown while entering a function, including argument format or examples. |
| Nested calculation | A calculation structure that uses another function or expression inside the current formula. |