How to Multiply Numbers in Google Sheets in an Easy Way

Whether you have two integers, a few cells or a couple of columns that need to be multiplied together in Google Sheets. It provides a few different ways to find the product of your numbers. Here’s how to multiply numbers in Google Sheets in an easy way.

1. Multiply Two Integers Together

There are two methods to multiply numbers in Google Sheets. One is by using a built-in formula, while the other is by using the multiply operand to complete the calculation. Both of them work virtually the same and multiply numbers just as you would expect.

Using The MULTIPLY Formula

Firstly, fire up your browser. Then, head to Google Sheets, and open a spreadsheet.

Click on an empty cell and type =MULTIPLY(<number1>,<number2>) into the formula entry field, replace the <number1> and <number2> with the two integers you want to multiply.

You can use the data inside another cell too. Instead of a number, just type the cell number and Sheets will automatically put the integer form that cell in its place.

After you input the numbers or cell numbers in sheets, simply press the Enter key and Sheets will place the results in the cell.

Using The Multiply Operand

This method generally uses the multiply operand (*) to find the product of some numbers. The only difference is you are able to input more than two multiplicands, whereas the previous formula is limited to two.

Now from your Google Sheets spreadsheet, click an empty cell and type =<number1> * <number2> into the formula entry field, replacing <number1> and <number2> with the two integers you want to multiply.

Related:  The Latest Razer Blade Stealth 13 Is Powerful Gaming Ultrabook

Just like above, you can reference other cells inside the spreadsheet. Now replace either number with the number of a cell that contains an integer in it.

After you input the integers or cell numbers, simply press the Enter key and Sheets will place the results in the cell.

Pro tip: If you are working with a table and want to multiply the data from rows 1 and 2 into row 3, Google Sheets has a neat feature that applies the formula to the remaining cells.

It will fill in the remaining cells with the formula and the results. Just double-click the little blue square, and, like magic, the rest of the table is filled in with the product of the two numbers.

Multiply Using ArrayFormula

This method uses the ARRAY FORMULA function to display values returned from multiple rows or columns of the same size.

From your Google Sheets spreadsheet, select an empty cell and type =ARRAYFORMULA(<column1> * <column2>) into the formula entry field.

Then replace the <column1> and <column2> with the two columns you want to multiply. It will look something like this:

=ARRAYFORMULA(A:A*B:B)

 

If your columns have a header in the first row, then sheets will throw an error because it expects only numbers as parameters.

Instead, you will need to start with the first cell that contains a number only. For example, instead of A:A*B:B , you would type A2:A*B2:B into the formula.

The only caveat to using the formula like this is any empty cells will use only “0” in the formula. However, any other data you add to the table gets calculated dynamically by replacing each zero with the results.

Related:  How to Set a Minimum Password Length in Windows 10

In case you want to limit the number of trailing zeros in your results, you should select a fixed range when you enter the formula. The new formula will look something like this:

=ARRAYFORMULA(B2:B100*C2:C100)

In this way, the spreadsheet uses only 100 cells as a reserve for any data you enter later. You can also edit the formula and remove any unused cells by changing the 100 to a smaller number.

Whether you need to multiply static integers, data from two cells, or the entire contents of two columns, Google Sheets provides a couple of easy methods to help you calculate the product.

Recent Articles

Related Stories

Leave A Reply

Please enter your comment!
Please enter your name here

Copyright © 2017 - 2023 TechBlogUp.com . All rights reserved.