How to use divide function 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
Kristy Asks How to Get Percentages from Scores

Kristy Asks How to Get Percentages from Scores

How to figure out a percentage score when our reporting numbers are a fo...

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