Having implemented AES and a few other algorithms in "pure formula" Excel, I fully support seeing more things implemented in Excel!<p>One of the biggest things to wrap your head around is that cells in Excel are write-once, read many. This forces you to unroll all of your loops, and you generally end up with a giant state machine, with each state occupying a row and depending on the state of the previous row.