Referring to specific cell in named range in Excel formula

N

Nigel Barton

If I have a formula that includes a named range, how can I refer to a
specific cell in that range?

For example

=filename!rangename ...

and I want the value of say the 2nd cell in the range.

Thanks,
 
L

Luke M

Perhaps you can use some form of INDEX? Assuming your range is a single column:

=INDEX(filename!rangename,2)
 
N

Nigel Barton

Perfect!

--
Nigel Barton


Luke M said:
Perhaps you can use some form of INDEX? Assuming your range is a single column:

=INDEX(filename!rangename,2)
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*
 
O

OutsideObserver

Perhaps you can use some form of INDEX? Assuming your range is a single column:

=INDEX(filename!rangename,2)


I use vlookup and named ranges.

A single column though...talk to Luke.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top