always last active cell

D

Dave Peterson

You can use formulas like these from a post by Aladin Akyurek:

========

If F is numeric,

=LOOKUP(9.99999999999999E+307,F:F)

will fetch the last value in F.

=MATCH(9.99999999999999E+307,F:F)

will return the position of the last value in F.

If F is of 'text' type, replace the big number in the above formulas with
REPT("z",255).


========
And I didn't open your attachment. Many people won't--too many threats of
malicious code. To get the most varied response, you'll want to post in plain
text with a text explanation.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top