
This spreadsheet imports 8 tables of financial data about a given stock into one worksheet and uses functions to calculate value investing criteria.
Tech: Excel VBA
This spreadsheet imports 8 tables of financial data about a given stock into one worksheet and uses functions to calculate value investing criteria.
Tech: Excel VBA
This was my summer 2023 project that involved taking lots of table data from a Stock analysis website, importing the data into excel and then converting the numbers so the digits are correct.
It is a merger of the skills from both of my universities, but the economics themselves aren't that complicated. They take known formulas and calculate the intrinsic stock value, which is then compared with the actual stock value.
The main struggle was 1) getting correct data and 2) converting the data into correct numbers, which involved writing complicated IF formulas to check if the number has a comma, or dot inside it (dot is used for thousands, comma is used for decimals).