I have multiple spreadsheets with entries as follows:
Time Value
2014-01-01 00:00:00 25
2014-01-01 00:10:00 27
2014-01-01 00:20:00 35
2014-01-01 01:30:00 15
And the second:
Time Value
2014-01-01 00:00:00 12
2014-01-01 00:40:00 9
2014-01-01 02:30:00 32
As can be seen, both spreadsheets have timestamped values, but they only have entries that show values at times when values were actually read. I now want to combine all of the spreadsheets and correlate values to a single time-axis. So for example:
Time Value1 Value2
2014-01-01 00:00:00 25 12
2014-01-01 00:10:00 27 12
Is that possible using Excel?