How to Add Cells in Google Sheets
Adding cells in Google Sheets is a basic but essential function, especially when working with numerical data.
Whether you’re tracking expenses, analyzing data, or managing a budget, knowing how to quickly sum individual or multiple cells can save you time. Google Sheets provides built-in formulas like
SUM
, and offers manual and shortcut options to help you add values from different cells efficiently. This guide will walk you through the various ways to add cells in Google Sheets, step by step, even if you're a complete beginner.
Step-by-Step Guide
Method 1: Add Two or More Specific Cells
Step 1: Click on the cell where you want the result to appear.
Step 2: Type
=
followed by the cell references and a plus sign.For example:
Step 3: Press Enter to see the total.
Tired of spending hours cleaning data or writing complex formulas? Here’s a smarter solution: SheetAI.app
Whether you're managing sales reports, crafting marketing content, or analyzing feedback, working in spreadsheets can be time-consuming and repetitive. But what if you could automate these tasks and enhance your productivity directly within Google Sheets? That's exactly what SheetAI offers.

SheetAI is an AI-powered add-on for Google Sheets that brings advanced capabilities right into your spreadsheet. Simply describe what you want in plain English, and SheetAI will execute tasks such as generating formulas, cleaning data, summarizing text, and even creating images. (SheetAI Documentation - AI-Powered Functions for Google Sheets)
Here’s what you’ll love about SheetAI:
- Natural Language Commands: Use plain English to perform complex tasks.
- AI-Powered Functions: Leverage functions like
=SHEETAI()
and=SHEETAI_RANGE()
for dynamic content generation.
- Data Cleaning & Analysis: Automate data sanitization, summarization, and categorization.
- Content Generation: Create blog ideas, product descriptions, and personalized messages effortlessly.
- Image Creation: Generate images directly within your spreadsheet using
=SHEETAI_IMAGE()
.
- Formula Generation: Convert textual descriptions into accurate Google Sheets formulas.
- Integration with AI Models: Supports GPT-3, GPT-4, Claude, and Gemini for versatile AI capabilities.
Perfect for marketers, analysts, educators, and anyone looking to enhance their spreadsheet workflows.
Ready to revolutionize your Google Sheets experience? Install SheetAI now and start automating your tasks with AI!
Method 2: Use the SUM Function for a Range
Step 1: Click on the destination cell.

Step 2: Type the formula:

This will add all values from A1 to A5.
Step 3: Hit Enter.

Method 3: Use AutoSum Button
Step 1: Select the cell below or beside the range you want to add.
Step 2: Click Insert > Function > SUM.
Step 3: Google Sheets will auto-select a range. Adjust it if needed, then press Enter.
Method 4: Add Non-Adjacent Cells
Step 1: Click on a blank cell.
Step 2: Type:
Step 3: Press Enter to get the total.
Conclusion
Adding cells in Google Sheets is quick and flexible using either direct formulas or built-in functions.
Once you know the basics, summing values across your spreadsheet becomes second nature and improves your data analysis workflow.
FAQs can come handy!
Can I add cells from different sheets?
Yes! Use the format
=Sheet2!A1 + Sheet3!B1
to add cells across sheets.Why is my SUM formula not working?
Make sure the cells contain numbers and not text. Also, check for extra spaces.
Can I add a whole row?
Yes, use
=SUM(1:1)
to sum all values in row 1.Is there a shortcut to add a range?
Yes! Select the range, then press Alt + = (on Windows) to auto-sum.