Google Sheets how to multiply two columns

Multiply with =A1*B1 or =MULTIPLY(A1, B1). For a whole column times a constant, use =ARRAYFORMULA(A2:A*C1) with an absolute reference on the constant when needed.

Steps

  1. 1

    Enter =A1*B1 in the result cell.

  2. 2

    Fill down the column.

  3. 3

    Use ARRAYFORMULA for one-shot column math.

Related tutorials

These videos might help you go deeper on this topic.

Watch more tutorials
Combine 2 Columns into 1: First Names and Last Names Together

Combine 2 Columns into 1: First Names and Last Names Together

Add together two columns data.

Related blog posts

Written guides that go deeper on this question.

Browse the blog

Better Sheets on YouTube

Watch matching videos from youtube.com/bettersheets.

Search channel

Terms and formulas behind this

Want the full definition or how a formula works? Start here.

Related questions