Range that expand

  • Thread starter Thread starter Juran
  • Start date Start date
J

Juran

Hi,

I found in one of my Excel book this formula for expanding the range so
I do not need adjust the chart range everytime I add a data.

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

The problem I have is tha this formula is good when a row is added.

On one of my charts I have the following:

Week 1 Week 2 Week 3 Etc..
Customer 1 5 3 1
Customer 2 6 0 6
Customer 3 0 3 2
Etc..

Every week I add another collumn. Is there a formula like above that
can help me?

Thank you.

Juran
 

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

Similar Threads


Back
Top