A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hi, Craig Boswell
This sounds like the chart is still behaving like a Line chart rather than a true X-Y chart. In Excel, a Line chart does not treat the horizontal axis as real numeric X values, while an X-Y Scatter chart does, so valid-looking X/Y cells can be accepted but still not appear where expected.
Here are some suggestions you can try:
First, change the whole chart to Scatter with Straight Lines or Scatter with Straight Lines and Markers, not a normal Line chart. Your COG envelope can still look like a line, but it needs to be an X-Y scatter series.
Then add the take-off and landing points as their own separate series:
Right-select the chart and choose Select Data
Select Add
For Series X values, select only the X cell for the point
For Series Y values, select only the Y cell for the point
After adding it, right-select that new series and choose Change Series Chart Type
Set it to X Y Scatter with Markers
Format the series with No line, but use a visible marker, for example a large red dot or triangle
Also check that the X and Y cells are real numbers, not text. A quick test is to select the cells, set them to Number, then use Data > Text to Columns > Finish. It is recommended that if the values come from formulas, avoid returning blank text like ""; use NA() instead where needed.
Finally, check the new point series is on the same primary axis as the envelope, not a secondary axis. That is a common reason the point exists in the chart but appears “missing.”
Thank you for your patience in reading, I hope this information has been helpful to you.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment."
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.