A
Alan
I was messing around with Stephen Bullen's special chart
http://www.bmsltd.co.uk/DLCount/DLCount.asp?file=ChtFrmla.zip
that automatically graphs an equation with no actual x,y's on the
worksheet. I wanted to take it a step further, and use it
automatically graph a function I use in the form of
PIArcVal("807btu15v",x,0,). The function evaluates fine with an =
sign. But using the default Y defined name
=EVALUATE(Line!$B$7&"+x*0")
all I get is a chart with the first x and y=1 (instead of 1900). Now
if I remove the business with... &"+x*0" I get x and y=1900 (yay!),
except I still only get 1 data point.
Question here: What does the &"+x*0" do? Where does the 1 come from?
Why do you suppose I'd only get 1 point?
http://www.bmsltd.co.uk/DLCount/DLCount.asp?file=ChtFrmla.zip
that automatically graphs an equation with no actual x,y's on the
worksheet. I wanted to take it a step further, and use it
automatically graph a function I use in the form of
PIArcVal("807btu15v",x,0,). The function evaluates fine with an =
sign. But using the default Y defined name
=EVALUATE(Line!$B$7&"+x*0")
all I get is a chart with the first x and y=1 (instead of 1900). Now
if I remove the business with... &"+x*0" I get x and y=1900 (yay!),
except I still only get 1 data point.
Question here: What does the &"+x*0" do? Where does the 1 come from?
Why do you suppose I'd only get 1 point?