In Excel: multiply two cells with =A2*B2, multiply a range with =PRODUCT(A2:A10), and copy the formula down when each row needs its own result.
Click the result cell.
Type =, select the first value, type *, then select the second value.
Press Enter and format the result if it represents currency or units.
Drag or double-click the fill handle to copy the multiplication formula down a table.
Need it as an auditable file?
Ships inside the linked template — formula-driven, unlocked, audit-ready.
What this does
Excel uses the asterisk (*) as the multiplication operator. For one row, multiply cell references directly; for many values in one formula, PRODUCT multiplies every number in a range. Because cell references adjust as you copy down, a single row formula can calculate quantity times price for an entire table. The same idea underpins a lot of everyday Excel work, so the few minutes spent getting it right here pay back across every sheet you build afterwards. Treat it as a pattern, not a one-off, and it stops being something you look up and starts being something you reach for. Treat “put a multiplication formula in excel” as a small repeatable workflow rather than a one-off click you hope to remember next time. Use a small test block before the live file, so any surprise in the affected formula shows up while it is still harmless. When a formula is involved, keep the inputs labelled beside it, reference cells instead of typing values, and apply number formatting only after the result checks out. That turns a calculation you can defend to a CFO or an auditor into a method you can reuse, explain, and defend when the workbook leaves your screen.
A worked example
Quantity is in A2 and unit price is in B2. Enter =A2*B2 in C2: 12 units at 4.50 returns 54.00. Fill the formula down and row 3 becomes =A3*B3 automatically. If A2:A5 holds 2, 3, 4 and 5, =PRODUCT(A2:A5) returns 120. Multiplication is the backbone of pricing sheets, inventory totals, unit conversions, weighted scores and any model where a count has to be scaled by a rate, price, percentage or factor. If there is any chance you will reuse this, drop it into a small template tab right now: a labelled input area on the left and the formula beside it, checked once against the tool above. Next time the same question comes up, the answer is a single paste away instead of a rebuild from memory.
In Google Sheets
Google Sheets handles this almost identically to Excel. The formula syntax above is the same, and the menu lives under a slightly different label rather than a ribbon tab. Use the platform toggle at the top of the page to switch every keyboard shortcut between Windows and Mac, and expect at most cosmetic differences in naming. Keep this page bookmarked for the next time the same question comes up. Better still, rebuild the example once in your own sheet — doing it yourself, with the tool above to check against, is what turns a copied formula into a technique you own. Treat “put a multiplication formula in excel” as a small building block rather than a chore. Once the inputs sit in their own cells and the formula reads from them, the same setup answers a dozen related questions with a tweak, and Excel keeps every dependent figure current as the data changes. The tool above is there so you can rehearse and verify before committing anything to a real workbook; the steps and worked example are there so the logic sticks. Get it right once and it stops costing you time — it starts saving it, every time the question comes back around.
Common mistakes
- Using x instead of *; Excel treats x as text or a name, not multiplication.
- Forgetting parentheses when multiplying part of a larger expression, such as
=(A2+B2)*C2. - Copying a formula with fixed references accidentally; use $ only when one multiplier should stay constant.
- Multiplying numbers stored as text, which can return errors or unexpected zeros until the data is converted.
Frequently asked questions
What symbol multiplies in Excel?
Use the asterisk: =A2*B2.
How do I multiply a whole column by one number?
Put the multiplier in one cell, use an absolute reference like =A2*$E$1, then fill down.
When should I use PRODUCT?
Use PRODUCT when one formula needs to multiply many cells or a whole range, such as =PRODUCT(A2:A10).
Other ways people ask this
On the way here you may have searched this as “how to put multiplication formula in excel” and “how to put formula in excel for multiplication” — it is all the same task, and this page is the single, complete answer to it.
Why do people search for this in so many different ways?
Because the same task has many names. “how to put multiplication formula in excel”, “how to put formula in excel for multiplication” all point at the one operation explained on this page, which is why they all lead here.