To multiply columns in Excel, follow these steps:
-
Use a Formula to Multiply Two Columns
A formula can multiply the values in two columns. For example, to multiply column A by column B:-
Click the first cell where you want the result, e.g.,
C1. -
Enter the formula:
-
Press Enter.
-
Drag the fill handle (small square at the bottom-right of the cell) down to apply the formula to all rows.
-
-
Multiply Entire Columns Using Array Formula
Excel supports multiplying entire ranges at once:-
Select a blank column for the results.
-
Enter the formula:
-
Press Ctrl+Shift+Enter on Windows or Command+Shift+Enter on Mac to create an array formula.
-
-
Using the PRODUCT Function for Individual Rows or Cells
ThePRODUCTfunction multiplies numbers together. Example for one row:This returns the same result as
=A1*B1. -
Multiplying an Entire Column by a Single Number
To multiply column A by a constant value, e.g., 10:-
Enter the constant in a cell, e.g.,
D1 = 10. -
Use the formula in column B:
\(=A1*$D$1\)
-
Drag the fill handle down to apply it to all rows.
-
-
Using Paste Special to Multiply Columns Without a Formula
This method permanently changes the values:-
Enter the multiplier in a blank cell.
-
Copy that cell.
-
Select the range you want to multiply.
-
Go to Home → Paste → Paste Special → Multiply → OK.
-
-
Tips for Accuracy
-
Ensure all cells contain numbers; text values will return errors.
-
Use
$in formulas for absolute references when multiplying by a constant. -
Check for empty cells; Excel treats them as 0 in multiplication.
-
This method works for both Windows and Mac versions of Excel with minor differences in array formula entry: Ctrl+Shift+Enter on Windows, Command+Shift+Enter on Mac.