In Excel: lay the data out as three numeric columns — x, y and size — select them without the label column and choose Insert ▸ Scatter (X, Y) or Bubble Chart ▸ Bubble.
Arrange exactly three numeric columns in x, y, size order, with the labels in a fourth column outside the selection.
Select the three numeric columns and choose Insert ▸ Charts ▸ Scatter (X, Y) or Bubble Chart ▸ Bubble.
Right-click the series ▸ Format Data Series and confirm "Represent bubble size by" is set to Area.
Adjust "Scale bubble size to" if the largest bubble swamps the plot; 60 to 80 percent usually works.
Add labels with Data Labels ▸ More Options ▸ Value From Cells, pointing at the label column.
What this does
A bubble chart is a scatter plot with a third quantity encoded as the size of each marker. All three columns must be numeric, and the labels that identify each bubble are added afterwards through Data Labels ▸ Value From Cells rather than being part of the selection. Excel scales bubbles by area by default, which is the perceptually honest choice. Keep the inputs visible and clearly labelled and the whole thing stays auditable — anyone who opens the file later, including you, can see at a glance exactly what feeds the result and change one assumption without hunting through the formula. For “bubble graph excel”, the reliable version is a short checking loop, not just the first command that appears to work. Run it on a deliberately small range first, watch how the affected chart change, and only then apply the same setup to the full sheet. When this is a ribbon command, the selection matters more than the button: confirm the range, apply the command, then spot-check the output before saving. That is what makes a visual that makes the number obvious at a glance useful in real work: repeatable, auditable, and not dependent on memory or luck.
A worked example
Marketing spend on x, revenue on y, customer count as size, for eight regions. Select the three numeric columns only, Insert ▸ Bubble. Then click the series ▸ Add Data Labels ▸ Format Data Labels ▸ Value From Cells and point at the region names so each bubble is identified. Three variables in one plot is the point at which a chart starts making an argument rather than displaying a table, and the size channel is the one most often mis-scaled. One habit worth forming early: name the cells that hold your inputs, so the formula reads in plain language instead of a string of cell addresses. A reviewer — or you in three months — can then follow the logic without decoding what B7 and D2 were supposed to mean, which is most of what makes a sheet maintainable.
In Google Sheets
Everything above works in Google Sheets too. Excel and Sheets share the formula syntax used here; only the surrounding menus are arranged differently. That portability is deliberate — learn it once and it follows you between the two tools and across Windows and Mac. Keep this page bookmarked for the next time the same question comes up. Better still, rebuild the example once in your own sheet — doing it yourself, with the tool above to check against, is what turns a copied formula into a technique you own. Here is the takeaway for “bubble graph excel”: copy the answer if you are busy, but if you have a spare few minutes, rebuild the example in Excel yourself with the tool above open beside it. That single pass — type it, run it, watch the result move when you change an input — is what turns a formula you found into a technique you trust. Keep your inputs labelled and referenced, never hard-coded, and the same sheet stays correct and auditable as it grows. Done that way, you will not need to look this up again, and you will be the person others ask.
Common mistakes
- Including the text label column in the selection, which makes Excel read it as a series and produces an empty chart.
- Switching size representation to Width, which exaggerates differences because the eye reads area.
- Plotting forty bubbles that overlap into a single blob — a bubble chart is for a handful of comparable items.
- Using negative values for size; they are simply not plotted, so a category silently disappears.
Frequently asked questions
How do I label each bubble with a name?
Select the data labels, open Format Data Labels and tick Value From Cells, then select the range holding the names. Available from Excel 2013.
What is the difference between a bubble and a scatter chart?
A scatter chart plots two variables. A bubble chart adds a third as the marker size, so it needs three numeric columns.
Why is one of my points missing?
Its size value is zero, negative or text. Only positive numbers are drawn.
Can I colour the bubbles individually?
Yes. Click one bubble twice to select the single point, then set its fill, or use separate series for each group you want to distinguish.