Hi Dan,
An alternative is to use the Choose function, this allows you to choose an option, which could be a formula depending on an index number
=Choose(A5, A1+B1, A1/B1, A1*B1) - so if you had 1 in A5, it will perform the first calculation, if you have 2 in A5, the second etc.
Hope this helps