How to Use Multiply Sign in Excel (Including 3 Alternatives)

There is no direct multiply formula in Excel but no worries, there are other multiple ways to multiply in Excel. We can use Asterisk (*) which is called multiply sign and other 3 powerful methods to multiply in Excel.


How to Use the Multiply Sign (*, the Asterisk) for Multiplication in Excel

To explore this method, we’ll use the following dataset which contains some fruits’ quantity and unit prices. We’ll use Asterisk (*) to multiply the quantity and unit price for each item.

Multiply Sign (*, the Asterisk) for Multiplication in Excel

For that, I have added a new column named Total Price.

In cell E5 type the following formula.

=C5*D5

Actually, it’s the alternative to 10*2, we used cell reference instead.

Multiply Sign (*, the Asterisk) for Multiplication in Excel

After hitting the Enter button, you will get the output as shown below.

Then just drag down the Fill Handle icon to copy the formula for the other items.

Multiply Sign (*, the Asterisk) for Multiplication in Excel

Now all the item’s total price is calculated by using the multiply sign (*).

Multiply Sign (*, the Asterisk) for Multiplication in Excel


Alternatives to Multiply Sign for Multiplication in Excel

Instead of using the Multiply Sign-Asterisk (*), we can multiply numbers easily by using three alternative methods described below.


1. Applying PRODUCT Function to Multiply in Excel

We’ll apply the PRODUCT function to multiply numbers. The PRODUCT function is the prime alternative to Multiply Sign-Asterisk (*). Let’s find out the total price by using this function.

  • Write the following formula in cell E5.
=PRODUCT(C5,D5)

It will multiply the value of cells C5 and D5, equivalent to 10*2. If you want to multiply three values of cells C5, D5, and E5 then the formula will be:

=PRODUCT(C5,D5,E5)
  • Later, hit the Enter button to get the result.

PRODUCT Function to Multiply in Excel

You will get the same output as the output of using Asterisk (*).

  • Again use the Fill Handle tool to copy the formula.

  • Then you will get all the outputs.

PRODUCT Function to Multiply in Excel

Read More: How to Type Math Symbols in Excel


2. Inserting Excel SUMPRODUCT Function to Multiply

The SUMPRODUCT function is applied to multiply different arrays together and then it returns the sum of products. In the previous methods if we had to find the sum then we would have to use the SUM function to calculate the sum after multiplying. But the SUMPRODUCT function can do two tasks at a time.

  • In cell D11 write the following formula.
=SUMPRODUCT(C5:C9,D5:D9)
  • Press the Enter button.

SUMPRODUCT Function to Multiply in Excel

  • Here’s the output of the sum product.

Read More: How to Add Symbol Before a Number in Excel


3. Using Paste Special Tool to Multiply in Excel

In our last method, we’ll use the Paste Special command in Excel to multiply. We can multiply a column or range of data by a constant value using the Paste Special command. Suppose, we have to pay 3% VAT for each item. To find the amount of VAT for each item, we’ll have to multiply the total values by 3%. Now let’s see how to do it using the Paste Special command.

  • I have added a new column to find the VAT.

Paste Special to Multiply in Excel

  • Copy the Total Prices in the new column using copy and paste.

Paste Special to Multiply in Excel

  • Copy the VAT value from cell C11.

Paste Special to Multiply in Excel

  • Select all the data from the new column and right-click your mouse.
  • Press Paste Special from the Context Menu.

Paste Special to Multiply in Excel

  • From the Paste Special dialog box, mark All from the Paste section and Multiply from the Operation section.
  • Finally, just press OK.

  • Now have a look at the whole column.

Read More: How to Put Sign in Excel Without Formula


Download Practice Workbook

You can download the free Excel template from here and practice on your own.


Conclusion

I hope the procedures described above will be good enough to explain the use of multiply sign in Excel. Feel free to ask any question in the comment section and please give me feedback.


Related Articles


<< Go Back to Mathematical Symbols in Excel | Insert Symbol in Excel | Excel Symbols | Learn Excel

Get FREE Advanced Excel Exercises with Solutions!
Md. Sourov Hossain Mithun
Md. Sourov Hossain Mithun

Md. Sourov Hossain Mithun, an Excel and VBA Content Developer at Softeko's ExcelDemy project, joined in October 2021. Holding a Naval Architecture & Marine Engineering degree from BUET, Mithun showcases expertise during his two-year tenure. With over 200 published articles on Excel topics, he earned a promotion to Team Leader, excelling in leading diverse teams. Mithun's passion extends to Advanced Excel, Excel VBA, Data Analysis, and Python programming, contributing significantly to the innovative and dynamic environment of ExcelDemy... Read Full Bio

We will be happy to hear your thoughts

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo