Tutorials References Exercises Videos Menu
Paid Courses Website NEW Pro NEW

Excel Tutorial

Excel HOME Excel Introduction Excel Get Started Excel Overview Excel Syntax Excel Ranges Excel Fill Excel Move Cells Excel Add Cells Excel Delete Cells Excel Undo Redo Excel Formulas Excel Relative Reference Excel Absolute Reference Excel Arithmetic Operators Excel Parentheses Excel Functions

Excel Formatting

Excel Formatting Excel Format Painter Excel Format Colors Excel Format Fonts Excel Format Borders Excel Format Numbers Excel Format Grids Excel Format Settings

Excel Data Analysis

Excel Sort Excel Filter Excel Tables Excel Conditional Format Excel Highlight Cell Rules Excel Top Bottom Rules Excel Data Bars Excel Color Scales Excel Icon Sets Excel Manage Rules (CF) Excel Charts Excel Charts Customization

Excel Case

Case: Poke Mart Case: Poke Mart, Styling

Excel Functions

AND AVERAGE AVERAGEIF AVERAGEIFS COUNT COUNTA COUNTBLANK COUNTIF COUNTIFS IF IFS MAX MEDIAN MIN MODE OR STDEV.P STDEV.S SUM SUMIF SUMIFS VLOOKUP XOR

Excel Exercises

Excel Exercises


Excel Multiplication Operator


Multiplication Operator

Multiplication uses the * symbol in Excel.

How to multiply cells:

  1. Select a cell and type (=)
  2. Select a cell
  3. Type (*)
  4. Select another cell
  5. Hit enter

You can add more cells to formula by typing (*) between the cells.

Let's have a look at some examples.


Multiplying Manual Entries

Let's start with adding in a formula. Start with a clean sheet.

Step by step:

  1. Type A1(=)
  2. Type 2*2
  3. Hit enter


Multiplying Two Cells

Let's add some numbers to work with. Type the following values:

Step by step:

  1. Type A3(=)
  2. Select A1
  3. Type (*)
  4. Select A2
  5. Hit enter



Multiplying Using Absolute Reference

You can lock a cell and multiply it with other cells.

How to do it, step by step:

  1. Select a cell and type (=)
  2. Select the cell you want to lock and add two dollar signs ($) before the column and row
  3. Type (*)
  4. Select another cell
  5. Hit enter
  6. Fill the range

Let's have a look at an example where we multiply B(5) with the range A1:A10 using absolute reference and the fill function.

Type the values:

Step by step:

  1. Type C1(=)
  2. Select B1 type dollar sign before column and row $B$1
  3. Type (*)
  4. Select A1
  5. Hit enter
  6. Fill C1:C10

You got it! You have successfully used absolute reference to multiply B1(5) with the range A1:A10.