Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEAStarted with the brute force approach but then didn't want to cut, paste, and adjust the same tool eleven times. Macro? Stared at the ceiling for about a minute, thinking it through. No. Oh wait, the easier answer is to...
This post has been edited by Community Moderation to redact sensitive attachments. The original attachment has been replaced by post_placeholder.txt.
This one was neat. I used a separate path for the 3 month / 6 month averages, transpose + a multi row formula to calculate averages, and then joined it all back together.
This post has been edited by Community Moderation to redact sensitive attachments. The original attachment has been replaced by post_placeholder.txt.
Here is my solution. There is an error in the solution starting in line 73 of the 6 month averages where they are using records from the previous HP Category.
This post has been edited by Community Moderation to redact sensitive attachments. The original attachment has been replaced by post_placeholder.txt.
This post has been edited by Community Moderation to redact sensitive attachments. The original attachment has been replaced by post_placeholder.txt.
Here is my solution!
This post has been edited by Community Moderation to redact sensitive attachments. The original attachment has been replaced by post_placeholder.txt.
My solution! I was originally going to just do two multi-row formulas for every category, since that was obvious and sure to work. But about halfway through I got bored and decided to see if I could Cross Tab it and make it shorter.
It was definitely more work tinkering to get it working this way, but a lot more fun!
This post has been edited by Community Moderation to redact sensitive attachments. The original attachment has been replaced by post_placeholder.txt.