F
flaviooooo
Hi,
I'm creating an excel scatter graph (excel 97) based on data in an
access table.
The data is as follows:
jan feb mar apr may ...
(Y Axis)Output 6000 5855 4881 0 5000
(X Axis) M2 55 58 61 0 50
I've created a range to define the source data:
=OFFSET(Main!$A$2;1;1;1;'Main'!$A$1)
A1 = the current month, so for example if a1 = 5, it'll take 5 columns
to the right (up until may)
Now, all this works fine except for the 0 values in april. These drop
my chart all the way out of the picture, and I'd like to simply exclude
these values.
Is it possible to do this in the range I defined? So just say: take all
values, except when they're 0?
Thanks in advanceHi,
I'm creating an excel scatter graph (excel 97) based on data in an
access table.
The data is as follows:
jan feb mar apr may ...
(Y Axis)Output 6000 5855 4881 0 5000
(X Axis) M2 55 58 61 0 50
I've created a range to define the source data:
=OFFSET(Main!$A$2;1;1;1;'Main'!$A$1)
A1 = the current month, so for example if a1 = 5, it'll take 5 columns
to the right (up until may)
Now, all this works fine except for the 0 values in april. These drop
my chart all the way out of the picture, and I'd like to simply exclude
these values.
Is it possible to do this in the range I defined? So just say: take all
values, except when they're 0?
Thanks in advance
I'm creating an excel scatter graph (excel 97) based on data in an
access table.
The data is as follows:
jan feb mar apr may ...
(Y Axis)Output 6000 5855 4881 0 5000
(X Axis) M2 55 58 61 0 50
I've created a range to define the source data:
=OFFSET(Main!$A$2;1;1;1;'Main'!$A$1)
A1 = the current month, so for example if a1 = 5, it'll take 5 columns
to the right (up until may)
Now, all this works fine except for the 0 values in april. These drop
my chart all the way out of the picture, and I'd like to simply exclude
these values.
Is it possible to do this in the range I defined? So just say: take all
values, except when they're 0?
Thanks in advanceHi,
I'm creating an excel scatter graph (excel 97) based on data in an
access table.
The data is as follows:
jan feb mar apr may ...
(Y Axis)Output 6000 5855 4881 0 5000
(X Axis) M2 55 58 61 0 50
I've created a range to define the source data:
=OFFSET(Main!$A$2;1;1;1;'Main'!$A$1)
A1 = the current month, so for example if a1 = 5, it'll take 5 columns
to the right (up until may)
Now, all this works fine except for the 0 values in april. These drop
my chart all the way out of the picture, and I'd like to simply exclude
these values.
Is it possible to do this in the range I defined? So just say: take all
values, except when they're 0?
Thanks in advance