H
Howard Brazee
I have a spreadsheet that has a bunch of rows of different length.
I am doing a match to find a column I want - which is between my
starting column and an ending column that is big enough to fit my
longest row.
But periodically I insert a new column in the front, making my longest
row longer.
I can solve this problem by making my end row huge. Maybe make it
zz (what's the largest column possible?). But this offends my
sensibilities a bit. What would be better is to somehow assign a
variable name for my column that would be moved right when I add a new
column.
I suppose I could assign a name to the farthest right field and do
some code to find out that column, but that would make my formula
harder to parse.
I also have spreadsheets that I want to fill out row by row. What I
do here is copy the formulae down a hundred rows and then stick a line
under to tell me this is the bottom. When I reach that line, I
extend it another hundred rows. Is there a better way of handling
this?
--
"In no part of the constitution is more wisdom to be found,
than in the clause which confides the question of war or peace
to the legislature, and not to the executive department."
- James Madison
I am doing a match to find a column I want - which is between my
starting column and an ending column that is big enough to fit my
longest row.
But periodically I insert a new column in the front, making my longest
row longer.
I can solve this problem by making my end row huge. Maybe make it
zz (what's the largest column possible?). But this offends my
sensibilities a bit. What would be better is to somehow assign a
variable name for my column that would be moved right when I add a new
column.
I suppose I could assign a name to the farthest right field and do
some code to find out that column, but that would make my formula
harder to parse.
I also have spreadsheets that I want to fill out row by row. What I
do here is copy the formulae down a hundred rows and then stick a line
under to tell me this is the bottom. When I reach that line, I
extend it another hundred rows. Is there a better way of handling
this?
--
"In no part of the constitution is more wisdom to be found,
than in the clause which confides the question of war or peace
to the legislature, and not to the executive department."
- James Madison