Weekly Challenges

Solve the challenge, share your solution and summit the ranks of our Community!

Also available in | Français | Português | Español | 日本語
IDEAS WANTED

Want to get involved? We're always looking for ideas and content for Weekly Challenges.

SUBMIT YOUR IDEA

Challenge #3: Running Averages

Struggled with this one and didn't get all my output columns to match the model answer 😞

 

Spoiler

This post has been edited by Community Moderation to redact sensitive attachments. The original attachment has been replaced by post_placeholder.txt.

archietao
Asteroid

My solution. Not the smart one. 

 

 


This post has been edited by Community Moderation to redact sensitive attachments. The original attachment has been replaced by post_placeholder.txt.

pdx
Atom

I totally cheated- but learned a bunch. These challenges are great for learning!

Mac
Meteor

I did it brute force (attached) and then took a look at the solution... Love doing these and learning of new ways.


This post has been edited by Community Moderation to redact sensitive attachments. The original attachment has been replaced by post_placeholder.txt.

Karam
Asteroid

Great practice!

 


This post has been edited by Community Moderation to redact sensitive attachments. The original attachment has been replaced by post_placeholder.txt.

joona_rauhamaki
Asteroid

Here is my macro solution!


This post has been edited by Community Moderation to redact sensitive attachments. The original attachment has been replaced by post_placeholder.txt.

catherineduffy
Asteroid

My solution - quite similar to most others with multiple Transpose tools rather than multiple Cross Tabs


This post has been edited by Community Moderation to redact sensitive attachments. The original attachment has been replaced by post_placeholder.txt.

ulrich_schumann
Asteroid

Changed some column names to make fields (for me) more understandable.


This post has been edited by Community Moderation to redact sensitive attachments. The original attachment has been replaced by post_placeholder.txt.

TomE
Meteor

Good challenge!  I ran into an issue that many others mentioned, the 6 month running averages in the solution don't always match mine unless I group by Name only (not HP category) in my multi row formula.  I can't think of a good reason why that would be omitted so I assume it's an error...


This post has been edited by Community Moderation to redact sensitive attachments. The original attachment has been replaced by post_placeholder.txt.

brandnewday
Meteor

Brute force solution:D

 

In the output, only 3 months average is grouped by HP Category, but here both 3 and 6 months averages are grouped (to align with the task).

 

 

@GeneR 

In both output and solution 6 months average is not grouped by HP Category, should it be grouped?

 

 

Spoiler

 

EDIT: in the final row, please read comment as "6 months average" instead:)


This post has been edited by Community Moderation to redact sensitive attachments. The original attachment has been replaced by post_placeholder.txt.