Discussion thread for day 6 of the Advent of Code - https://adventofcode.com/2022/day/6
Here's my first attempt:
There must be a single formula solution using RegEx. Will look for it now
Might be a bit of an overcomplication but I've built so many iteratives recently this might actually be faster for me than messing around in formulas.
Never tried so many iterations, a first for me.
My first attempt, which uses iterative macro, is based on intuition. Part 1 and Part 2 are similar.
Main workflow:
Will look through others' solutions especially the crazy Regex / Formula tool ones :)
Very neat Formula tool @atcodedog05
Combining the formula and the Generate row into a single Generate Row is a super idea @AkimasaKajitani , can you share how you did that?
Here is the Generate row setting of my 2nd solution. I think that the expression is too long.
Thanks @AkimasaKajitani for sharing the formula.