Scatter XY with Labels

R

Robnauticus

Hello Here is an example of my data

DivisionID,DrywallMBF,Cost
LSC,10095,6000
BAH,12095,7300
LSC,11095,6500


This data is pulled from a query in Access. I need to plot it on a Scatter
Graph.
X Axis is DrywallMBF and Cost is Y Axis.

I got to this point in MS Graph, it shows every point labeled as Cost with
the same symbol. I need a unique label for each Division.

Any ideas would be appreciated!
 
Top