Challenge #66: My Wine Problem
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
15 - Aurora
05-16-2017
07:47 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I might have had a little too much fun with this one....
First assumption that I made was that the first macro would divide up one order at a time, and allow the user to put in the first and last bottle they want through an interface.
Went with a tiled solution instead of the multi-row formula method.
And, naturally, added some graphics for custom buttons.
Spoiler
Spoiler - one at a time with user input



Spoiler
Batch macro solution. Outputs all 4 box sizes at once (6,12,96,120)



17 - Castor
05-16-2017
09:26 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I love the little wine themed icons Esther :-) Did you come up with a good icon for your wine-box packing company (thinking of a stick figure, some boxes and wine and lots of question marks)
😁
😁
LordNeilLord
15 - Aurora
06-21-2017
11:51 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
vishalgupta
7 - Meteor
06-28-2017
04:43 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
17 - Castor
09-25-2017
05:03 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
17 - Castor
09-25-2017
05:45 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
samN
10 - Fireball
12-12-2017
06:29 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Fun challenge. Used a batch macro and will await my bonus points :)
Spoiler
I just filtered by the conditions in my macro and if they didn't fulfill them it did not try to complete those orders. No errors are ever thrown if this happens.
I also left some of the filtering outside of the macro because i felt like it would be easier to change in case we get additional box sizes. I like my macros to be more than just one time uses and work around them instead of constantly changing them. Granted not sure ill ever use this one again, but you get my point, reader.
I also left some of the filtering outside of the macro because i felt like it would be easier to change in case we get additional box sizes. I like my macros to be more than just one time uses and work around them instead of constantly changing them. Granted not sure ill ever use this one again, but you get my point, reader.
ACE Emeritus
12-13-2017
06:00 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
LandonG
8 - Asteroid
12-14-2017
05:14 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
16 - Nebula
12-16-2017
04:30 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I want the bonus points - give them to me now. Solution attached.
Spoiler
This is my workflow
This is my macro