Hi,
I have data in columns B and C that are referenced to time in column A. Time in Column A is in format hh:mm:ss and starts at 00:00:00. I have approx 5000 rows of data.
The data in B and C are Easting and Northings that have been acquired at randomly increasing time increments between 1 and 25 seconds, for example:
[TABLE="width: 261"]
<tbody>[TR]
[TD]Acquired time[/TD]
[TD]Easting[/TD]
[TD]Northing[/TD]
[/TR]
[TR]
[TD]00:00:04[/TD]
[TD]712876[/TD]
[TD]9545869[/TD]
[/TR]
[TR]
[TD]00:00:07[/TD]
[TD]712871[/TD]
[TD]9545875[/TD]
[/TR]
[TR]
[TD]00:00:11[/TD]
[TD]712865[/TD]
[TD]9545882[/TD]
[/TR]
[TR]
[TD]00:00:14[/TD]
[TD]712860[/TD]
[TD]9545887[/TD]
[/TR]
[TR]
[TD]00:00:17[/TD]
[TD]712855[/TD]
[TD]9545893[/TD]
[/TR]
[TR]
[TD]00:00:21[/TD]
[TD]712848[/TD]
[TD]9545900[/TD]
[/TR]
[TR]
[TD]00:00:24[/TD]
[TD]712843[/TD]
[TD]9545905[/TD]
[/TR]
[TR]
[TD]00:00:27[/TD]
[TD]712838[/TD]
[TD]9545911[/TD]
[/TR]
</tbody>[/TABLE]
I would like Easting and Northings every second, interpolated linearly.
I would very much appreciate it if anyone could tell me how to do this in excel!
Thank you,
Ross
I have data in columns B and C that are referenced to time in column A. Time in Column A is in format hh:mm:ss and starts at 00:00:00. I have approx 5000 rows of data.
The data in B and C are Easting and Northings that have been acquired at randomly increasing time increments between 1 and 25 seconds, for example:
[TABLE="width: 261"]
<tbody>[TR]
[TD]Acquired time[/TD]
[TD]Easting[/TD]
[TD]Northing[/TD]
[/TR]
[TR]
[TD]00:00:04[/TD]
[TD]712876[/TD]
[TD]9545869[/TD]
[/TR]
[TR]
[TD]00:00:07[/TD]
[TD]712871[/TD]
[TD]9545875[/TD]
[/TR]
[TR]
[TD]00:00:11[/TD]
[TD]712865[/TD]
[TD]9545882[/TD]
[/TR]
[TR]
[TD]00:00:14[/TD]
[TD]712860[/TD]
[TD]9545887[/TD]
[/TR]
[TR]
[TD]00:00:17[/TD]
[TD]712855[/TD]
[TD]9545893[/TD]
[/TR]
[TR]
[TD]00:00:21[/TD]
[TD]712848[/TD]
[TD]9545900[/TD]
[/TR]
[TR]
[TD]00:00:24[/TD]
[TD]712843[/TD]
[TD]9545905[/TD]
[/TR]
[TR]
[TD]00:00:27[/TD]
[TD]712838[/TD]
[TD]9545911[/TD]
[/TR]
</tbody>[/TABLE]
I would like Easting and Northings every second, interpolated linearly.
I would very much appreciate it if anyone could tell me how to do this in excel!
Thank you,
Ross