A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Sorry, didn't work. I tried this by creating a new chart with one series. When one adds another series, Excel adjusts the x-axis range to 1/0/1900 - 11/21/2036 before one even starts selecting a range for the x-axis.
I had initially tried to define new columns as date and number respectively, then cut and paste special as values, as one often had to do in O2003. Didn't work.
I did the same with creating a worksheet with the data types predefined, I even manually typed in a couple of sets in columns with data types predefined. This didn't work either.
I still got the same effect.
I brought in a VB routine I wrote in O2003 to produce over a 1,000 publication ready charts and tables and it was a horrid mess in O2007.
The other really annoying thing about this is when one uses the fixed range method, converting to a serial number and substituting in the x-axis range doesn't work well. So I do not know what they are doing. One can use the formula : DATE(1900+INT("DATE TO CONVERT"/1000),1,MOD("DATE TO CONVERT",1000)) in a cell defined as number to get the equivalent serial number for the date.
So for 7/7/1993 (my lowest test date) the corresponding serial number is 12576. This equated to 6/6/1934 for a minimum date when used on the fixed scale. So apparently I don't understand how they are representing and calculating dates any more.
I ended up using 33500.0 to set a fixed minimum x-axis value after substituting in numbers manually. That is absolutely asinine, effective, but still asinine.