answersLogoWhite

0

Yes. All functions in Excel have brackets and the ones that have arguments must have them within the brackets. Not all functions have arguments, but they still have to have the brackets. This distinguishes them for other things in Excel that have names. So it is possible to have a name called Average.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

How do you call a function named my function?

In most languages, you can't have names with space, for functions, variables, etc. Assuming your function is called myFunction, the usual way to call it is: myFunction() This assumes the function requires no parameters. If the function does require parameters, the parameters will be included within parentheses.


What is 1 plus tan?

It is a meaningless expression. Tan is a function which requires an angle as its argument.


Does a comma go before or after parentheses?

A comma typically goes before parentheses if the sentence structure requires it. For example, in the sentence "She decided to go to the park (which was quite crowded), despite the weather," the comma is placed before the parentheses. However, if the parentheses are at the end of a sentence and the sentence does not require a comma, then no comma is needed.


What is the c plus plus program to calculate the area of a circle using function overloading?

Function overloading is used when you want to re-use the same function name with different argument types or a different number of arguments. Calculating the area of a circle isn't the sort of function that requires overloading since the only argument you need is the radius. double area_of_circle (const double radius) { const double pi=4*atan(1); return pi*radius*radius; }


Should a semi colon come after parentheses?

If your sentence requires a semicolon, you may, indeed, end up using it after a parenthetical.


Does a thesis require the inclusion of three points to effectively support its argument"?

Yes, a thesis typically requires the inclusion of three points to effectively support its argument.


Does exocytosis require energy to function?

Yes, exocytosis requires energy to function.


Why is the audience important in argument?

The audience is important in argument because their knowledge, beliefs, and values influence how they receive and interpret the argument. Effective communication requires considering the audience's perspective to tailor the argument in a way that resonates with them and increases the likelihood of persuasion or understanding. Ignoring the audience can lead to miscommunication or a failed argument.


Can a theorem be proved by an accurate diagram?

No. An accurate diagram is an illustration: a proof requires logical argument.


Does a function always require a parameter?

No. For example, function getpid never requires a parameter.


What is the function of csytoplasm in a plant cell?

It provides a fluid medium that the cell requires to function.


How many arguments that fgets function requires?

Three.