New: ready-to-use spreadsheet templatesExplore the collection  →
Google Sheets · Verified tutorial

Create a progress bar in Google Sheets

In C2, enter =SPARKLINE(B2,{"charttype","bar";"max",1;"color1","#4f46e5"}).

Verified by JosephineAbout 60 seconds
Quick answer

In C2, enter =SPARKLINE(B2,{"charttype","bar";"max",1;"color1","#4f46e5"}).

Step-by-step

1

Open the practice sheetUse the example data shown below so the result is easy to check.

2

Create a progress barIn C2, enter =SPARKLINE(B2,{"charttype","bar";"max",1;"color1","#4f46e5"}).

3

Check the resultCompare the finished sheet with the expected result and correct the target range if needed.

Shortcut or faster method

Use the menu path shown in the video and keep the target range selected until the change is applied.

Expected result

C2 displays a progress bar for the 72% value in B2.

Common mistake

Starting with the wrong cell or range selected.

Troubleshooting

Re-select C2 and repeat the final action. C2 displays a progress bar for the 72% value in B2.

Example spreadsheet data

This is the clean fixture used for the verified run.

TaskProgressBar
Launch0.72

Video transcript

  1. Open the prepared Practice spreadsheet.
  2. Open the practice sheet. Use the example data shown below so the result is easy to check.
  3. Create a progress bar. In C2, enter =SPARKLINE(B2,{"charttype","bar";"max",1;"color1","#4f46e5"}).
  4. Check the result. Compare the finished sheet with the expected result and correct the target range if needed.
  5. C2 displays a progress bar for the 72% value in B2.