I frequently need to calculate the same functions for different data. I would like to enter the text in column A and then use the text as the function name.
For example, suppose the data is in B2:B30 and the text average is in A31, and the text min is in A32. I would like B31 to use the text in A31 to create the formula =average(b2:b30) and b32 to be =min(b2:b30).
Thanks