---
title: "How to Multiply in Google Sheets"
h1: "How to Multiply in Google Sheets"
description: "Learn how to quickly multiply numbers in Google Sheets using simple formulas. Enhance your productivity by mastering basic arithmetic functions with ease."
route: "/learn/how-to-multiply-in-google-sheets"
canonical: "https://www.layerpath.com/learn/how-to-multiply-in-google-sheets"
---

# How to Multiply in Google Sheets

Learn how to quickly multiply numbers in Google Sheets using simple formulas. Enhance your productivity by mastering basic arithmetic functions with ease.

### Interactive Layerpath tour

Canonical tour: https://share.layerpath.com/e/cm6fefxdw0015ic0cxfgftm0x/tour

Tour id: cm6fefxdw0015ic0cxfgftm0x

1. Click on a blank cell where you want the multiplication result to appear.
2. Type `=` to begin a formula, followed by the first cell reference, then `*`, and then the second cell reference.
3. For example, if multiplying A2 by B2, type `=A2*B2`.
4. Press **Enter**, and the product of the two numbers will appear in the selected cell.
5. To apply the formula to multiple rows, click on the bottom-right corner of the result cell and drag it down to autofill.
6. You can also use `=PRODUCT(A2:A10)` if multiplying multiple values within a single range.
