Is in EXCEL some formala, that can find value of a cell. Something like INDEX, but instead of an index column, a named range.
I want to find cell in this named range and i know index of row
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.
Just use
INDEXas you would normally, and specifiy the name rather than the range, eg ifYourNamedRangenames the rangeA1:A100thenand
are equivalent