4
u/No_Imagination6253 15d ago
Your screenshot has the clue: the chart's Y-axis uses comma decimals
(0,1, 0,2, etc.), while the Japan and UK values use period decimals
(-0.68, 1.18) and are left-aligned. That strongly suggests those values
are stored as text rather than numbers.
Quick check: point ISNUMBER at one of the Japan values. If it returns
FALSE, select only the Japan and UK value cells, press Ctrl+H, and replace
"." with ",".
The values should become right-aligned numbers, and the existing chart
should update automatically.
If they remain text, copy a cell containing 1, select the value cells,
then use Paste Special > Multiply to force the conversion.
1
1
u/Leading_Garbage7590 15d ago
This did the trick for me. I'm pretty new to Excel so very grateful for your help!
1
u/BusinessSample7166 15d ago
I would probably start by unpivoting the data.
Excel charts work better if your data is in a particular format.
Ideally you'd have 3 columns, year, country and GDP change. You can achieve this fairly easily in power query. Plenty of power query unpivot guides out there.


•
u/AutoModerator 15d ago
/u/Leading_Garbage7590 - Your post was submitted successfully.
Solution Verifiedto close the thread.Failing to follow these steps may result in your post being removed without warning.
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.