How to divide a column by a number in Google Sheets

Divide with =A1/B1 or =DIVIDE(A1, B1). Wrap with IFERROR(...,0) if divisors can be blank or zero. Format the result as a number or percent as needed.

Steps

  1. 1

    Enter =A1/B1.

  2. 2

    Protect against #DIV/0! with IFERROR if needed.

  3. 3

    Format the output.

Related tutorials

These videos might help you go deeper on this topic.

Watch more tutorials
Calculate ROAS in Google Sheets

Calculate ROAS in Google Sheets

Calculate Return on Ad Spend with a formula combination. Bonus: create a...

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