Skip to main content
March 23, 2026/4 min read

Performing a Simple Calculation in Excel

Master Excel Formula Creation in Minutes

Excel Formula Fundamentals

Equal Sign Start

Every Excel formula must begin with an equal sign (=) to tell Excel you're creating a calculation. This distinguishes formulas from regular text entries.

Cell References

Click on cells to automatically insert their addresses into your formula. Excel will track these references as you copy formulas to other locations.

Mathematical Operators

Use standard operators like + for addition, - for subtraction, * for multiplication, and / for division in your Excel formulas.

Creating a Simple Formula

Mastering Excel formulas starts with understanding one fundamental principle: every formula begins with an equal sign. This simple concept unlocks Excel's computational power and transforms static data into dynamic, actionable insights for your business decisions.

Let's begin with the basics. In this blank worksheet, we'll demonstrate the foundational approach by adding 2 plus 2. Type an equal sign (=) to signal to Excel that you're creating a formula, then enter "2+2". When you press ENTER, Excel immediately calculates and displays the result: 4. While this example is elementary, it establishes the critical syntax that governs all Excel calculations—from simple arithmetic to complex financial modeling.

Now let's apply this methodology to a real-world scenario that you'll encounter regularly in professional environments. Using the Department Employees tab, we have a comprehensive employee database containing salaries and personnel information. We'll demonstrate how to calculate performance bonuses for each team member, then determine their total gross compensation by combining salary and bonus amounts.

The first step involves positioning your formula correctly. For the initial employee's bonus calculation, click directly in the cell within the Bonus column where you want both the formula and its calculated result to appear. Precise cell selection is crucial—this determines where Excel will display your computed values and affects how the formula references surrounding data.

As demonstrated earlier, begin with the equal sign (=) to activate Excel's calculation mode. This symbol distinguishes formulas from regular text or number entries, ensuring Excel recognizes any cell references as components of your calculation rather than static data points. Without this prefix, Excel treats your input as text, preventing any computational processing.

Next, construct the formula by clicking the cell containing the current salary for your target employee. Notice how Excel automatically inserts the specific cell address (such as F4 or F5) into your formula bar. This dynamic referencing system enables Excel to adapt your formula when copied to other rows, automatically adjusting to reference the appropriate salary for each employee.

Define the mathematical operation by typing an asterisk (*), Excel's multiplication operator. Understanding Excel's operator hierarchy is essential for complex formulas: parentheses take precedence, followed by multiplication and division, then addition and subtraction. For percentage calculations like bonuses, multiplication is your primary tool.

Enter the bonus percentage as a decimal value—in this case, type 0.05 to represent 5%. Press ENTER to execute the formula and generate the first bonus calculation. Excel immediately processes the computation, multiplying the employee's salary by 5% to determine their bonus amount. This result updates automatically if you later modify either the salary or percentage values.

Rather than manually recreating this formula for each employee—a time-consuming and error-prone approach—leverage Excel's Fill Handle feature for efficient replication. The Fill Handle appears as a small black square in the lower-right corner of your selected cell. When your cursor transforms into a thin black plus sign over this handle, you can drag down the column to copy the formula across multiple rows.

This copying mechanism demonstrates Excel's intelligent cell referencing. The original formula in cell G4 might read "=F4*0.05", but when copied to G5, it automatically adjusts to "=F5*0.05", ensuring each bonus calculation references the correct employee's salary. This relative referencing saves considerable time and eliminates manual adjustment requirements.

Verify your results by clicking on any of the newly created formulas. Excel's formula bar displays the actual calculation, showing how it correctly selected the corresponding salary (for instance, George Myers in row 10) and applied the 5% multiplier. This transparency allows you to audit your formulas and confirm accurate calculations across your dataset.

The final step involves calculating total compensation by combining base salary and bonus amounts. Position your cursor in column H adjacent to the first employee, then construct an addition formula. Type the equal sign, click the salary cell, add the plus operator (+), then click the corresponding bonus cell. Press ENTER to generate the combined total.

Again, utilize the Fill Handle to replicate this formula throughout the entire employee list. With a single drag motion, Excel calculates total compensation for every department member, automatically adjusting cell references to ensure accurate summation for each individual. This approach transforms a potentially lengthy manual process into a swift, error-free operation that maintains accuracy across large datasets.

These fundamental techniques form the foundation for more sophisticated Excel applications, including budget modeling, financial projections, and data analysis workflows that drive informed business decisions in today's data-driven workplace environment.

Formula Creation Process

1

Click Target Cell

Select the cell where you want the formula result to appear. This will become the active cell for your calculation.

2

Type Equal Sign

Start with = to signal to Excel that you're creating a formula, not entering text or numbers.

3

Select Source Cells

Click on the cells you want to include in your calculation. Excel will automatically insert their addresses.

4

Add Operators

Type the mathematical operator (*, +, -, /) between cell references or values to define the calculation.

5

Press Enter

Complete the formula by pressing Enter. Excel will calculate and display the result in your selected cell.

Fill Handle Time-Saver

Use the tiny black square in the lower right corner of a cell to copy formulas down entire columns. Excel automatically adjusts cell references for each row, eliminating repetitive data entry.

Sample Salary Calculation Results

Base Salary
50,000
5% Bonus
2,500
Total Income
52,500

Manual vs. Formula Calculations

Pros
Automatic updates when source data changes
Eliminates human calculation errors
Can be copied and reused across multiple rows
Shows calculation logic for transparency
Saves time on large datasets
Cons
Requires understanding of formula syntax
More complex than simple typed values
Can break if source cells are deleted

Formula Best Practices

0/5

Key Takeaways

1All Excel formulas must begin with an equal sign (=) to distinguish them from regular text or number entries
2Click on cells to insert their addresses into formulas rather than typing cell references manually to avoid errors
3Mathematical operators like asterisk (*) for multiplication and plus (+) for addition define the calculations Excel performs
4The Fill handle (small black square in cell corner) copies formulas down columns while automatically adjusting cell references
5Complex calculations can be built step by step, such as first calculating bonuses, then adding them to base salaries
6Excel displays both the formula result in the cell and the actual formula in the formula bar when selected
7Cell references in copied formulas automatically adjust to reference the appropriate row data for each calculation
8Creating one formula and copying it is more efficient than manually entering calculations for each row of data

RELATED ARTICLES