Hello all! New here and would appreciate some help if any kind souls here are willing to help out.
Currently, I have two columns of data set, namely the X and Y coordinates of a certain trend graph. Do note that the X coordinates are not equally spaced apart, hence, the data is quite messy. Furthermore, the y coordinates constantly go up and down hence it is not by any means a linear trend graph.
Using interpolation (FORECAST/INDEX functions), I managed to estimate the values of the y coordinates given a certain interval. My X value varies from 0 to 180, and I managed to use interpolation as previously mentioned to find the y coordinates when x =0 , 1, 2, 3... 180 (interval =1)
Right now, I am wondering how can I do about specifying a specific interval for my x values.
This means in H1, the user should be able to specify an interval (e.g. 0.5). Upon pressing/executing the macro, G2 should start from 0 and should fill down to the value of 180 with an interval of 0.5. This means G3= 0.5, G4= 1, G5=1.5.... G361 = 180 (if I'm not wrong)
Since I will also be doing interpolation, is there are also anyway to fill up the H column automatically when filling up the G column at the same time? The H column's formula takes an input from the G column in the same row. (For example H1=G1)
Thank you so much!
Currently, I have two columns of data set, namely the X and Y coordinates of a certain trend graph. Do note that the X coordinates are not equally spaced apart, hence, the data is quite messy. Furthermore, the y coordinates constantly go up and down hence it is not by any means a linear trend graph.
Using interpolation (FORECAST/INDEX functions), I managed to estimate the values of the y coordinates given a certain interval. My X value varies from 0 to 180, and I managed to use interpolation as previously mentioned to find the y coordinates when x =0 , 1, 2, 3... 180 (interval =1)
Right now, I am wondering how can I do about specifying a specific interval for my x values.
This means in H1, the user should be able to specify an interval (e.g. 0.5). Upon pressing/executing the macro, G2 should start from 0 and should fill down to the value of 180 with an interval of 0.5. This means G3= 0.5, G4= 1, G5=1.5.... G361 = 180 (if I'm not wrong)
Since I will also be doing interpolation, is there are also anyway to fill up the H column automatically when filling up the G column at the same time? The H column's formula takes an input from the G column in the same row. (For example H1=G1)
Thank you so much!