0
0
Excelspreadsheet~5 mins

Formula structure (=, cell references) in Excel - Step-by-Step Guide

Choose your learning style9 modes available
Introduction
Formulas in Excel start with an equal sign and use cell references to calculate values. This helps you do math or other operations using data from different cells easily.
When you want to add numbers from two different cells, like adding prices.
When you need to multiply quantities by unit prices to get totals.
When you want to subtract expenses from income to find profit.
When you want to combine text from different cells, like first and last names.
When you want to update calculations automatically when data changes.
Steps
Step 1: Click
- the cell where you want the result
The cell is selected and ready for input
Step 2: Type
- the formula bar or directly in the selected cell
The formula starts with an equal sign (=) and you can see it as you type
Step 3: Type
- the formula after the equal sign
You enter cell references like A1 or B2 and operators like +, -, *, /
Step 4: Press
- Enter key
Excel calculates the formula and shows the result in the cell
Step 5: Click
- a referenced cell while typing the formula
Excel inserts the cell reference automatically into the formula
Before vs After
Before
Cell C1 is empty, cells A1=5 and B1=10
After
Cell C1 shows 15 after entering formula =A1+B1
Settings Reference
Formula Bar
📍 Top of the Excel window below the ribbon
To enter and edit formulas easily
Default: Show
R1C1 Reference Style
📍 File > Options > Formulas > Working with formulas
To switch between A1 style (letters and numbers) and R1C1 style (numbers only) for cell references
Default: Off
Common Mistakes
Typing a formula without the equal sign, like A1+B1
Excel treats it as text, not a formula, so no calculation happens
Always start formulas with an equal sign, like =A1+B1
Typing cell references incorrectly, like a1 instead of A1
Excel is case-insensitive but typing wrong format or extra spaces can cause errors
Use correct cell references with column letter and row number, no spaces
Summary
Formulas always start with an equal sign (=) to tell Excel to calculate.
Cell references like A1 let formulas use data from other cells.
Using formulas helps update results automatically when data changes.