Discussion thread for day 1 of the Advent of Code - https://adventofcode.com/2023/day/1
@starkey, adding containers was a nice touch to hide that we secretly worked together!
Great start to AOC - I feel like I cheated a bit, but going to have a look at how other people did it.
Complete! I borrowed @Tokimatsu's RegEx Replace after my RegEx Replace formulas missed the stupid Part 2 trick
The ReverseString idea from others was genius!
My first every AOC attempt "for real" (did one last week to go over in a UG). Didn't get to it until this afternoon, but **bleep**, that second part was a pain! Tried several things but they were hardcoded and I hated that, so I finally came up with a dynamic way using append. Fun fun!