M
mpjohnston
So here is the newest in my silly crazy questions. I have a worksheet
that contains a varying amount of data. At the end of the data in
Column A is "Grand Total:" then some proceding data (column B, C,D,
etc.)
I would like to find that "Grand Total:" cell and label the row as
grand_total.... or perhaps put each none blank cell in that row in an
array (perhaps another option)
I can find the "Grand Total:" by doing:
=VLOOKUP("Grand Total:",A:B,1,FALSE)
but I am at a loss as to how to find the cell identification (it could
be in A2345 or A9111.... completely arbitrary but always the same
text)
Thanks, Mike
that contains a varying amount of data. At the end of the data in
Column A is "Grand Total:" then some proceding data (column B, C,D,
etc.)
I would like to find that "Grand Total:" cell and label the row as
grand_total.... or perhaps put each none blank cell in that row in an
array (perhaps another option)
I can find the "Grand Total:" by doing:
=VLOOKUP("Grand Total:",A:B,1,FALSE)
but I am at a loss as to how to find the cell identification (it could
be in A2345 or A9111.... completely arbitrary but always the same
text)
Thanks, Mike