What is the difference between function …
CBSE, JEE, NEET, CUET
Question Bank, Mock Tests, Exam Papers
NCERT Solutions, Sample Papers, Notes, Videos
Posted by Pawanjaiswal Pawanjaiswal 4 years, 3 months ago
- 1 answers
Related Questions
Posted by Hamza Ansari 1 year, 1 month ago
- 0 answers
Posted by Ansh Gautam 1 year, 3 months ago
- 0 answers
Posted by Moksh Sahu 1 year, 6 months ago
- 1 answers
Posted by Rakesh Sarkar 1 year, 4 months ago
- 0 answers
Posted by Ketan Thakur 1 year, 2 months ago
- 3 answers
Posted by Suman Devi 1 year, 3 months ago
- 1 answers
Posted by Saumya Singh 1 year, 4 months ago
- 0 answers
myCBSEguide
Trusted by 1 Crore+ Students
Test Generator
Create papers online. It's FREE.
CUET Mock Tests
75,000+ questions to practice only on myCBSEguide app
Sia ? 4 years, 3 months ago
1 A formula is statement written by the user to be calculated. Formulas can be as simple or as complex as the user wants. A formula can contain values, references to cells, defined names, and functions.
All formulas must start with the equals sign. =1+2+3
2 function is a piece of code designed to calculate specific values and are used inside formulas. Functions to sum values, calculate a trigonometric cosine, and to calculate the current time are built into excel. Additional functions can be defined using Visual Basic.
Functions are typed alongside parenthesizes, where in the arguments if any are listed in between. To use functions in a formula, for example
=COS(3.14) will return the calculated cosine. =NOW() returns the current time. =SUM(1+2+3) *2 will multiply the sum by 2.
0Thank You