Hi all,
Please can someone offer me some help?
I have the following spreadsheet (below), it has a list of times with associated ranges, the time goes up in seconds (every second) the range if whatever is measured, always decreasing.
Every so often the data received is missed, so I get blank rows.
What I would like to do is have the code to be able to look at the data and fill in the blanks (the blanks appear at random intervals, there is no pattern, and also could be any number of lines missed), extrapolating the data in the range column, the time is easy really.
I have highlighted in red the data I have extrapolated, please note the this is a subset, I could have anything from 1000+ rows, so doing it by hand takes time.
Any help would be appreciated.
Cheers
John
[TABLE="width: 445"]
<tbody>[TR]
[TD]TIME
[/TD]
[TD="colspan: 2"]RANGE(yds)
[/TD]
[/TR]
[TR]
[TD]11:01:04
[/TD]
[TD]5036.7
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]11:01:05
[/TD]
[TD]5023.4
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]11:01:06
[/TD]
[TD]5001.2
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]11:01:07
[/TD]
[TD]4979.4
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]11:01:08
[/TD]
[TD]4971.4
[/TD]
[TD]interpolated results from cell B6 to B9
[/TD]
[/TR]
[TR]
[TD]11:01:09
[/TD]
[TD]4963.4
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]11:01:10
[/TD]
[TD]4955.4
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]11:01:11
[/TD]
[TD]4942.8
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]11:01:12
[/TD]
[TD]4943.5
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]11:01:13
[/TD]
[TD]4916.7
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]11:01:14
[/TD]
[TD]4889.9
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]11:01:15
[/TD]
[TD]4881.6
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]11:01:16
[/TD]
[TD]4873.3
[/TD]
[TD]interpolated results from cell B13 to B17
[/TD]
[/TR]
[TR]
[TD]11:01:17
[/TD]
[TD]4865
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]11:01:18
[/TD]
[TD]4856.7
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]11:01:19
[/TD]
[TD]4851
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]11:01:20
[/TD]
[TD]4836.7
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]11:01:21
[/TD]
[TD]4837.2
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]11:01:21
[/TD]
[TD]4815.9
[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Please can someone offer me some help?
I have the following spreadsheet (below), it has a list of times with associated ranges, the time goes up in seconds (every second) the range if whatever is measured, always decreasing.
Every so often the data received is missed, so I get blank rows.
What I would like to do is have the code to be able to look at the data and fill in the blanks (the blanks appear at random intervals, there is no pattern, and also could be any number of lines missed), extrapolating the data in the range column, the time is easy really.
I have highlighted in red the data I have extrapolated, please note the this is a subset, I could have anything from 1000+ rows, so doing it by hand takes time.
Any help would be appreciated.
Cheers
John
[TABLE="width: 445"]
<tbody>[TR]
[TD]TIME
[/TD]
[TD="colspan: 2"]RANGE(yds)
[/TD]
[/TR]
[TR]
[TD]11:01:04
[/TD]
[TD]5036.7
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]11:01:05
[/TD]
[TD]5023.4
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]11:01:06
[/TD]
[TD]5001.2
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]11:01:07
[/TD]
[TD]4979.4
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]11:01:08
[/TD]
[TD]4971.4
[/TD]
[TD]interpolated results from cell B6 to B9
[/TD]
[/TR]
[TR]
[TD]11:01:09
[/TD]
[TD]4963.4
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]11:01:10
[/TD]
[TD]4955.4
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]11:01:11
[/TD]
[TD]4942.8
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]11:01:12
[/TD]
[TD]4943.5
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]11:01:13
[/TD]
[TD]4916.7
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]11:01:14
[/TD]
[TD]4889.9
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]11:01:15
[/TD]
[TD]4881.6
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]11:01:16
[/TD]
[TD]4873.3
[/TD]
[TD]interpolated results from cell B13 to B17
[/TD]
[/TR]
[TR]
[TD]11:01:17
[/TD]
[TD]4865
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]11:01:18
[/TD]
[TD]4856.7
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]11:01:19
[/TD]
[TD]4851
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]11:01:20
[/TD]
[TD]4836.7
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]11:01:21
[/TD]
[TD]4837.2
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]11:01:21
[/TD]
[TD]4815.9
[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]