Get Inspire insights from former attendees in our AMA discussion thread on Inspire Buzz. ACEs and other community members are on call all week to answer!

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

Paul_Cornmell
5 - Atom

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
8 - 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
5 - Atom

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

Mac
7 - 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
8 - 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
8 - 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
8 - 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
8 - 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
7 - 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
7 - 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.