Find Last Cell For A Named Range

  • Thread starter Thread starter Minitman
  • Start date Start date
M

Minitman

Greetings,

I need to make a named range that is constantly growing. Is there any
way to have the last used cell in a column be the bottom cell in a
Named range?

TIA

-Minitman
 
One way

=OFFSET(Sheet1!$A$1,,,COUNTA(Sheet1!$A:$A),)

insert>name>define name, give it a name and in the refers to box put the
formula
 
Hey JulieD,

That is exactly what I was looking for.

Thank You!

-Minitman
 
Hey Peo,

Both you and JulieD came up with the same answer, and it was a good
one.

Thank you both for the fast reply.

It is much appreciated.

-Minitman
 

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

Back
Top