Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEA@GeneR - FYI, the URL in the provided input gives a "HTTP/1.1 301 Moved Permanently" error. Upon checking the source (bls.gov), I was only able to find the following file:
Given the new input file, the beginning of my solution looks a little different due to needing to first download the xlsx as a blob and then read all data from all sheets. Additionally, the new .xlsx appears to have data for 2012-2021, as opposed to the original .txt input which contains data from 2006-2013.
My solution:
Batch macro 1:
Batch macro 2:
Data is permanently moved -- use: https://www.bls.gov/web/empsit/compaes.xlsx
(When I compare mine to the solution, the data almost does not overlap!)