8-Step Process For Writing Recursive Functions in Excel

1. Write a recursive function in Excel
2. Realize you could’ve done it with REDUCE
3. Write it with REDUCE
4. Realize you could’ve done it with dynamic arrays
5. Write it with dynamic arrays
6. Realize there’s already a built-in function to do it
7. Use the built-in function
8. 😐

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *