View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Feejo Feejo is offline
external usenet poster
 
Posts: 33
Default Chart empty with new data in the dynamic range chart.

I start over with the original cause nothing was working often.
I installed the convertions patch of 2003 to 2007, sorry it is in french.
Problème de compatibilité avec les formats de fichier Word, Excel et
PowerPoint ?

http://www.microsoft.com/downloads/d...displaylang=fr

And it worked right away.

"Jon Peltier" wrote:

No, you have to adjust the formulas so they ignore them. For example:

=IF(B1<0,A1/B1,0)
=IF(ISNA(MATCH(A1,B1:B10)),"",MATCH(A1,B1:B10))

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______


"Feejo" wrote in message
...
Automatic, but my sheet have alot of error. I will try to correct them
all.
Maby there is a ignore all error?

"Jon Peltier" wrote:

Calculation is set to automatic, not manual?

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______


"Feejo" wrote in message
...
When I click Name manager, I look at the selection from the name and IT
IS
the right selection, that what is strange to me.

"Jon Peltier" wrote:

Where do the new values come from? If they are imported from an
external
source, you need to make sure that the new values are numerical, and
not
text that appears to be numerical.

Also, after repopulating the range, open the Define Names dialog,
select
the
name, and click in the Refers To formula box. Is the expected range
highlighted in the worksheet?

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______


"Feejo" wrote in message
...
Ok I have 2 series, and 2 axis. Let's work to make one axis work.
That particular row is not deleted, but a calcules and they are put
to
0
all
of them, then populated again. That is when they disapear. And I
only
delette
the content on the row not the row itselve.

Ex: =OFFSET('T'!$BJ$21;1;0;COUNT('T'!$BJ$22:$BJ$3019); 1)


"Jon Peltier" wrote:

If your Names are defined using OFFSET, with the first record of
the
data
as
the reference range (first argument of OFFSET), and you delete the
first
row, then there is no longer a valid reference range (you've
deleted
it).

Instead of deleting the entire rows, select them and press Delete
or
use
Edit menu Clear All or Clear Contents.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______


"Feejo" wrote in message
...
My dynamic chart get empty when I delette all content, then fill
with
new
one. It should auto adjust.