---
title: "What do you understand by excel functions?"  
description: "What do you understand by excel functions?"  
author: "Steilla Mitchel"  
published: 2022-03-25  
canonical: https://answers.mindstick.com/qa/96523/what-do-you-understand-by-excel-functions  
category: "troubleshooting"  
tags: ["troubleshooting", "excel"]  
reading_time: 2 minutes  

---

# What do you understand by excel functions?

What do you understand by excel [functions](https://www.mindstick.com/forum/34086/jquery-callback-functions)?

## Answers

### Answer by Hitesh Vohra

![What do you understand by excel functions?](https://answers.mindstick.com/questionanswer/ec062724-1801-4d11-956c-6b2ca779ea5c/images/877e0bcb-dc33-45ca-af24-0a9c7f89c6af.jpeg) **\**

- **Functions** are established formulas that conduct calculations using specific values (arguments) in a given order (or structure). Simple and sophisticated computations can both be done with functions. The Formulas tab on the Ribbon contains all of Excel's functions: Syntax for [**Excel**](https://answers.mindstick.com/qa/96544/specify-the-order-of-operations-used-for-evaluating-formulas-in-excel) functions
- The syntax of a function is demonstrated in the following example of the ROUND function rounding off a number in cell A10.
- **Structure.** A function's structure starts with an equal sign (=), then the function name, an opening parenthesis, comma-separated arguments for the function, and a closing parenthesis.
- The name of the function Click a cell and press SHIFT+F3, which will open the Insert Function dialogue, to see a list of available functions.
- **Discussions.** Numbers, text, logical values like TRUE or FALSE, arrays, error values like #N/A, and cell references can all be used as arguments. You must specify an argument that produces a valid value for that argument. Constants, formulae, and other functions can also be used as arguments.
- **Tooltip** for the argument As you type the function, a tooltip with the syntax and arguments appears. For example, type =ROUND( to see the tooltip. Only built-in functions have tooltips.

\

**Read More: [How to stop automatic sorting in pivot tables in excel?](https://answers.mindstick.com/qa/96522/how-to-stop-automatic-sorting-in-pivot-tables-in-excel)**


---

Original Source: https://answers.mindstick.com/qa/96523/what-do-you-understand-by-excel-functions

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
