Challenge #284: Division with Macros
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
mbogusz
9 - Comet
09-18-2021
12:05 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Spoiler
Weekly Challenge #284 in the can
ywang7
7 - Meteor
09-19-2021
08:17 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
First macro workflow!
18 - Pollux
09-22-2021
07:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Shoutout to @PhilipMannering for helping me complete this challenge! Not easy for sure...
kelly_gilbert
13 - Pulsar
09-22-2021
09:00 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
My solution is pretty similar to the others, except I also implemented it with the Generate Rows tool for a no-macro solution (just for fun!) Thanks for submitting the challenge, @patrick_digan!
Spoiler
Iterative macro:
Like many others, I implemented long division.
Outer workflow (non-macro and macro solutions):
Iterative macro:
17 - Castor
09-23-2021
08:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@kelly_gilbert Very cool generate rows solutions. Reminds me of the AdventOfCode type solutions!
kelly_gilbert
13 - Pulsar
09-23-2021
09:49 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@patrick_digan, yes, I totally learned that trick (from either you or @jdunkerley79) during Advent of Code 2019 😄
AdhirKirtikar
7 - Meteor
09-25-2021
09:36 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
rmassambane
10 - Fireball
09-29-2021
09:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Alteryx
10-04-2021
05:12 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
apathetichell
19 - Altair
10-05-2021
09:10 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I know I could follow @Maskell_Rascal 's Python tool with an R big int package but the iterative macro is kind of fun.