US Careers Hub: Jun 8, 2026

Monday, June 8, 2026

Excel Basics - Part 3: Understanding Rows, Columns, Cells, and Cell Referencing


Microsoft Excel rows, columns, cells, and cell referencing

In the prior Excel course sections, we discussed the basics around workbooks, worksheets, and cells. Now that you know the basics of the Microsoft Excel layout, we can take the next step, and learn the basics of how the Excel application organizes spreadsheets and how cells and groups of cells are identified.


This is called cell referencing, and it is the core of nearly all activities you will perform in Excel. As you create calculations, work with data, create charts, or perform a data summary, you will use cell references in all those activities.


In this section you will learn about rows, columns, and addresses along with cell ranges.


Cell References Basics:  Think about hundreds or thousands of values on a spreadsheet, how would you perform a calculation? Instead of typing or selecting each value, you can refer to the cells that contain those numbers.


Instead of having to type:  10 + 20 + 30


You would just write:  A1 + A2 + A3


Referencing cells in a spreadsheet is an efficient way to perform calculations that are easy to and maintain and update. The calculations will be updated automatically if the data cells are changed.


Before we can create calculations, we need to learn how to identify a cell in Excel.


Understanding Rows and Columns


Every Excel worksheet is made up of a grid with rows and columns.

Columns

Columns go up and down from the top to the bottom.

Each Excel worksheet column is given a letter to identify it:

A

B

C

D

E

It keeps going like that.

When you move to the side of the Excel worksheet Excel worksheet uses combinations like:

AA

AB

AC

AD

and many more combinations.

The Excel worksheet columns help us keep information together. For example:

A B C

Product Price Quantity

Here each Excel worksheet column is a type of information.

Rows

Rows go across the Excel worksheet from left to right.

The Excel worksheet rows are given numbers to identify them:

1

2

3

4

5

It keeps going like that.

Each Excel worksheet row is usually a thing or entry.

For example:

Product Price Quantity

Apple 10 5

Orange 15 8

Mango 20 4

Each product is, in its Excel worksheet row.

Where Rows and Columns Meet: Cells

When a row and column cross paths in a spreadsheet, you get a cell. Every spreadsheet is made up of these little boxes. You can put all sorts of things in them — a word, a number, a date, maybe even a formula or function.

Let’s say you’re looking at Column B, Row 2. Where they meet is B2. Or Column D, Row 5? That’s D5. Over in Column A, Row 10? That’s A10. Click on a cell in Excel and you’re highlighting a specific spot on your worksheet. That spot has a name—people call it a cell address or a cell reference. It’s pretty simple: just the column letter, then the row number. Like A1, B2, C7, or D15. Always the column first, then the row.

So, if you click a cell in Column B, Row 2? You’re looking at B2. That’s Excel’s way of knowing exactly where you are—sort of like coordinates on a map. The column tells you how far across, the row tells you how far down. Put them together, and you’ve got the address for that exact spot in your spreadsheet.

Using the Name Box Excel makes it very easy to see what the current active cell’s address is.

Just above the grid, at the top-left corner of your worksheet, you can find the Name Box.

Whenever you click a cell:

When you click on a cell, the name box shows the cell reference.

You can see that the name box reference changes when you click on different cells.

For example:

Click cell A1 → Name Box shows A1

Click cell C5 → Name Box shows C5

Click cell F10 → Name Box shows F10

I personally love Excel’s Name Box, especially for working with big spreadsheets. It quickly tells me where I am on the sheet without having to look all the way up at the row and column headers.

Selecting Multiple Cells In the real world, you’ll usually be working with groups of cells rather than just one single cell at a time.

Excel lets you select multiple cells by clicking and dragging over the area that you want.

When you highlight several connected cells, you create what Excel calls a range.

What’s a Range? A range is a collection of two or more cells.

Ranges are extremely important because many Excel operations use them, including:

Formulas

Functions

Charts

Data analysis

Conditional formatting

Instead of having to refer to each cell one by one, Excel lets you reference an entire range.

Single-Column Ranges



Let's say you select the following cells:

B2

B3

B4

B5

B6

B7

B8

This collection of cells forms a range.

To describe the range, we use:

The first cell

The last cell

Therefore, the range is written as:

B2:B8

Notice the : (colon) between the two cell references

The colon means:

“Starting at B2 and ending at B8, including everything in between.”

This notation is used throughout Excel.

Examples A1:A10

C5:C20

D2:D15

All of these are, in fact, vertical ranges within one column.

Multi-Column Ranges



You don’t have to worry about limiting ranges to only one column.

You can select cells spanning several rows and/or columns.

For example, imagine selecting:

Starting cell: B2

Ending cell: C8

That area includes all cells between those 2 corners.

The range is written as:

B2:C8

This tells Excel:

Start at B2 (upper-left corner)

End at C8 (lower-right corner)

Include every cell inside the rectangle

Visual Representation B C B2 C2 B3 C3 B4 C4 B5 C5 B6 C6 B7 C7 B8 C8 All of these cells together make up the range B2:C8

Understanding Range References


A range reference always uses: Upper-left cell : Lower-right cell

This rule remains the same no matter how large your range gets!

For example:

A1:C5

D4:H20

B2:F10

The first one identifies your starting corner, and the second one identifies your ending corner.

Everything in between is included within your range.

Why Ranges Matter Ranges turn Excel into a powerhouse.

Instead of working out each calculation cell by cell, you can work with an entire group of data at once.

For example:

Sum a Range Rather than writing:

=A1+A2+A3+A4+A5

You can write:

=SUM(A1:A5)

This is faster, cleaner, and easier to maintain.

Create Charts When building charts, you’ll often select a range such as:

A1:B10

Excel uses that range as the chart’s source data.

Analyze Data Many Excel tools require range references, including:

Average calculations

Maximum values

Minimum values

PivotTables

Filters

Understanding ranges is therefore essential for advanced spreadsheet work.

The Active Cell When you select a range, one cell is highlighted differently from the others.

This cell is called the active cell.

The active cell is usually:

The first cell you clicked before dragging.

The cell that’s shown in the Name Box.

For example:

If you select B2:C8 by dragging from B2:

B2 is the active cell.

“B2” appears in the Name Box.

Even if we select multiple cells, Excel still keeps track of only one active cell that exists within the range.

Common Beginner Mistakes Mixing Up Rows and Columns Remember:

Columns = Letters

Rows = Numbers

A quick memory trick:

Columns go up and down; rows go across.

Reversing Cell References Always write:

Column Letter + Row Number

Correct:

B5

D10

A2

Incorrect:

5B

10D

2A

Forgetting the Colon in Ranges Correct:

B2:B8

Incorrect:

B2B8

I’m sorry. You forgot to include the colon, which is necessary to indicate you are referring to a range.

Practical Exercise Open Excel and try the following:

Click cell A1.

Now look at the Name Box.

Click cell D5

Notice the Name Box again.

Select cells B2 through B8.

What do you notice about the Name Box?

Select cells C3 through E10.

What's the range reference?

Answers:

Step 5 range: B2:B8

Step 7 range: C3:E10

Practicing these simple exercises will make cell references feel natural very quickly.

Key Takeaways Let’s review the most important concepts from this lesson:

  • Columns are identified by letters.

Rows are numbered.

Where a row and column meet each other they form a cell.

Each cell has a unique address which is referred as cell reference.

Cell references have a column letter combined with a row number.

The Name Box shows the active cell reference.

A range is a group of cells.

Ranges are written using the first and last cell separated by a colon.

For example: B2:B8, B2:C8.

Cell references and ranges are essential for formulas, calculations, and charts.

Final Thoughts Mastering rows, columns, cells, and cell references is one of the most important skills for any Excel user. These concepts may seem basic, but they’re the foundation for everything you’ll learn going forward.

As we get deeper into formulas, functions, charts, and data analysis, you’ll often use cell references and ranges to tell Excel where your information is stored. The more comfortable you are with these basics early on, the easier more advanced Excel topics will be later.

Spend a few minutes practicing selecting cells and figuring out which range applies in a worksheet. A bit of hands-on experience will help make these concepts feel second nature!

Continue to Part 4

Ready for the next lesson? Continue to Part 4 of the Excel Course using the link below:

Home Page

Free AI Course Part 3

Microsoft Excel Tutorial for Beginners 2026 – Part 2 | Workbook, Worksheet & Cell Basics

 


Introduction to Microsoft Excel for Beginners

Welcome to Our Excel Class

Hello everyone, and welcome to our Microsoft Excel course!

Today we're going to begin our journey into one of the most useful computer applications in the world—Microsoft Excel. Whether you want to organize school marks, create budgets, analyze data, make charts, or manage information, Excel can help you do it efficiently.

By the end of this lesson, you'll understand what Excel is, how a workbook is organized, how to save your work, and how to use the most important menus and tools available in Excel.


What is Microsoft Excel?

Microsoft Excel is a spreadsheet application developed by Microsoft. It is designed to help users organize, calculate, analyze, and visualize data.

Think of Excel as a digital notebook made up of thousands of small boxes called cells. These cells allow us to store information and perform calculations automatically.

People use Excel in many different ways:

  • Students use it to track grades and assignments.

  • Teachers use it for attendance and mark sheets.

  • Businesses use it for sales and budgets.

  • Scientists use it for research data.

  • Families use it for expense tracking.

  • Organizations use it for reports and analysis.

Excel is one of the most widely used productivity tools in the world.


Opening Excel and Creating a New Workbook

When you first open Excel, you may see a start screen.

To begin working:

  1. Open Microsoft Excel.

  2. Click on Blank Workbook.

  3. Excel will create a new spreadsheet for you.

This new file is called a Workbook.

Initially, Excel gives it a default name such as:

Book1

This is only a temporary name until we save the file.


Understanding Workbooks and Worksheets

A Workbook is the entire Excel file.

Inside a workbook, we have one or more Worksheets.

Think of it like this:

  • Workbook = A notebook

  • Worksheet = A page inside the notebook

At the bottom of Excel, you will see tabs such as:

Sheet1

You can create multiple sheets for different purposes.

Example:

  • Sheet 1 = Student Marks

  • Sheet 2 = Attendance

  • Sheet 3 = Project Scores

To rename a sheet:

  • Double-click the sheet tab.

  • Type a new name.

  • Press Enter.

Giving meaningful names helps keep your work organized.


Understanding Rows, Columns, and Cells

Excel is made up of rows and columns.

Rows

Rows run horizontally.

They are numbered:

1, 2, 3, 4, 5...

Columns

Columns run vertically.

They are labeled:

A, B, C, D, E...

Cells

A cell is the box where a row and column meet.

Examples:

  • A1

  • B2

  • C5

These are called Cell References or Cell Addresses.

Every piece of information entered into Excel goes inside a cell.


Types of Data We Can Enter

Excel can store many different kinds of information.

Text

Examples:

  • Name

  • Subject

  • Address

Numbers

Examples:

  • Marks

  • Prices

  • Quantities

Dates

Examples:

  • 01/01/2026

  • 15/08/2026

Formulas

Examples:

=SUM(A1:A5)

=A1+B1

Formulas help Excel perform calculations automatically.


Saving Your Workbook

Saving your work is extremely important.

To save:

Method 1

Press:

F12

or

Ctrl + S

Method 2

  1. Click File.

  2. Select Save As.

  3. Choose a location.

  4. Enter a file name.

  5. Click Save.

Example:

Week 1 Excel Practice.xlsx

The ".xlsx" extension is the standard Excel workbook format.

Always save your work regularly to avoid losing data.


Understanding the File Menu

The File Menu is where you manage your workbook.

New

Creates a new workbook.

Open

Opens an existing workbook.

Save

Saves changes to the current workbook.

Save As

Creates a copy with a different name or location.

Print

Prints worksheets and reports.

Share

Allows sharing with other users.

Export

Converts the workbook into other formats such as PDF.

Close

Closes the workbook.

Account

Shows Microsoft account information.

Options

Contains Excel settings and preferences.

The File Menu acts as the control center for managing Excel files.


Understanding the Ribbon

The Ribbon is the toolbar at the top of Excel.

It contains tabs filled with commands and tools.

Think of it as a toolbox containing everything you need.

The most important tabs are:

  • Home

  • Insert

  • Page Layout

  • Formulas

  • Data

  • Review

  • View

Let's look at each one.


Home Tab

The Home Tab is used most often.

It contains:

Clipboard

  • Cut

  • Copy

  • Paste

Font Group

  • Font style

  • Font size

  • Bold

  • Italic

  • Underline

  • Font color

Alignment

  • Left align

  • Center align

  • Right align

  • Merge cells

  • Wrap text

Number Formatting

  • Currency

  • Percentage

  • Decimal places

Styles

  • Conditional formatting

  • Cell styles

Cells

  • Insert rows

  • Delete rows

  • Format cells

Editing

  • AutoSum

  • Sort

  • Filter

  • Find and Replace


Insert Tab

The Insert Tab helps us add objects into our worksheet.

Tables

Convert data into organized tables.

Charts

Create:

  • Column charts

  • Bar charts

  • Pie charts

  • Line charts

Illustrations

Insert:

  • Pictures

  • Shapes

  • Icons

Text

Add:

  • Text boxes

  • Headers

  • Footers

Sparklines

Mini charts inside cells.

This tab is perfect for making data visually attractive.


Page Layout Tab

This tab controls how worksheets appear when printed.

Features include:

  • Themes

  • Margins

  • Orientation

  • Page Size

  • Print Area

  • Page Breaks

Useful when preparing reports.


Formulas Tab

One of Excel's most powerful areas.

Contains hundreds of built-in functions.

Popular functions include:

SUM

Adds numbers.

AVERAGE

Finds the average.

MAX

Finds the highest value.

MIN

Finds the lowest value.

COUNT

Counts cells containing numbers.

Students often use these functions for marks and statistics.


Data Tab

The Data Tab helps organize and analyze information.

Sort

Arrange data:

  • A to Z

  • Z to A

Filter

Display only selected information.

Data Validation

Control what users can enter.

Remove Duplicates

Delete repeated records.

Text to Columns

Split information into multiple columns.

This tab is extremely useful when working with large datasets.


Review Tab

The Review Tab helps check and protect work.

Features include:

Spelling Check

Find spelling mistakes.

Comments

Add notes for others.

Protect Sheet

Prevent unwanted editing.

Track Changes

Monitor modifications.

Useful when multiple people work on the same file.


View Tab

The View Tab controls how Excel appears on screen.

Features include:

Zoom

Increase or decrease viewing size.

Freeze Panes

Keep headings visible while scrolling.

Gridlines

Show or hide cell borders.

Split Window

View different parts of a worksheet simultaneously.

This helps when working with large spreadsheets.


Useful Excel Features Every Student Should Know

AutoFill

Drag the small square in a cell corner to fill patterns automatically.

AutoSum

Instantly adds numbers.

Conditional Formatting

Highlights important data automatically.

Charts

Turn numbers into visual graphs.

Tables

Organize information neatly.

Find and Replace

Quickly locate information.

Keyboard Shortcuts

  • Ctrl + S = Save

  • Ctrl + C = Copy

  • Ctrl + V = Paste

  • Ctrl + X = Cut

  • Ctrl + Z = Undo

  • Ctrl + Y = Redo

These shortcuts help you work faster.


Real-Life Student Examples

Excel can be used for:

Grade Tracker

Subject-wise marks and averages.

Attendance Sheet

Track daily attendance.

Budget Planner

Monitor pocket money and expenses.

Science Project Data

Record observations and measurements.

Sports Statistics

Track scores and performance.


Conclusion

Congratulations! You have now completed your first introduction to Microsoft Excel.

Today we learned:

  • What Excel is

  • What workbooks and worksheets are

  • Rows, columns, and cells

  • Saving files correctly

  • Understanding the File Menu

  • Using the Ribbon

  • Important tabs and tools

  • Practical student uses of Excel

As we continue this course, we will begin entering data, using formulas, formatting worksheets, creating charts, and learning powerful Excel skills that are used in schools, universities, and workplaces around the world.

Thank you for joining the class, and I look forward to seeing you in the next lesson. Happy learning and happy Excel practice!

Continue to Part 3....

Ready for the next lesson? Continue to Part 3 of the Excel Course using the link below:

Part 3 Course Link

Home Page

Excel Course Part 1: Introduction to Excel: Building the Foundation for Productivity and Data Skills


An intro to Excel Course




Welcome to Your Excel Learning Journey

Microsoft Excel is one of the most popular applications ever developed. Whether it's students handling assignments, researchers crunching numbers, business professionals monitoring performance, or entrepreneurs keeping tabs on finances, Excel has become a tool that is indispensable in many fields and professions.


When you are new to Excel, you might be overwhelmed with its many features, functions and capabilities. The great thing is that to become proficient in Excel you don't need to learn all of the advanced features in the application. Most users use only a subset of these tools and techniques for most of their work. These fundamental skills can significantly enhance your efficiency, precision, and self-assurance in data handling.


This course is planned to that end. We will learn the most useful and applied Excel skills for the day to day user, rather than complex formulas and advanced programming methods. These concepts will provide you with a solid foundation to build on as you pursue further education and career advancement.


Why Excel Matters:  Organizing, analyzing, and presenting information is of paramount importance in today's data-driven world. Regardless of her size, any organization relies on data to make decisions, to spot trends and to solve problems. Excel is one of the most easy-to-use and flexible applications to deal with these things.


With Excel, users can:


  • Organize information efficiently
  • Perform calculations automatically
  • Evaluate and interpret huge amounts of data.
  • Make charts and graphics
  • Monitor budgets and costs
  • Plan and execute projects and schedules.
  • Generate reports and summaries


Since Excel is used in various fields of industry including Business, Healthcare, Education, Finance, Marketing, Engineering, Research, etc., one can see that learning this software can definitely boost their career and academic opportunities.


Excel for the 99 Percent

A common belief is that excel "smarts" come in the form of complicated formulas, macros, programming or data modeling. These features may be useful in certain scenarios, but not in most cases.


In reality, about 99 percent of all Excel users work on 99 percent of the same 99 percent of their tasks, which include:


  • Entering and organizing data
  • Formatting worksheets
  • The use of simple formulas and functions.
  • Organizing and simplifying information
  • Creating simple charts
  • Managing tables
  • Carrying out simple data analysis


These are examples of high impact skills that are emphasized in this course. By focusing on the tools being used most often, you can make the best use of your learning time and make sure that each lesson has a direct impact on your productivity.


We'll develop practical skills that you can use in your school, workplace, and personal projects, not dumping too much information on you about features you don't use very often.


What You Will Learn

During this course you will progressively build up your knowledge of the most relevant features of Excel.


The following are some of the main topics discussed:


Introduction to the Excel user environment.Introduction to the Excel user interface.

It is important to get to know the Excel environment before working with data. You will learn about:


  • Workbooks and worksheets
  • Rows and columns
  • Data is stored in a cell.Data is contained in a cell and/or cell reference.
  • The Ribbon and the toolbars.
  • Navigation and shortcuts


Once you know the organization of Excel, every task you will undertake in the software will be easier and more efficient.


Data Entry skills and Organisation:  Proper organization is the starting point to good data management. You will be able to:


  • Enter data accurately
  • Structure spreadsheets effectively
  • Use consistent formatting
  • Present data in an organized way to analyze.


These are the things that will assist you in avoiding errors and making your work easier to read.


Formulas and Functions:  An amazing feature of Excel is its ability to do automatic calculations.


You will see how to apply key formulas and functions (e.g.:):


  • SUM
  • AVERAGE
  • COUNT
  • MIN
  • MAX


These functions are the building blocks of spreadsheet analysis, and some of the most commonly used functions in Excel.


Formatting and Presentation

A spreadsheet that has been well-designed is simpler to comprehend and appears more professional.


Learn how to:


  • Present numbers and dates in a proper format
  • Use fonts and colors to suit the text.
  • Apply cell styles
  • Use conditional formatting
  • Improve worksheet readability


To make raw data useful, it must be presented in an effective format.


Apply sorting and filtering to data.Use sorting and filtering of data.

With massive data sizes, it becomes more critical to find information quickly as the size of the data grows.


These techniques will be taught for:


  • Arranging data in alphabet or numerical order.Organizing data alphabetically or numerically.
  • Choosing records by criteria
  • Efficiently finding particular information
  • When handling large data sets, these skills are crucial.


Building Charts and Visualisations:  Sometimes information is better conveyed visually rather than simply in rows of numbers.


You will be able to design:


  • Bar charts
  • Column charts
  • Line graphs
  • Pie charts


These graphical tools are used to effectively convey insights.


Learning Through Practice

In order to learn Excel, one must learn the skills through practice. A great way to learn about spreadsheets is to read about it, but a better way is to work with the data and apply it to actual problems.


In this course, you will be encouraged to:


  • Follow examples and use them to help you work out your answers.
  • Complete practical exercises
  • Experiment with features
  • Practice regularly


The new skills are introduced as the lessons progress and provide a progressive yet manageable learning experience.


Try not to get it wrong. In fact, errors are as likely to be a source of learning as they are of failure. As you practice more, you will feel more comfortable and confident.


Confidence Building, Using Excel.

It is easy to see why many of the people who want to learn Excel find it daunting, seeing it's so capable. Successful users of Excel, however, didn't learn all of them at once. They began their learning with the basics and built up knowledge over time.


This course isn't designed to make you an Excel expert! Rather, it's to make you familiar and proficient in the tools that are most significant.


At the end of this course, you will be able to:


  • Create organized spreadsheets
  • Perform common calculations
  • Analyze basic datasets
  • Present information effectively
  • Work more efficiently with data; work more efficiently on data.


Above all, you'll be confident that you can continue learning on your own.

Perform at an advanced proficiency level in Excel as a Lifelong Skill.

Unlike most software applications, Excel has not evolved into something drastically different or obsolete; its functions are still very much in use: people need to work with information.


Students will be able to continue to benefit from the skills in this course throughout their lives in:


  • Academic studies

  • Professional careers

  • Personal finance management

  • Business operations

  • Research projects


Everyday decision-making


Once you have set the groundwork here, you can delve into more advanced features, automation, dashboards, and data analytics methods to further enhance your capabilities as your requirements change.


Conclusion

Excel is a spreadsheet program, but it is much more: it is a powerful problem solving tool that can be used to help individuals and organizations obtain meaning from data. The software has a vast array of advanced features, but most users get a tremendous amount of value from a relatively small set of core skills.


This course is tailored to equip you with these key skills in an efficient and effective manner. You will build confidence and knowledge in using Excel for academic, professional and personal applications through practical, high impact techniques.


This is a learning journey and keep in mind that any expert was once a beginner. As you practice and continue learning about Excel, you will soon see how this tool can be one of the most valuable assets in your digital toolbox.


Welcome to the course; good luck as you start your journey into the learning world of Excel.


The following blog post is designed as an introduction for a professional course, and serves as an introduction or welcome article to an Excel fundamentals course.

Home Page

Excel Course Part 2 link:

How to Actually Learn AI in 2026: What Most Roadmaps Get Wrong

The smartest way to learn AI in 2026 is through projects, practical experience, and strong software engineering fundamentals. Mastering AI i...