Keep Same Range

  • Thread starter Thread starter jlclyde
  • Start date Start date
J

jlclyde

I have a formula and the range in the formula is A1:A1000 and I want
this to stay A1:A1000 even if I delte rows. Is this possible? I
thought I read somethign someplace. Any help is appreciated.
Thanks,
Jay
 
Use $A$1:$A$1000





- Show quoted text -

This does nto work if the range has a row removed or deleted. It
changes the reference to $A1:$A999.
Jay
 
Thank you dave and Max. The indirect works great. I forgot to add
the quotes. So it was Sumproduct((INDIRECT(A1:A1000)*.... instead
of ...INDIRECT("A1:A1000")....
Thanks again,
Jay
 
So it does, I thought that using a dollar sign in front of the number as well
as the letter would make it an absolute reference that does not change.
 

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