When I just click automatic, the right values appear in the edit menu but
the y values still won't show on the actual graph. So when doing a trendline
the equation doesn't show an m slope value, ie y=5E-19. A friend graphed my
data on an older version excel and it graphed it properly with the proper y
values displaying, and linear trendline equation was in right format of y =
mx + b, ie y= -2E-18x + 5E-19
Could my software be defective? Or are some features disabled?
"Lala" <La...@discussions.microsoft.com> wrote in message
news:972F4E9D-ACB5-4371...@microsoft.com...
Again the Y values of (1E-19 to 6E-19) are not posting, only 0 value is
posting.
When editing the y axis the minimum value on automatic is 0 and the maximum
does say 6.0E-19. But on the actual agraph I don't see these values. So when
doing a line graph I only get a linear equation of y=5E-19 instead of y=mx+b.
Excel does graph the data points and when adding data labels, the values
appear. It's just the division values (1.00E-19 to 6.00E-19) on the y axis
that doesn't appear.
I've also tried setting the cells to scientific numbers, general and numbers
but that didn't help.
It has to be the program because I've had 2 people graph my data and it
worked on their software.
You have not set the y scale min & max to anything other than 'automatic'
have you?
What do you get with =SLOPE(B2:B5, A2:A5) - the B range holds the y-values,
A range the x-values. ?
Have you tried a new workbook entering values like this
x y
1 1E-10
2 2E-10
3 3E-10
4 4E-10
can you get a chart with these values?
By the way: if I was working with numbers like yours (but as a scientist I
cannot think of anything that small that I could measure!) I would use
x = 0.1111 y= 2.872
x = 0.0625 y= 4.043
x = 0.0400 y= 4.576
x = 0.0277 y= 4.814
Then I would scale the resulting slope and intercept by a factor of 10^-19
Happy to look at a file if you send me one to my private email (not
newsgroup)
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email
"Lala" <La...@discussions.microsoft.com> wrote in message
news:BBBD75D9-D132-47FF...@microsoft.com...
y = -2.3507E-18x + 5.4943E-19
R2 = 9.9921E-01
This worked the same in Excel 2000 and in 2003. Then I tried it in Excel
2007 and it failed in the same manner that you described. The Y axis only
showed 0.0000E00 at the bottom, and no more values, and the formula showed Y
= 5.4943E-19, omitting the constant. Excel apparently thought this was a
rounding error and coerced it to zero. I ran a set of trials where I
multiplied the Y values of each trial by ten to get the Y values for the
next. My regression formulas looked like:
y = 5.49429E-19 [R² = 9.99213E-01]
y = 5.49429E-18 [R² = 9.99213E-01]
y = 5.49429E-17 [R² = 9.99213E-01]
y = 5.49429E-16 [R² = 9.99213E-01]
y = -2.35066E-14x [R² = 9.99213E-01]
y = -2.35066E-13x + 5.49429E-14 [R² = 9.99213E-01]
y = -2.35066E-12x + 5.49429E-13 [R² = 9.99213E-01]
y = -2.35066E-11x + 5.49429E-12 [R² = 9.99213E-01]
The first formula came from your example. Note that the constant has the
same pre-exponential factor for all of the formulas (5.49429) except for the
case when it would be 5.49429E-15, which sounds like a threshold for being
considered a rounding error. In all cases where the coefficient of X wasn't
ignored, the coefficient's pre-exponential factor was the same (-2.35066),
and in all cases, R² was the same (0.999213). I repeated this in Excel 2003,
and the formulas were identical except for the exponents of the fitting
constants.
I'd classify this one more as a bug than as a feature.
- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
http://PeltierTech.com
_______
"Lala" <La...@discussions.microsoft.com> wrote in message
news:BBBD75D9-D132-47FF...@microsoft.com...
>>> I have the home and student 2007 version.
Microsoft has "improved" their treatment of tiny rounding errors by
arbitrarily assuming certain small values are really supposed to be zero.
The ignored values are less then or around 1E-15, which corresponds to the
missing values in my testing (see my other post). This has messed up the
trendline regression formula, which used to be considered the best in the
business.
LINEST calculates the regression coefficients properly, at least in 2003 and
2007 (I didn't bother to test prior to this).
- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
http://PeltierTech.com
_______
"Bernard Liengme" <blie...@stfx.TRUENORTH.ca> wrote in message
news:esb$zV8kH...@TK2MSFTNGP05.phx.gbl...
"Jon Peltier" <jonxl...@SPAMpeltiertech.com> wrote in message
news:%234BHx28...@TK2MSFTNGP02.phx.gbl...
Jerry
I do wish that MS would stop digging this hole deeper.
Jerry
- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
http://PeltierTech.com
_______
"Jerry W. Lewis" <post_a_reply@no_e-mail.com> wrote in message
news:3B2B24FC-E460-4F78...@microsoft.com...
"Jerry W. Lewis" <post_a_reply@no_e-mail.com> wrote in message
news:B738D1B4-CA08-44B1...@microsoft.com...
Thanks for all the help and giving me the full y formula values. The other
post about excel just assuming that any number smaller than 10^-10 is 0
answered my main question about the disappearing y values.
"Bernard Liengme" wrote:
> I had no trouble getting a chart with your data. The slope is -2.35E-18 and
> intercept 5.49E-19
> Since your cells have entries such as =2.872*10^-19 which display as
> 2.872E-19, it would appear you have real numbers and not text. A bit of a
> mystery!
>
> You have not set the y scale min & max to anything other than 'automatic'
> have you?
>
> Have you tried a new workbook entering values like this
> x y
> 1 1E-10
> 2 2E-10
> 3 3E-10
> 4 4E-10
> can you get a chart with these values?
>
>
> By the way: if I was working with numbers like yours (but as a scientist I
> cannot think of anything that small that I could measure!) I would use
> x = 0.1111 y= 2.872
> x = 0.0625 y= 4.043
> x = 0.0400 y= 4.576
> x = 0.0277 y= 4.814
> Then I would scale the resulting slope and intercept by a factor of 10^-19
>
I hope this bug gets fixed because I'd rather not get another version of
excel and I might need to graph data with numbers this small again.
Anyway to get automatically notified should a patch for this bug gets issued?
Thanks for all the responses/help.
I too thought I was going nuts! The concentrations calculated from the
equation was completely wrong from the concentrations obtained when
extrapolating from the line!!!!!
Microsoft needs to fix these problems fast!!!!!!!!
Does Microsoft have any Excel 2007 fixes on the way?