stereo_smiles
New Member
- Joined
- Jul 29, 2011
- Messages
- 2
Hi,
Apologies if this has already been asked, but I'm after a reasonably concise (and non-VBA if possible) way of identifying the row number of the last non-blank row in a set of rows from a given position (like the line number of the last word in any given paragraph of text on page with 20 paragrpahs):
I have a dashboard data entry sheet where data for the 20-odd charts is entered e.g.
SECTION TITLE | Week 1 | Week 2 | ...
item 1 | data 1 | data 2 | ...
BLANK ROW
SECTION TITLE | Week 1 | Week2 | ...
item 1 | data 1 | data 2 | ...
item 2 | data 1 | data 2 | ...
BLANK ROW
...
My aim is to use dynamic ranges for each section to prevent my chart-drawing lookup formulae from breaking if I move sections up or down or add or remove rows from sections - they're always in development
I've "named" each individual SECTION TITLE to use as the anchor cell in a dynamic OFFSET formula, but since the depths of each section are different and subject to change, measuring the depth of the dynamic range depends on looking for the first blank row <BLANK row>under each SECTION TITLE name...
Also, the week end dates in each section are not necessarily the same, for any number of tedious reasons, so each section needs its own set.
I've seen many solutions that cope ably with one contiguous column, but not in this broken-up manner.
Wow... I hope all of that makes some kind of sense. I've managed to get by, but only if the next section title down remains the same, which pretty much defeats the whole object.
All help is GREATLY appreciated,
Gareth.
Apologies if this has already been asked, but I'm after a reasonably concise (and non-VBA if possible) way of identifying the row number of the last non-blank row in a set of rows from a given position (like the line number of the last word in any given paragraph of text on page with 20 paragrpahs):
I have a dashboard data entry sheet where data for the 20-odd charts is entered e.g.
SECTION TITLE | Week 1 | Week 2 | ...
item 1 | data 1 | data 2 | ...
BLANK ROW
SECTION TITLE | Week 1 | Week2 | ...
item 1 | data 1 | data 2 | ...
item 2 | data 1 | data 2 | ...
BLANK ROW
...
My aim is to use dynamic ranges for each section to prevent my chart-drawing lookup formulae from breaking if I move sections up or down or add or remove rows from sections - they're always in development
I've "named" each individual SECTION TITLE to use as the anchor cell in a dynamic OFFSET formula, but since the depths of each section are different and subject to change, measuring the depth of the dynamic range depends on looking for the first blank row <BLANK row>under each SECTION TITLE name...
Also, the week end dates in each section are not necessarily the same, for any number of tedious reasons, so each section needs its own set.
I've seen many solutions that cope ably with one contiguous column, but not in this broken-up manner.
Wow... I hope all of that makes some kind of sense. I've managed to get by, but only if the next section title down remains the same, which pretty much defeats the whole object.
All help is GREATLY appreciated,
Gareth.