Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

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 #425: Weekly Allowance Distribution

rishi_gundla
8 - Asteroid
Spoiler
Screenshot 2024-05-26 222732.pngScreenshot 2024-05-26 222732.png

Done!!!

PhilipMannering
16 - Nebula
16 - Nebula

Solution attached.

 

Spoiler
image.png
nSpire
10 - Fireball
Spoiler
425.png

ARussell34
8 - Asteroid

Found two ways to solve for this challenge prompt.

AR_425.png

Dlawless610
7 - Meteor

Here is my solution. 

WC425.jpg

BSilverblatt
8 - Asteroid

Thanks for the challenge! Here's my solution:

ScottLewis
11 - Bolide

Single formula solution (plus a second one to name to name the columns.) 

By using generate rows the way you would to set up the multi-row formula type solution you have all the information for a single formula solution that could be generalized across an arbitrary number of weeks and handles cases where money runs out before week 4. 

Spoiler

 

The key is that each weeks spending is equal to the difference maximum of 0 and the total - 150*n weeks and the same value calculated at week n-1. 

425_Scott.PNG

 

 

tammybrown_tds
9 - Comet

There were several ways to solve this with one tool, but I chose for a solution that would allow for more than 4 weeks and different starting amounts.

 

Spoiler
Screenshot 2024-05-29 152347.png
stataltgee
9 - Comet

My solution 😊

Surreywolf
5 - Atom

My solution.