ISO 9001:2015 Certified
Govt. of Karnataka Affiliated
ADV EXCEL CLASS NOTES

Introduction to Formulas and Functions

Formulas and Functions are powerful tools in Microsoft Excel that help users perform calculations quickly and accurately. They reduce manual work and automatically update results when data changes.

What is a Formula?

A formula is an expression used to perform calculations in Excel. Every formula begins with an equal sign (=).

Formula Result
=10+20 30
=50-10 40
=10*5 50
=100/4 25

What is a Function?

A function is a predefined formula in Excel that performs specific calculations automatically. Functions save time and make calculations easier.

Function Purpose
SUM() Adds numbers together.
AVERAGE() Calculates the average value.
MAX() Returns the highest value.
MIN() Returns the lowest value.

Formula vs Function

Feature Formula Function
Definition User-created calculation Predefined calculation
Example =A1+B1 =SUM(A1:A10)
Purpose Simple calculations Complex and repeated calculations

Components of a Formula

Component Example
Cell Reference A1, B5, C10
Operator +, -, *, /
Value 100, 50, 25

Benefits of Formulas and Functions

  • Perform calculations automatically.
  • Reduce manual errors.
  • Save time when working with large datasets.
  • Update results automatically when source data changes.
  • Improve productivity and accuracy.
Important: Every Formula and Function in Excel starts with an equal sign (=).

Common Shortcut Keys

Shortcut Key Function
= Start a Formula
F2 Edit Formula