Introduction
Google Sheets is one of the most powerful free spreadsheet tools available today. Whether you’re a student, business owner, or professional, understanding Google Sheets formulas can help you save time, automate tasks, and analyze data efficiently.
In this beginner’s guide, we’ll walk you through the most important Google Sheets formulas, their syntax, and practical examples — so you can start using them confidently even if you’ve never written a formula before.
What Are Google Sheets Formulas?
Google Sheets is one of the most powerful free spreadsheet tools available today. Whether you’re a student, business owner, or professional, understanding Google Sheets formulas can help you save time, automate tasks, and analyze data efficiently.
In this beginner’s guide, we’ll walk you through the most important Google Sheets formulas, their syntax, and practical examples — so you can start using them confidently even if you’ve never written a formula before.
In simple terms, a formula in Google Sheets is an equation that performs calculations using your data.
Every formula starts with an equal sign (=). For example:
=SUM(A1:A5)
This formula adds up all the values from cell A1 to A5.
Formulas can help you:
- Calculate totals and averages
- Combine text or numbers
- Find maximum or minimum values
- Count items automatically
- And much more!
Basic Google Sheets Formulas You Must Know
Let’s start with the most commonly used and beginner-friendly formulas.
1. SUM() – Add Numbers Easily
Use SUM to quickly total a range of numbers.
Example:
=SUM(B2:B10)
✅ Adds all the numbers from cell B2 to B10.
2. AVERAGE() – Find the Mean Value
Calculates the average of a range.
Example:
=AVERAGE(C2:C10)
✅ Returns the average of all numbers between C2 and C10.
3. MIN() and MAX() – Find Smallest or Largest Values
Examples:
=MIN(D2:D10)
=MAX(D2:D10)
✅ Finds the smallest or largest number in a range.
4. COUNT() – Count Numbers in a Range
Examples:
=MIN(D2:D10)
=MAX(D2:D10)
✅ Finds the smallest or largest number in a range.
5. COUNTA() – Count Text and Numbers
If your range includes text, use COUNTA instead of COUNT.
Example:
=COUNTA(A1:A10)
✅ Counts all non-empty cells, including text.
6. IF() – Apply Logic
The IF function helps you apply conditions.
Example:
=IF(B2>50, "Pass", "Fail")
✅ If the value in B2 is more than 50, it shows “Pass”, otherwise “Fail.”
7. CONCATENATE() or CONCAT() – Combine Text
Example:
=CONCAT(A2, " ", B2)
✅ Combines first and last names or any two text values.
8. TODAY() – Display Current Date
Example:
=TODAY()
✅ Displays today’s date automatically.
Pro Tips for Beginners
- Always start with
=when writing a formula. - Double-check cell ranges (like A1:A5).
- Use AutoFill: Drag the small square in the cell corner to apply formulas quickly.
- Use Formulas > Insert Function to explore hundreds of built-in options.
Why Learn Google Sheets Formulas?
- Learning formulas saves time and increases accuracy. Instead of manual calculations, you can automate tasks like:
- Monthly expense tracking
- Sales performance reports
- Attendance tracking
- Grade calculations
- Budget planning
Learning formulas saves time and increases accuracy. Instead of manual calculations, you can automate tasks like:
- Monthly expense tracking
- Sales performance reports
- Attendance tracking
- Grade calculations
- Budget planning
With just a few formulas, you can make your spreadsheets powerful and intelligent.
Common Mistakes to Avoid
❌ Forgetting the equal sign (=)
❌ Using incorrect cell ranges
❌ Mixing up commas and semicolons (depending on locale settings)
❌ Leaving spaces in function names
Conclusion
Mastering Google Sheets formulas doesn’t have to be hard. Start with the basics — SUM, AVERAGE, COUNT, IF, and CONCAT — and practice them in your own sheets.
Once you’re comfortable, you can move on to advanced functions like VLOOKUP, ARRAYFORMULA, and IMPORTRANGE.
With time and practice, Google Sheets will become one of your most powerful productivity tools!






