T
Tod
In column A is a range of successive dates. In column B is
a formula that uses the associated date in A to return a
value from a set of data. The formula returns "" if the
associated date is greater than the maximum date in the
set of data. The end result is like this:
Date Value
8/1/2003 18
8/2/2003 21
8/3/2003 7
8/4/2003 47
8/5/2003 86
8/6/2003
8/7/2003
8/8/2003
etc....
The set of data only goes to August 5th, so the values are
only filled in to that date. From the 6th down, the
formula returns "".
Okay, I also have a line chart of this. I want the x Axis
to show the entire date range. But I only want to chart
the range of values that are present. I'm thinking that
the way to do that is have a formula that either returns
the cell location of the last value or the range of
values. I could then use the resulting range to put in the
series.
Am I making sense?
tod
a formula that uses the associated date in A to return a
value from a set of data. The formula returns "" if the
associated date is greater than the maximum date in the
set of data. The end result is like this:
Date Value
8/1/2003 18
8/2/2003 21
8/3/2003 7
8/4/2003 47
8/5/2003 86
8/6/2003
8/7/2003
8/8/2003
etc....
The set of data only goes to August 5th, so the values are
only filled in to that date. From the 6th down, the
formula returns "".
Okay, I also have a line chart of this. I want the x Axis
to show the entire date range. But I only want to chart
the range of values that are present. I'm thinking that
the way to do that is have a formula that either returns
the cell location of the last value or the range of
values. I could then use the resulting range to put in the
series.
Am I making sense?
tod