Hi,
I sincerely hope someone can help me solve a major dilemma.
I have non-continuous data for a year. For example,each day has 3 data points:
A B C
1/1/2011 Saturday 10
20
30
6/1/2011 Thursday 5
8
9
17/1/2011 Monday 13
18
23
..
I have non-continuous data for the year, and I need to fill in data for the days missing in between. I need to find the closest data in the dataset I have to complete this. For example, 2/1/2011, is a Sunday, so I must find the closest Sunday in the dataset, and automatically fill in the data. For example, 8/1/2011 is a Sunday, which is like 1/1/2011, so the 1/1/2011 can be used.
Please can you give me a formula or a macro to do this.
Thank you in advance.
I sincerely hope someone can help me solve a major dilemma.
I have non-continuous data for a year. For example,each day has 3 data points:
A B C
1/1/2011 Saturday 10
20
30
6/1/2011 Thursday 5
8
9
17/1/2011 Monday 13
18
23
..
I have non-continuous data for the year, and I need to fill in data for the days missing in between. I need to find the closest data in the dataset I have to complete this. For example, 2/1/2011, is a Sunday, so I must find the closest Sunday in the dataset, and automatically fill in the data. For example, 8/1/2011 is a Sunday, which is like 1/1/2011, so the 1/1/2011 can be used.
Please can you give me a formula or a macro to do this.
Thank you in advance.