This will sum the quantities, per row, for all rows in the range.
Formula
=ARRAYFORMULA(SUMIF(IF(COLUMN(C2:E4),ROW(C2:E4)),ROW(C2:E4),C2:E4))
Screenshot

Example
I've created an example file for you: Sum over rows
Reference
https://stackoverflow.com/a/21804838/1536038
Answer from Jacob Jan on Stack ExchangeThe Bricks
thebricks.com › home › resources › how to multiply two columns in google sheets
How to Multiply Two Columns in Google Sheets - Bricks
April 22, 2025 - Select the Second Cell to Multiply: Click on cell E2 (the first cell in the "Price Per Unit" column). ... Press Enter. Google Sheets will calculate the product of the two cells and display the result in F2.
Google Support
support.google.com › docs › answer › 3094294
SUMPRODUCT - Google Docs Editors Help
The SUMPRODUCT function calculates the sum of the products of corresponding entries in 2 equally sized arrays or ranges. Sample Usage SUMPRODUCT(A2:C5,D2:F5) SUMPRODUCT({1,2,3,4},{5,6,7,8}) Syntax
Sum the product of every two columns in the same row - 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
Sum the product of two columns in Google Spreadsheets - Web Applications Stack Exchange
Here's the situation: ITEM COST CUST1 CUST2 CUST3 TQTY foo $0.5 1 0 0.5 1.5 baz $1.0 2 1 0 3 bar $1.5 0.5 0 0.3 0.8 SUBT $2.75 $1.... More on webapps.stackexchange.com
Question: Multiplying two columns
Posting your data can make it easier for others to help you, but it looks like your submission doesn't include any. If this is the case and data would help, you can read how to include it in the submission guide . You can also use this tool created by a Reddit community member to create a blank Google Sheets document that isn't connected to your account. Thank you. I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns. More on reddit.com
I want to multiply the numbers in one column by the numbers in the next column - 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
07:02
How To Do Multiplication In Google Sheets - The 4 Best Ways! - YouTube
01:38
How to multiply columns in Google Sheets - YouTube
02:49
Google Sheets: How To Use the Multiply Formula - YouTube
02:08
How To Multiply Cells In Google Sheets - YouTube
01:49
How to Multiply Two Columns in Google Sheets - YouTube
01:32
How to multiply two columns using the array formula - YouTube
Stack Overflow
stackoverflow.com › questions › 42286974 › how-to-have-2-columns-in-google-sheets-auto-multiply
How to have 2 columns in google sheets auto multiply? - Stack Overflow
If you have 2 columns A and B, and you want the multiplied value in column C, enter =A1*B1 into the C1 cell (don't forget the = sign). Then drag the bottom right corner of C1 down to match the height of your A/B columns.
Alphr
alphr.com › home › how to multiply two columns in google sheets
How to Multiply Two Columns in Google Sheets
December 1, 2021 - For a formula in Google Sheets to work, it should have some signs you have to remember. The first one, which is the basis of every formula, is an equality sign (=). For your formula to be valid and to show numbers, write this sign at the beginning. Next, to multiply numbers, you’ll use an asterisk sign (*) between them. Finally, to get the sum and complete your formula, press ‘Enter.’ · To multiply two columns in Google Sheets, you’ll first have to insert data.
Google Support
support.google.com › docs › thread › 246637585 › sum-the-product-of-every-two-columns-in-the-same-row
Sum the product of every two columns in the same row - Google Docs Editors Community
December 2, 2023 - 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
4
This will sum the quantities, per row, for all rows in the range.
Formula
=ARRAYFORMULA(SUMIF(IF(COLUMN(C2:E4),ROW(C2:E4)),ROW(C2:E4),C2:E4))
Screenshot

Example
I've created an example file for you: Sum over rows
Reference
https://stackoverflow.com/a/21804838/1536038
2 of 2
1
The right function to use is SumProduct
Formula
=SUMPRODUCT(array1, [array2, ...])
Screenshot

Price: $
Address: La Marina de Valencia Muelle de la Aduana, 46024
Reddit
reddit.com › r/googlesheets › question: multiplying two columns
r/googlesheets on Reddit: Question: Multiplying two columns
December 14, 2022 -
How do I multiply two columns of data? I’ve tried to MMULT matrix multiply but it requires 1 column and 1 row of data
Top answer 1 of 2
1
Posting your data can make it easier for others to help you, but it looks like your submission doesn't include any. If this is the case and data would help, you can read how to include it in the submission guide . You can also use this tool created by a Reddit community member to create a blank Google Sheets document that isn't connected to your account. Thank you. I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
2 of 2
1
multiply them and then add up the result? where are you looking to show the output?
Google Support
support.google.com › docs › thread › 204257010 › i-want-to-multiply-the-numbers-in-one-column-by-the-numbers-in-the-next-column
I want to multiply the numbers in one column by the numbers in the next column - 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