Hello !
I have data of the storm climate in a region which includes season(year) ,the number of the storm , interval , direction and speed.
I need to find out the resultant wind speed and directions of each storm.Only the last two columns will be used. Because there are aprox. 1100 storms to which i should apply 3 formulas , this is a very time consuming process.
The procedure is like this :
1) At the end of the last two columns at every storm, I must first calculate the average of the values above (which represent the rectangular coordinates)
Average.jpg
2) Then i must apply a formula =180/3.1415926*ATAN2(''Average Column 1'',''Average Column 2'') to receive the wind vector
Direction.jpg
3) In the end =SQRT(''Average Column 1''^''Average Column 2''^2)
Speed.jpg
To better understand the situation i attached some images and of course , the excel file.
Storms 73-96.xlsxStorms 96-2012.xlsx(i split it in two because of the size)
This must be done for each individual storm . I really wish there is a way to do this and I appreciate if i will recieve some solution.
P.S. It's my first post , hope I have some good luck !![]()
Bookmarks