Skip to main content

Command Palette

Search for a command to run...

Advent of Code 2024: Day 1

Updated
1 min read

Still undecided about whether I should use Python or Rust, I watched the creator on YouTube yesterday saying some people use Excel.

So today, on my run (now my favourite time to read a challenge and formulate a solution) I realised Day 1 can easily be solved in Excel.

These are the functions I used:

  • Text to columns

  • sort

  • \=max()

  • \=sum()

  • countif()