Hello everyone,
I just stumbled across this site while searching for some help with an excel problem that I am having. This could just be a very simple issue, or user error, but I'm not sure. Anyway, the problem is that I have two (quite large) sets of data (large as in I am reaching the 2^16 row per worksheet limit). The data I have is 9 months worth of wind speed trends from a meteorological tower we own, and 9 months of similar data from an observation station run by the FAA. However, our data is measured in 10-minute intervals while the FAA's data is in 5-minute intervals. In order to properly import this data into another program that I am using, the FAA data must be changed to 10-minute intervals. Here is the setup of my worksheet:
<table><tbody><tr><td>A</td><td>B</td><td>C</td><td>D</td></tr><tr><td>Date</td><td>Time (HH:MM)</td><td>Wind Direction (degrees)</td><td>Wind Speed (m/s)</td></tr><tr><td>7/1/2007</td><td>0:00</td><td>270</td><td>7.8</td></tr><tr><td>7/1/2007</td><td>0:05</td><td>260</td><td>7.5</td></tr><tr><td>7/1/2007</td><td>0:10</td><td>280</td><td>7.6</td></tr></tbody></table>
Any help would be greatly appreciated!
Thanks,
Chris
I just stumbled across this site while searching for some help with an excel problem that I am having. This could just be a very simple issue, or user error, but I'm not sure. Anyway, the problem is that I have two (quite large) sets of data (large as in I am reaching the 2^16 row per worksheet limit). The data I have is 9 months worth of wind speed trends from a meteorological tower we own, and 9 months of similar data from an observation station run by the FAA. However, our data is measured in 10-minute intervals while the FAA's data is in 5-minute intervals. In order to properly import this data into another program that I am using, the FAA data must be changed to 10-minute intervals. Here is the setup of my worksheet:
<table><tbody><tr><td>A</td><td>B</td><td>C</td><td>D</td></tr><tr><td>Date</td><td>Time (HH:MM)</td><td>Wind Direction (degrees)</td><td>Wind Speed (m/s)</td></tr><tr><td>7/1/2007</td><td>0:00</td><td>270</td><td>7.8</td></tr><tr><td>7/1/2007</td><td>0:05</td><td>260</td><td>7.5</td></tr><tr><td>7/1/2007</td><td>0:10</td><td>280</td><td>7.6</td></tr></tbody></table>
Any help would be greatly appreciated!
Thanks,
Chris