???Refer to a specifc cell in a named range

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Just wonderif i name a range, is there a formula that I can refer to a
specific cell in that range

For example , I define cell A1:c10 as "JAPAN"
I would like to create a formla that will return Cell A3 within Japan.

Can I do that ??
 
Hi Jaylin,

To retrieve the value of A3 within Japan you could use
=INDEX(Japan,3,1)
or
=OFFSET(Japan,2,0,1,1)
for example.

HTH,
Bernd
 

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

Back
Top