You can put in row 4:
=ARRAYFORMULA(B2:Z2*B3:Z3)

This will expand to the whole row. Adapt B and Z to the columns you need!
If you can omit row 3, you can just use:
=ARRAYFORMULA(B2:Z2*0.09)

Statology
statology.org › home › google sheets: how to multiply column by a constant
Google Sheets: How to Multiply Column by a Constant
February 4, 2022 - 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. ... To multiply by a different constant, simply change the value used in cell B2.
SimpleSheets
simplesheets.co › blog › how-to-multiply-in-google-sheets
How to Multiply in Google Sheets: 8 Formula Methods
January 21, 2026 - Use a helper column with =B2*$F$1, copy it, then paste back over the original column with Edit > Paste special > Values only, and delete the helper column afterwards. One of the cells contains text rather than a number, usually because a unit or a currency symbol was typed in by hand. Remove the characters so the cell holds only the number, then apply currency or unit formatting instead of typing it. You get 0, because Google Sheets treats an empty cell as zero in a multiplication.
How to multiply an entire column by the value in a single cell? (I've included a pic to show what I mean) Is there an easier way than writing a formula in each individual cell? I've tried copying the formula from one but it only multiplies it by the cell above it, which isn't what I want.
Assuming your values for seafood (1, 2, 1 etc) are in A2:A, then in B2 use the formula =arrayformula(if(A2:A="",,A2:A*$B$1)) More on reddit.com
How to multiply row by constant - google sheets - Stack Overflow
in Google Sheets. Row 1 are all labels. Column 1 are all labels. Both are locked. Row 2 has unique quantities. Row 3 is a constant of 0.09. I want to multiply all of row 2 by row 3, and have all More on stackoverflow.com
how to multiply a row of numbers with a constant row, then sum across - Google Docs Editors Community
Skip to main content · Google Docs Editors Help · Sign in · Google Help · Help Center · Community · Google Docs Editors · Terms of Service · Submit feedback · Send feedback on More on support.google.com
Possible to multiply one column in a query by a constant but not others?
Not within a single QUERY(). You can multiply an entire column by a constant in the SELECT clause but not conditionally row by row. More on reddit.com
How can I multiply numbers from different sheets in Google Sheets?
To multiply numbers from different sheets, reference the sheet name and cell address in your formula. For example, if you want to multiply the value in cell A1 of Sheet1 by the value in cell A1 of Sheet2, you would use the formula =Sheet1!A1*Sheet2!A1.
superjoin.ai
superjoin.ai › home › blog › how to multiply in google sheets: a comprehensive guide
How to Multiply in Google Sheets: A Comprehensive Guide | Superjoin
What is the multiply formula in Google Sheets?
It is the asterisk. Type an equals sign, the first value, an asterisk, then the second value, for example =A1*B1. There is also a named function, =MULTIPLY(A1, B1), which does exactly the same thing but accepts only two arguments.
simplesheets.co
simplesheets.co › blog › how-to-multiply-in-google-sheets
How to Multiply in Google Sheets: 8 Formula Methods
How do I multiply values based on a condition in Google Sheets?
You can use the SUMPRODUCT function for conditional multiplication. For instance, to multiply values in the range A1 that are greater than 5, you can use the formula =SUMPRODUCT((A1:A10>5)*A1:A10).
superjoin.ai
superjoin.ai › home › blog › how to multiply in google sheets: a comprehensive guide
How to Multiply in Google Sheets: A Comprehensive Guide | Superjoin
02:48
How to Multiply in Google Sheets [Updated 2026 Guide] - YouTube
01:05
How to Multiply in Google Sheets - YouTube
01:38
How to multiply columns in Google Sheets - YouTube
02:49
Google Sheets: How To Use the Multiply Formula - YouTube
07:02
How To Do Multiplication In Google Sheets - The 4 Best Ways! - YouTube
Google Support
support.google.com › docs › thread › 41311742 › replace-column-values-by-multiplying-them-by-constant-replacing-in-place-not-creating-new-column
Replace column values by multiplying them by constant (replacing in place / not creating new column) - Google Docs Editors Community
April 20, 2020 - Skip to main content · Google Docs Editors Help · Sign in · Google Help · Help Center · Community · Google Docs Editors · Terms of Service · Submit feedback · Send feedback on
Top answer 1 of 2
1
You can put in row 4:
=ARRAYFORMULA(B2:Z2*B3:Z3)

This will expand to the whole row. Adapt B and Z to the columns you need!
If you can omit row 3, you can just use:
=ARRAYFORMULA(B2:Z2*0.09)

2 of 2
0
In Excel or Google Sheets, multiplication should use the product formula. like
=product(A1:B1)
It will work.
Better Analyst
betteranalyst.com › home › google sheets formulas › how to multiply in google sheets
How to Multiply in Google Sheets | Formulas
... Use the asterisk operator to multiply two cells: =A2*B2. Use PRODUCT for a range, and lock a fixed rate with dollar signs such as =A2*$F$1. ... Multiplies the value in A2 by the value in B2. ... Multiplies every numeric value in the range. ... Keeps the rate in F1 fixed when the formula ...
Arab Psychology
scales.arabpsychology.com › home › how to easily multiply a column by a percentage in google sheets
How To Easily Multiply A Column By A Percentage In Google Sheets
December 1, 2025 - Within B2, enter the formula that multiplies the value in A2 by the decimal equivalent of 50%. This formula sets the precedent for all subsequent rows: ... Once the formula is entered, cell B2 will display the result, which is 5. This immediate result confirms that the syntax is correct and the underlying mathematical logic is sound. We are now ready to efficiently apply this logic to the rest of the column using the built-in automation features of Google Sheets.
DataCamp
datacamp.com › tutorial › how-to-multiply-in-excel
Multiply in Excel: Multiply Cells, Columns, Rows, and More | DataCamp
February 12, 2025 - Learn to subtract cells, columns, rows, and more in Excel using the minus sign, cell references, absolute references, and even by using the `SUM()` or SUMPRODUCT() functions. ... Learn how to apply operations like add, subtract, divide, multiply, and a lot more in Google Spreadsheets with the help of an actual dataset.
Ok Sheets
oksheets.com › multiply-values
4 Ways to Multiply Values in Google Sheets | Ok Sheets
This formula will multiply the value in cell A2 by the value in cell B2. You can then copy and paste down the formula to provide results for each row. ... You could use the ARRAYFORMULA function like in the above formula to return an array of results. Ensure the ranges are of the same length. This will prevent your syntax from returning an error. ... The PRODUCT function is another way you can use to multiply cells in Google Sheets.
Excel Insider
excelinsider.com › home › our blog › google sheets formulas › how to multiply columns in google sheets (3 simple ways)
How to Multiply Columns in Google Sheets (3 Simple Ways) - Excel Insider
September 2, 2025 - If you want to multiply two entire columns without entering the formula row by row, you can use the ARRAYFORMULA function. This method automatically applies multiplication to each row in the selected range. ... ➤ Open your dataset in Google Sheets where you want to multiply columns.
Google Support
support.google.com › docs › thread › 256035270 › how-to-multiply-a-row-of-numbers-with-a-constant-row-then-sum-across
how to multiply a row of numbers with a constant row, then sum across - Google Docs Editors Community
January 29, 2024 - Skip to main content · Google Docs Editors Help · Sign in · Google Help · Help Center · Community · Google Docs Editors · Terms of Service · Submit feedback · Send feedback on
The Bricks
thebricks.com › home › resources › how to keep a cell constant in google sheets
How to Keep a Cell Constant in Google Sheets
April 22, 2025 - By writing the formula as =C2*$E$1, you are telling Google Sheets, "No matter where you copy this formula, always, always multiply by the value in cell E1." Create stunning charts, tables & insights from your data with AI · Drop in a spreadsheet or CSV and get polished, presentation-ready visuals in seconds. No expertise required.Get started for free → · Now that you understand the concept, let's look at the two easy methods to make a cell reference constant.