I think I am being stupid. I have a range of "lease start" and "lease end" dates in 2 columns (about 250 in each column).
I would like to produce a trend graph of lease dates (showing that lease times have reduced hence financial management is improving). The leases range from starting in early 1980s and ending in 2010. However,because theres around 250 entries, the graph looks horrible and is difficult to read.
I thought I would then produce 3 seperate lines on a single graph showing trend in decades. So, 1981 - 1990, 1991 - 2000, 2001 - 2010.
The problem is, in trying to test whether a date falls between the two dates in each column doesn't work. Additionally, if it does, then there would be gaps left in the column where there was no match. If I then tried to create a graph from that for say the 1981 - 1990 range, there would be gaps in the line.
So. What I am trying to do is, test a date to see if it falls in a range. Then, collate that information in one BLOCK of data to allow me to produce a graph (a similar result if I were trying to get external data from another source).
Help!
I would like to produce a trend graph of lease dates (showing that lease times have reduced hence financial management is improving). The leases range from starting in early 1980s and ending in 2010. However,because theres around 250 entries, the graph looks horrible and is difficult to read.
I thought I would then produce 3 seperate lines on a single graph showing trend in decades. So, 1981 - 1990, 1991 - 2000, 2001 - 2010.
The problem is, in trying to test whether a date falls between the two dates in each column doesn't work. Additionally, if it does, then there would be gaps left in the column where there was no match. If I then tried to create a graph from that for say the 1981 - 1990 range, there would be gaps in the line.
So. What I am trying to do is, test a date to see if it falls in a range. Then, collate that information in one BLOCK of data to allow me to produce a graph (a similar result if I were trying to get external data from another source).
Help!