learning about named ranges

hitch_hiker

Active Member
Joined
Feb 21, 2012
Messages
294
I have a range (a1:b26) named alphabet on sheet one, can I reference that range on sheet 2 for example e10 which will put the contents of each cell in "alphabet" into e10:f35 ?it seems every time I try to work with named ranges I get it wrong
using 2010, ut might need it to work on 2007 as well?
 

Excel Facts

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.
Hi

2 ways

1 - all at once

. select E10:F35
. in the formula bar write: =Alphabet
. confirm with Control-Shift-Enter


2 - with a formula in each cell

In E10: =INDEX(Alphabet,ROWS($E$10:E10),COLUMNS($E$10:E10))

Copy down and across
 
Upvote 0

Forum statistics

Threads
1,216,172
Messages
6,129,291
Members
449,498
Latest member
Lee_ray

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top