Named Range

How_Do_I

Well-known Member
Joined
Oct 23, 2009
Messages
1,831
Office Version
  1. 2010
Platform
  1. Windows
Looking at Column BA in my Jeanie… How would I making an expanding named ranged for all the data in that column please?

Excel Workbook
BA
615-Mar-11
715-Mar-11
8
922-Mar-11
1029-Mar-11
11
1215-Mar-11
1315-Mar-11
1422-Mar-11
15
1615-Mar-11
1722-Mar-11
18
1930-Mar-11
20
2130-Mar-11
2219-Apr-11
23
2415-Mar-11
2522-Mar-11
2622-Mar-11
2705-Apr-11
2805-Apr-11
Weeks
 

Excel Facts

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying

Aladin Akyurek

MrExcel MVP
Joined
Feb 14, 2002
Messages
85,210
Define Lrec as referring to:

=MATCH(9.99999999999999E+307,Sheet1!$BA:$BA)

Define Postponed as referring to:

=Sheet1!$BA$7:INDEX(Sheet1!$BA:$BA,Lrec)

Adjust the sheet name to suit.
 
Upvote 0

How_Do_I

Well-known Member
Joined
Oct 23, 2009
Messages
1,831
Office Version
  1. 2010
Platform
  1. Windows
Thanks Aladin :)... your part of what I'm trying to do is brilliant and it works...

If I select all the highlighted cells (15 Mar 11) except the top one, and right click>delete>shift cells up. I get a REF error for one of your formulas. Am I asking xl to do too much please?
 
Upvote 0

How_Do_I

Well-known Member
Joined
Oct 23, 2009
Messages
1,831
Office Version
  1. 2010
Platform
  1. Windows
I've sorted this now :) Thanks again Aladin.
 
Upvote 0

Forum statistics

Threads
1,190,615
Messages
5,981,946
Members
439,746
Latest member
VBANewbieJohn

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
Top