You are well on your way to becoming a programmer and Excel master! This projeact use VBA scripting to analyze real stock market data.
-
Test Data - Used this while developing the scripts.
-
Stock Data - Ran the scripts on this data to generate the final report.
-
The script loops through all the stocks for each year for each run and takes the following information.
-
The ticker symbol.
-
Yearly change from opening price at the beginning of a given year to the closing price at the end of that year.
-
The percent change from opening price at the beginning of a given year to the closing price at the end of that year.
-
The total stock volume of the stock.
-
-
Conditional formatting will highlight positive change in green and negative change in red.
-
The result looks as follows:
- The scipt returns the stock with the "Greatest % increase", "Greatest % Decrease" and "Greatest total volume". The result looks as follows:


