R
Raman325
Hi,
This may be a stupid question, and I'm not exactly sure how to phras
it, so I apologize in advance if I am unclear. I am trying to create
line graph which has four Data Series. One series comes from a list o
data in the worksheet. Another series is a constant number, so I jus
made a set like so:
Series = "={.67,.67,.67,.67,.67}"
The purpose was to show .67 for each entry on the graph. This worke
without error. I wanted to do a similar thing with the other tw
series, but I wanted it to reference a particular cell. I tried doing:
Series = "={F10,F10,F10,F10,F10}"
This gave me an error, however. Is this possible to do, and if so, how
Thanks for your help
This may be a stupid question, and I'm not exactly sure how to phras
it, so I apologize in advance if I am unclear. I am trying to create
line graph which has four Data Series. One series comes from a list o
data in the worksheet. Another series is a constant number, so I jus
made a set like so:
Series = "={.67,.67,.67,.67,.67}"
The purpose was to show .67 for each entry on the graph. This worke
without error. I wanted to do a similar thing with the other tw
series, but I wanted it to reference a particular cell. I tried doing:
Series = "={F10,F10,F10,F10,F10}"
This gave me an error, however. Is this possible to do, and if so, how
Thanks for your help