Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 804 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 804 Bytes

Wall Street Stock Summary - Analyst

Using VBA code to traverse multiple worksheets of an excel workbook. Each worksheet should contain an ordered list of stock tickers by date in order to produce an overall summary that reflects yearly change, percent change, and total volume. Each worksheet should only contain data of the same year.

Background

This task will be using VBA scripting to analyze real stock market data. Using VBA a yearly stock performance summary will be generated focused on yearly change, percent change, and total volume. Due to the size of the dataset screenshots of the results have been used to show concept and completed work after the script has ran.

Key points of focus include:

  • Greatest Percentage Increase
  • Greatest Percentage Decrease
  • Greatest Total Volume