Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEAMy solution.
Divide Macro
Calculate Quotient & Remainder
Temp_Dividend = ToNumber( [Remainder] + Substring([Dividend],[Engine.IterationNumber],1) )
Going back to the days of long division with this challenge! Find video solution here: https://youtu.be/26AuFGDo5-Y
This was a neat challenge. Thank you, @AYXAcademy! It gave me a chance to practice iterative macros.
I leveraged the approach provided in using a supplementary text input to solve this challenge. See my solution attached.
My workflow:
Macro: