Hi, This is my first post to the forum. I have found lots of very useful information here but I still need a bit of help. I have an Excel program that has been developed for me that reads GPS data every second. It has an added function to read wind speed and direction every second. I do not want to change this program as it has been extensively tested. My problem is that due to memory limitations with the wind vane I have I am only able to record wind speed and direction every 30 seconds.
What I need to do is expand the data such that I have a row every second. I envisage doing this by reading the first row and then copying it 30 times to a new sheet, reading the 2nd row and copying that 30 times to rows 31-60 etc so that I have a CSV file with data every second. The data I need to manipulate is seconds from a datum, speed and direction
Is this approach appropriate? And what would the macro code be?
As a nicety I may wish to interpolate the derived data between the 30 second readings (and I know that is fun with heading data close to North!)
I've tried recording a manual process but I'm left struggling with the necessary looping for the 30 rows and identify the initial cell for each batch of derived data. Any help would be much appreciated.
Bookmarks