Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEASolved using RegEx , Row Generator and Multi Row Formula tools
Here's my solution. I made an iterative macro to find the remainder, but I wasn't able to extend it to find the quotient.
I condensed and refactored some Python code I found and decided to use that to solve for both the remainder and the quotient.
head scratching challenge indeed! I needed to study the solutions to get here so major kudos to the community here
Took me quite a long time, not helped by trying to find a ReverseString use case for a little bit too long. Could be cleaned up a bit but was just trying to match the output and get it finished