MS Excel is a spreadsheet program that arranges data in a grid of rows and columns. Every box in that grid is a cell, and each cell has an address made from its column letter and row number, like A1 or B5. You type numbers, text and dates into cells, then let Excel calculate, sort and chart them for you. This lesson gets you comfortable with the screen before you touch a single formula.
Why learn Excel
Almost every office job in India expects some Excel. Shopkeepers use it for stock, teachers for marksheets, accountants for daily sales. Once you understand the grid, the rest of Excel is just building on top of it.
The Excel screen, part by part
Open Excel and start a Blank workbook. Here's what you're looking at:
- Ribbon — the strip of tabs at the top (Home, Insert, Page Layout…). Each tab holds related buttons.
- Name Box — the small box on the left that shows the address of the cell you've clicked.
- Formula Bar — the long bar next to it, where you see and edit what's inside a cell.
- Columns — the vertical strips labelled A, B, C across the top.
- Rows — the horizontal strips numbered 1, 2, 3 down the side.
- Sheet tabs — at the bottom, where you switch between sheets in the same file.
Rows, columns and cells
A column runs top to bottom and is named with a letter. A row runs left to right and is named with a number. Where a column and a row cross, you get a cell. Click any cell and its address shows in the Name Box.
The cell you've clicked is the active cell. Whatever you type goes there.
Step by step: enter your first data
- Click cell
A1. - Type
Nameand pressTab. The active cell moves right toB1. - Type
Marksand pressEnter. - Click
A2, type a student's name, pressTab, type their marks, pressEnter. - Keep going down the list.
Tab moves you right, Enter moves you down. That rhythm is how you fill a table quickly.
Worked example (a small class list)
| A | B | |
|---|---|---|
| 1 | Name | Marks |
| 2 | Priya | 78 |
| 3 | Karan | 65 |
| 4 | Sana | 90 |
Here the heading row is row 1, and each student sits in their own row. Column A holds text, column B holds numbers. Excel treats them differently: it can add up column B, but not column A.
Save your work
Press Ctrl + S. The first time, Excel asks where to save and what to name the file. Excel files end in .xlsx. After that, Ctrl + S saves silently as you work. Get into the habit of pressing it often.
Handy shortcuts to start with
| Shortcut | What it does |
|---|---|
Ctrl + S | Save |
Ctrl + Z | Undo |
Ctrl + C / Ctrl + V | Copy / Paste |
Ctrl + arrow key | Jump to the edge of your data |
Ctrl + Home | Go back to cell A1 |
Pro tips
- Keep one heading in each cell of row 1. Clean headings make sorting, filtering and pivot tables work later.
- Don't leave blank rows inside a table. Excel treats a blank row as the end of your data.
- Widen a column by double-clicking the line between two column letters. It auto-fits to the longest entry.
Common mistakes
- Typing numbers as text. If a number sits on the left of the cell, Excel is treating it as text and won't calculate it. Numbers align right by default.
- Merging cells too early. Merged cells look neat but break sorting and formulas. Avoid them while learning.
- Forgetting to save. Excel doesn't autosave to your computer by default. Press
Ctrl+S.
Key takeaways
- Excel stores data in cells, each with an address like A1.
- Columns are letters, rows are numbers.
Tabmoves right,Entermoves down.- Save with
Ctrl+S; files are.xlsx.
Practice task
Make a table with three columns: Item, Quantity, Price. Enter five grocery items. Save the file as my-first-sheet.xlsx. You'll use this same sheet in the next lessons on formulas.
Want to go from basics to job-ready Excel with a trainer guiding you? The ADCA (AI Integrated) program at HCI teaches Excel hands-on.
Frequently Asked Questions
What is MS Excel used for?
Excel is used to store, calculate and analyse data in a grid of rows and columns. Common uses are salary sheets, marksheets, stock registers, budgets and reports.
What is a cell in Excel?
A cell is a single box in the grid where a column and row meet. Each cell has an address made of its column letter and row number, such as A1 or C5.
How do I enter data in Excel?
Click a cell, type your value, then press Tab to move right or Enter to move down. Put your headings in row 1 and records in the rows below.
What file format does Excel use?
Modern Excel files are saved as `.xlsx`. You can also save as `.csv` for plain data or `.pdf` to share a read-only copy.
Do I need to be good at maths to learn Excel?
No. Excel does the calculations for you. You only need to know which formula to use, which you learn step by step.