Is there a simpler way than using a nested if statement to apply a formula based on the result of a cell? For example, in Cell A3 I have a formula that evaluates the value in Cell A1 and applies a formula that extracts text in Cell A2 depending on the value in Cell A1. Something like =function name(value of A1, formula1, formula2, formula3, formula4, formula5). Similar to the choose function only using formulas based on the index value instead of values. Is building a VBA function my only option?