Important Notice:

Formulas and Functions in calc

Formulas and Functions in calc

5 views 1 min read

 Formulas and Functions (सूत्र और फंक्शन):-

1. Formula (सूत्र)

Formula वह गणितीय अभिव्यक्ति है जिसका उपयोग गणना करने के लिए किया जाता है। Formula हमेशा = (Equal) चिन्ह से शुरू होता है।

English

A Formula is a mathematical expression used to perform calculations. It always starts with the = (Equal) sign.

Examples:

  • =A1+B1

  • =A1-B1

  • =A1*B1

  • =A1/B1

2. Function (फंक्शन)

Function पहले से तैयार (Predefined) Formula होता है जो जटिल गणनाओं को आसान बनाता है।

English

A Function is a predefined formula that makes complex calculations easier.

Syntax (रूप):-

=FUNCTION_NAME(arguments)

Example:-

=SUM(A1:A5)

Related Notes