Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

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

kat
12 - Quasar

Handled this with a macro, but would've loved to turn it into a single macro... The awesome macro logic is from CReW macros!

Update after looking at the solution: Went way complicated... Forgot about that simple transpose trick 🙂 


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

Marek
5 - Atom

Hi All,

 

Through trial and error I finally came up to the solution that surprised me a bit :).

The pattern is that we need to apply two (similar) calculations to a few sets of data (grouped by HP Category).

After cleaning NULL values I applied multi-row formula tool 12 times and it worked fine, here is my solution:

 

Challenge_3_solution_screen_grab.PNG


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

ChrisB_dup_72
7 - Meteor

my solution


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

jzondervan
7 - Meteor

Found my solution. This link helped me a lot!

 

 


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

willstom1
8 - Asteroid

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.

yavdaanalytics
8 - Asteroid

 

 

 


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

MattDuncan
7 - Meteor

Not as elegant as others solutions but it got the result I was looking for!


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

bblock
7 - Meteor

Mine is slightly different than the solution provided.  I used an extra column called avg_name to determine whether it is a 3mo or 6 mo and then did a union before my crosstab.


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

OllieClarke
15 - Aurora
15 - Aurora

Here's my solution


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

Vinutha
8 - Asteroid

Interesting one. Used a CrossTab, 2 Summarize and a Transpose.


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