This is a little bonus assignment I made for unit 6. Inspired by the music database shown in Professor Noones example portfolio. I wanted to make a excel sheet that used formulas to pull information from a music database. My original idea was to use billboard as a source but since they lock information behind a paywall I used Wikipedia. The years 2012 and 2013 gave me an unexpected error. The problem was in my code I was specifiying the first table on the page, which for every other year was fine. But, Wikipedia has a pop up on the 2012/2013 page which meant I needed to target the 2nd table.
I used skills that have I have been building all year in this class. Including excel formatting, practicing readability, finding relevant information and finally pulling data from a data base to create knowledge.