This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
We're actively looking for ideas on how to improve Weekly Challenges and would love to hear what you think!
Submit FeedbackSolved 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