Discussion thread for day 4 of the Advent of Code - https://adventofcode.com/2023/day/4
There has to be a way to do part 2 without a macro... but since I was racing instead of pondering, I built a macro
My 1st macro on AoC 2023.
Not a fancy workflow at all, but al least it worked😅.
I spent the time to understand and create logic for part2.
Macro
This one was frustrating, because I had the right idea from the beginning but made a lot of mistakes along the way. I'll let this serve as my annual reminder that generating a lot of rows is often not the best approach, especially with Advent of Code!
First Macro Using Generate Rows: This was going to take forever to run. Very brute force approach in hindsight.