Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124

Master Excel basics for beginners with this simple guide — formulas, formatting, sorting, and Google Sheets tips to handle data with confidence.
Spreadsheets quietly run the modern world. Shops track their stock in them, offices plan budgets with them, and freelancers manage client lists in them. Learning Excel basics for beginners is one of the most practical digital skills you can pick up — it improves your job prospects, makes office work far easier, and helps you organize your own life better too.
This guide covers Microsoft Excel and Google Sheets together, because they work almost identically for beginners. By the end, you will understand cells, formulas, formatting, and sorting — the core skills behind 90% of everyday spreadsheet work.
A spreadsheet is simply a smart table. It stores information in rows and columns, but unlike a table drawn on paper, it can calculate, sort, and analyze that information automatically. Add up a column of 1,000 expenses? One formula does it in a second. Find the highest sale of the month? Another formula, instantly.
That is why employers across almost every industry list spreadsheet skills in job ads. Data entry, bookkeeping, reporting, planning — all of it runs on spreadsheets. And the basics are much easier to learn than most beginners expect.
Microsoft Excel is the classic desktop program, part of Microsoft 365. Google Sheets is Google’s free online alternative that runs in your browser. For beginners, the differences barely matter:
Here is the good news: the core concepts — cells, formulas, formatting — are nearly identical in both. Learn one, and you can use the other within an hour. This guide’s lessons apply to both.

Open a blank spreadsheet and look at the grid. Here is the vocabulary you need:
Try this: click cell A1 and type your name. Click B1 and type a number, like 250. Click C1 and type another number, like 175. Congratulations — you just entered data. Clicking a cell and typing is 50% of all spreadsheet work.

Formulas are what make spreadsheets magical. Every formula starts with an equals sign (=). That sign tells the spreadsheet, “calculate this, don’t just show text.” Here are the five formulas beginners use most:
=SUM(B1:B10) adds everything from cell B1 to B10. The colon means “through.” This is the single most-used formula in the world.
=AVERAGE(B1:B10) calculates the average of those cells. Perfect for average sales, average scores, or average expenses.
=COUNT(B1:B10) counts how many cells contain numbers. Useful for counting how many sales or responses you have.
=MAX(B1:B10) finds the largest number; =MIN(B1:B10) finds the smallest. Great for spotting your best and worst months.
You can also do basic arithmetic directly: =B1+B2 adds two cells, =B1*0.1 calculates 10% of B1, and =B1-B2 subtracts. The asterisk (*) means multiply.
One more tip: after typing a formula, press Enter. If you see an error like #DIV/0! or #VALUE!, check that your cell references point to actual numbers — that fixes most beginner formula errors.

Raw numbers are hard to read. Formatting turns a messy grid into a clear, professional table:
A well-formatted spreadsheet does not just look nicer — it prevents mistakes, because you can actually see what you are working with.
Sorting arranges your data in order; filtering hides rows you do not want to see right now. Both are essential for working with real lists.
Try it on a practice list: make a small table of ten imaginary products with prices, then sort by price and filter by category. Five minutes of practice makes these tools feel natural.
Yes. Google Sheets is completely free with any Google account, including generous cloud storage. There is no paid tier required for normal use.
No. Start with free Google Sheets — the skills transfer directly to Excel. If a future job requires Excel specifically, you will already know 90% of what you need.
A function is a ready-made calculation like SUM or AVERAGE. A formula is the full expression you type starting with =, which may use functions, like =SUM(B1:B10)*0.1. Beginners often use the words interchangeably, and that is fine.
The most common causes: forgetting the = sign at the start, referencing empty or text cells in math, or typos in function names. Check these three things first and you will fix the vast majority of errors.
The core skills in this guide — entering data, basic formulas, formatting, sorting — take most beginners one to two weeks of casual practice. Deeper features like pivot tables can come later.
Excel basics for beginners are not about memorizing hundreds of functions — they are about understanding cells, using a handful of essential formulas, and keeping your data clean and readable. Start with free Google Sheets, practice on your own real data, and add one new skill each week. Within a month, spreadsheets will feel less like a chore and more like a superpower.