
For those of us who do data entry, budgeting, or accounting every day, Excel (Microsoft Excel) or Google Sheets (Google Sheets) is a very important and powerful tool.
But are you still manually adding numbers one by one? If so, then you are wasting your valuable time! In today’s guide, we will learn how to use the SUM Function and AutoSum to accurately add thousands of numbers in just 1 click and a few seconds.
1. What is the SUM Function and why use it?

It’s hard to find someone who doesn’t use Microsoft Excel or Google Sheets for data entry, budgeting, or complex calculations. And one of the most popular and basic tools in this spreadsheet world is the SUM Function.
If you want to quickly and accurately sum multiple numbers in a spreadsheet, the SUM function is your most trusted assistant.
What is SUM Function?
Simply put, SUM is a spreadsheet function or formula that calculates the sum of all the numbers in a specified range or cell. Instead of typing each number separately and adding it with the + sign, the SUM function can be used to add up hundreds of cells at once in the blink of an eye.
General Syntax:

=SUM: Indicates that you are starting the addition function.
number1: The first cell or number you want to add (required).
number2: The next cell or number range (optional).
Example:
If you want to add the values of cells A1 to A5, the formula would be:
=SUM(A1:A5)
Why Use the SUM Function
Why do millions of people prefer the SUM function, despite the convenience of adding manually with the + sign, in the era of simple calculators? The main reasons for this are outlined below:
Saves Time: Suppose you have 50 cells with different income and expense accounts. If you were to add them by typing =A1+A2+A3+…, you would waste at least a few minutes of your time. But if you type =SUM(A1:A50), the answer would come in just 2 seconds!
Reduces Human Error: It is natural to make mistakes when manually entering the name or plus sign of each cell. You may miss a cell or make a typing mistake. The SUM function covers the entire range at once, so there is no room for error.
Dynamic Updates: One of the biggest advantages of using the SUM function is its automatic updating capability. If you change the value of any cell in the database after the calculation is complete, you don’t have to manually change the sum—it will automatically update to the correct sum.
Flexibility: In the SUM function, you can not only add adjacent or top-bottom cells; you can also add multiple non-consecutive (separate) cells or numbers from different columns together by using a comma (,). For example:=SUM(A1:A10, C1:C10, F5)
Ignores Text and Blank Cells: If you accidentally leave a character/text in a cell, manual addition will result in an incorrect answer (Value Error). But the SUM function is smart—it automatically skips text or blank cells and adds only the numbers correctly.
How to use: a real example
Suppose you have created a budget for the current month’s expenses:
| Item (A) | Cost – Money (B) |
| House rental | 15,000 |
| Market cost | 8,000 |
| Electricity bill | 1,500 |
| Dish and Internet | 1,000 |
| Total cost | =SUM(B2:B5) |
In the table above, type =SUM(B2:B5) in cell B6 and press Enter. The total sum will automatically be 25,500 taka.
Conclusion
The first step to mastering spreadsheets is learning the SUM function. It not only simplifies the process of calculating simple sums, but also increases the speed and accuracy of your work many times over. From creating your personal budget to managing organizational big data, the SUM function is essential.
2. Magical ‘AutoSum’: Sum up in one click!

Did you know that you can add up all the numbers in an entire column or row with just one click, without having to manually type the SUM formula?
One of the best features of Excel and Google Sheets is AutoSum. If you feel lazy to type formulas or formulas, or want to finish the work very quickly, this feature is a magic weapon for you!

How it works: 1. Place the cursor (click with the mouse) in the empty cell just below or next to the cells you want to sum.
2. From Excel’s Home Tab or Formulas Tab, click the AutoSum button marked with the Greek letter $\sum$ (Sigma) (or press Alt + = on the keyboard).
3. The spreadsheet will automatically understand which numbers you want to add and select them.
4. Now just press Enter on the keyboard—and watch as the total sum magically appears in the blink of an eye!
Why is this so interesting?
Work without a keyboard: No need to remember or type formulas.
Smart Selection: It can automatically identify the correct cell range by looking at the pattern of your data or numbers.
Shortcut Trick: For keyboard users, pressing Alt + = will start working immediately.
3. Pro-Tip: Keyboard Shortcuts (Superfast Approach)

If you want to work at rocket speed in Excel or Google Sheets without touching the mouse, there is no alternative to learning keyboard shortcuts. The main difference between a regular user and an “Excel Pro” is the use of these keyboard shortcuts!
There is one of the most amazing and time-saving shortcuts for the SUM function.
The Magic Shortcut: Alt + =
When you want to find the sum at the bottom of a table or column, release the mouse and press these two keys on the keyboard:
For Windows users:
Hold down Alt and press = (equal sign)
👉 Alt + =
For Mac users:
Command + Shift + T (or Option + Command + =)
👉 ⌘ + Option +
How to do it (Step-by-Step):
Place the cursor: Place the cursor or select the cell in the empty cell where you want to see the sum.
Press the shortcut: Press Alt + = together from the keyboard.
See the magic: Excel will automatically detect the adjacent cells above or to the left and insert the =SUM(…) formula.
Press Enter: Just press the Enter key once to confirm the answer.
Trick to add multiple rows & columns at once 🔥
The days of adding one by one are over! Even if your table has 10 columns and 15 rows, you can still find the sum of them all in 1 second:
Pro-trick:
- Select your entire data table (including the empty columns/rows below and to the right, where the sums will be placed).
- Now press Alt + =.
💥 Bam! The total sum of all columns and rows will appear together in a second!
Keyboard cheat sheet in brief:
| Work | Keyboard shortcuts (Windows) | Keyboard shortcuts (Mac) |
| Instant AutoSum | Alt + = | Option + ⌘ + = |
| See all the formulas together | Ctrl + ` | ⌘ + ` |
| Selecting a cell range | Shift + Arrow Keys | Shift + Arrow Keys |
Some common mistakes and solutions when using the SUM Function

Although the SUM function is very easy to use, sometimes it can give incorrect answers or not work at all due to carelessness. Below are 4 common mistakes and how to fix them:
1. The result shows #VALUE! or #NAME? error.
Reason for the error: If you misspell the function (for example =SMU(A1:A5) or =SUMM(A1:A5)), the spreadsheet will display a #NAME? error.
Also, if you accidentally replace a comma (,) or colon (:) in the formula with another incorrect symbol, you may get a #VALUE! error.
Solution: Always check your spelling. The correct spelling is =SUM(…).
Make sure you use a colon (:) to indicate a cell range. For example, if you want to add cells A1 to A10, enter =SUM(A1:A10).
2. The result remains as text in the formula without being added.
You typed =SUM(A1:A10) in the cell and pressed Enter, but no number appeared and the exact text remained in the cell! The main reason for this is that the cell format is set to “Text”.
Solution: Right-click on the cell where you wrote the formula and go to Format Cells.
Select Number or General and press OK.
Now double-click on the cell and press Enter again.
3. The correct sum is not obtained because text is added instead of numbers.
Reason for the error: Sometimes when copying data from other websites or systems, the numbers are pasted as “Text format”. The SUM function completely ignores the text in the cell, so it is not added to the sum. (For example: a small green triangle symbol appears in the corner of the cell).
Solution: If you select the cell where the green symbol appears, a warning (!) symbol will appear next to it. Click on it and select the “Convert to Number” option.
4. Hidden or filtered data added
Reason for the error: The normal =SUM() function adds rows or columns in the background even if they are hidden or filtered. As a result, the total sum does not match the visible numbers.
Solution: If you want to add only the filtered or visible numbers, use =SUBTOTAL(109, A1:A10) or =AGGREGATE(9, 5, A1:A10) instead of =SUM().
💡 Quick Checklist at a Glance (Quick Summary)
| Error/Problem | Root cause | Simple solution |
| #NAME? Error | The formula is misspelled. | =SUM(…) Write correctly. |
| The formula is leaving, the value is not coming. | Cell format “Text” | Change the Cell Format to General. |
| Some numbers are not adding up. | The numbers are in text. | Select Convert to Number. |
| Hidden rooms are also being added. | Simple SUM calculates everything | =SUBTOTAL(109, …) Use |
Are you using AutoSum in your daily work, or have you been adding manually? Try these simple tips today and speed up your work many times over!

