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 #65: Fulfilling Inventory Orders

Bluemoon
8 - Asteroid

Lots of IF logic needed for this one!

Spoiler
65.png
SubratDas5
10 - Fireball

My Solution

SueDonim
8 - Asteroid

A useful exercise I have run into in Excel-land for mortgage calculations.

I'll confess I had to do this in Excel first to get my thoughts straight....

Spoiler
There also was a wrinkle that my "Initial Supply" calculation couldn't refer to the prior row's "Remaining Supply" as I would do in Excel.  That took a bit of time to sort.

Process:

- Join the two tables based on SKU

- Initialise Initial Supply and Remaining Supply (not sure if that was needed, but it helped me to think)

- Calculate the Initial Supply for each attempted order based on prior orders filled

- Calculate Remaining Supply after each attempted (or filled) order

- Calculate the number of units provided in each order that was filled

- Filter results to get rid of those orders not filled


MySolution.PNG
shahryal
8 - Asteroid
Spoiler
Spoiler

Capture.PNG
jagdeep_singh85
8 - Asteroid

PFA my solution

HarrietJack
7 - Meteor
 
paulburrows
8 - Asteroid

Heres my solution - thanks

blundebjerg
8 - Asteroid

Sorta the same as the solution... 

kmcdaniel
8 - Asteroid
Spoiler
screenshot65.png
mat_budden
8 - Asteroid

Hi All,

 

Please find my Result below.

 

Spoiler
Joined the Tables and used Multirow formula's to work out fulfillment, Can be tricky but its a method I use alot.


Thanks

Mat