I have a question for Excel’s Array formula.
I have an array formula that returns 10 different values. If I only want to the 5th value, how do I do this? I believe there is a formula, but i’m not sure what it is.
Thanks in advance.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use the INDEX function: {=INDEX(arrayformula,5,1)} or {=INDEX(arrayformula,1,5)} depending whether your array formula returns rows or columns