How to Multiply Column by a Constant in Google Sheets

In Google Sheets, you can multiply a column of data by a constant by selecting the column, clicking the Format menu, selecting Number, and then selecting the Multiple option. You can then enter the constant you want to multiply by and click the OK button. All numbers in this column will be multiplied by the specified constant.


You can use the following basic formula to multiply a column by a constant in Google Sheets:

=CELL*CONSTANT

For example, you can use the following formula to multiply the value in cell A1 by 5:

=A1*5 

You can then click and drag this formula down to multiply every value in column A by 5.

The following example shows how to use this formula in practice.

Example: Multiply Column by a Constant in Google Sheets

Suppose we have the following list of values in Google Sheets:

We can use the following formula to multiply the value in cell A2 by 5:

=A2*5

Next, we can hover over the bottom right-hand corner of cell B2 until a tiny “+” appears. Then click and drag down to all of the remaining cells in column B:

All of the values in column B are equal to 5 times the values in column A.

For example:

  • 10 * 5 = 50.
  • 15 * 5 = 75.
  • 18 * 5 = 90.
  • 20 * 5 = 100.
  • 25 * 5 = 125.

To multiply by a different constant, simply change the value used in cell B2.

For example, to multiply by 9 simply use the following formula:

=A2*9

Then click and drag this formula down to all of the remaining cells in column B.

How to Multiply Column by a Percentage in Google Sheets

x