Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEAMy answer, fairly elegant this time, though it does rely on a quirk of the date format (for YYYY MM DD) type formats where MM and DD have enforced 0 in the first character date minimum and string minimum are the same so you don't have to fuss with conversions.)
Bonus question feels like a bit of data overreach as the data set doesn't have a majority of the relevant considerations for making that decision.
My Solution:
Bonus: IJ345 - due to all shifts being below 4 hours and the lowest amount of shifts performed.
Hi Akimasa,
From what I can see, the total days are different because in the challenge solution from Nathan the total days are counted from the first day that employee worked - not all employees started work on Jan 1.
Hope this helps :)
If the dataset were larger, I would have reimported the start file as a csv and used the First Row Contains Field Names option.
Also, does anyone else hate percentages stated on a 0-100 scale?