I have a data set with a date column and a time column. In order to create a long date column, I tried using a simple formula to add those two columns, but for some rows the resulting date is in 2011 instead of 2015. This only happened for about 700 of the rows, with the other 16000 returning the correct year. Has anyone else experienced this?
I downloaded your attached data table, and changed the format on both your date and time columns to ddMonyyyy:h:m. What it reveled is that many of your time values have a date based upon 31Dec1899, and not 01Jan1904. I believe this is the issue.....
I downloaded your attached data table, and changed the format on both your date and time columns to ddMonyyyy:h:m. What it reveled is that many of your time values have a date based upon 31Dec1899, and not 01Jan1904. I believe this is the issue.....