How can I combine two disjoint ranges to be used in an array formula.
Example:
{=PERCENTILE(10^((E2:F2)/10),0.7)}
This works however:
{=PERCENTILE(10^((E2:F2,N2:P2)/10),0.7)}
This will fail. How can I get this functionality to work in excel?