excel chart x/y variable problem

  • Thread starter Thread starter rmeyeington
  • Start date Start date
R

rmeyeington

I am trying to plot variables on my x and y axis and have the field b
standard... such as

site = 1 2 3 4 5
value 1 = 10 1 6 8 3
value 2 = 2 6 3 2 9

with value 1 being on the x axis, and value 2 being on the y axis an
the site # being compared between the 2.

I assume you can do it using x y scatter but how???

Any help
 
If I understand you correctly, plot the value-1 and value-2 in a XY
scatter chart. Then, use the site #s as data labels. To simplify the
job, use either XY Chartlabeler (www.appspro.com) or Chart Tools
(www.j-walk.com).

--
Regards,

Tushar Mehta
www.tushar-mehta.com
Excel, PowerPoint, and VBA add-ins, tutorials
Custom MS Office productivity solutions
 
Back
Top