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

Which lookup functions find a value equal or greater than the lookup value?
MATCH uses -1 to find larger value (lookup table must be sorted ZA). XLOOKUP uses 1 to find values greater and does not need to be sorted.
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
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
I've sorted this now :) Thanks again Aladin.
 
Upvote 0

Forum statistics

Threads
1,214,938
Messages
6,122,346
Members
449,080
Latest member
Armadillos

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