You can import the Excel sheet and plot the points or a surface, or both together:
data = Rest@
Import["F:\\Users\\David\\Documents\\Mathematica Files\\Wolfram \
Forum\\Lawton\\Turnaround Elevation.xlsx"][[1]];
Show[ListPointPlot3D[data], ListPlot3D[data]]

I attach a notebook.
Kind regards,
David
Attachments: