Excel Scatter plot correctly plots X,Y data from two number formatted columns. But does not plot the correct x if the x cell(s) is a formula that results in the same values.
Instead, the x values look like a row or sequence number. E.g., the data point is x=15.50, and y=2.0. However, hovering over the point on the chart reveals ' Series "apples" Point "15.50" (10, 2.0) ' The x value is weight calculated from a formula with a blank "" operator in it so the field is blank if not used. I noted on some posts that this can cause the problem.
If I create a helper column next to the x formula column and paste the number values from the formula into it and change the chart range to point to the fixed values, it plots perfectly. Unfortunately, this method does not update if the equation's variables change. This has to be a dynamically updated worksheet.
Finally, I am not allowed to use Visual basic scripts in this worksheet (arrg).
Can anyone offer a suggestion what would allow accurate scatter plotting of the formula column, or dynamic updates for the helper column?